func golang.org/x/pkgsite/internal/postgres.upsertPaths

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		insert_module.go#L447: 	return upsertPaths(ctx, tx, curPaths)
		path.go#L113: func upsertPaths(ctx context.Context, db *database.DB, paths []string) (pathToID map[string]int, err error) {