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

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		path.go#L79: func upsertPath(ctx context.Context, tx *database.DB, path string) (id int, err error) {
		version.go#L538: 		id, err = upsertPath(ctx, tx, modulePath)