-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archive: add cody and golang repo to e2e rank corpus
Additionally we add many queries we are tracking. Test Plan: go test
- Loading branch information
1 parent
9dad685
commit fef7146
Showing
10 changed files
with
315 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
queryString: Get database/user | ||
query: (and case_substr:"Get" substr:"database/user") | ||
|
||
github.com/sourcegraph/sourcegraph/internal/database/user_emails.go score:8558.83 <- atom(2):200.00, fragment:8350.00, doc-order:8.83 | ||
161:func (s *userEmailsStore) Get(ctx context.Context, userID int32, email string) (emailCanonicalCase string, verified bool, err error) { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
50: Get(ctx context.Context, userID int32, email string) (emailCanonicalCase string, verified bool, err error) score:7650.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:methodSpec:150.00 | ||
91:func (s *userEmailsStore) GetInitialSiteAdminInfo(ctx context.Context) (email string, tosAccepted bool, err error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 14 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/internal/database/user_roles.go score:7158.98 <- atom(2):200.00, fragment:6950.00, doc-order:8.98 | ||
35: GetUserRoleOpts UserRoleOpts score:6950.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:type:950.00 | ||
358:func (r *userRoleStore) GetByUserID(ctx context.Context, opts GetUserRoleOpts) ([]*types.UserRole, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
365:func (r *userRoleStore) GetByRoleID(ctx context.Context, opts GetUserRoleOpts) ([]*types.UserRole, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 8 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/internal/database/users.go score:7059.55 <- atom(2):200.00, fragment:6850.00, doc-order:9.55 | ||
940:func (u *userStore) GetByID(ctx context.Context, id int32) (*types.User, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
947:func (u *userStore) GetByVerifiedEmail(ctx context.Context, email string) (*types.User, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
951:func (u *userStore) GetByUsername(ctx context.Context, username string) (*types.User, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 17 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/internal/database/user_credentials.go score:7058.01 <- atom(2):200.00, fragment:6850.00, doc-order:8.01 | ||
248:func (s *userCredentialsStore) GetByID(ctx context.Context, id int64) (*UserCredential, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
271:func (s *userCredentialsStore) GetByScope(ctx context.Context, scope UserCredentialScope) (*UserCredential, error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
108: GetByID(ctx context.Context, id int64) (*UserCredential, error) score:6150.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:methodSpec:150.00 | ||
hidden 8 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/internal/database/user_emails_test.go score:6881.95 <- atom(2):200.00, fragment:6680.00, doc-order:1.95 | ||
56:func TestUserEmails_Get(t *testing.T) { score:6680.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:680.00 | ||
106:func TestUserEmails_GetPrimary(t *testing.T) { score:5180.00 <- WordMatch:500.00, InnerSymbol:4000.00, kind:Go:func:680.00 | ||
585:func TestUserEmails_GetLatestVerificationSentEmail(t *testing.T) { score:5180.00 <- WordMatch:500.00, InnerSymbol:4000.00, kind:Go:func:680.00 | ||
hidden 10 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/internal/database/users_test.go score:5382.16 <- atom(2):200.00, fragment:5180.00, doc-order:2.16 | ||
628:func TestUsers_GetByVerifiedEmail(t *testing.T) { score:5180.00 <- WordMatch:500.00, InnerSymbol:4000.00, kind:Go:func:680.00 | ||
664:func TestUsers_GetByUsername(t *testing.T) { score:5180.00 <- WordMatch:500.00, InnerSymbol:4000.00, kind:Go:func:680.00 | ||
711:func TestUsers_GetByUsernames(t *testing.T) { score:5180.00 <- WordMatch:500.00, InnerSymbol:4000.00, kind:Go:func:680.00 | ||
hidden 32 more line matches | ||
|
||
hidden 3 more file matches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
queryString: InternalDoer | ||
query: case_substr:"InternalDoer" | ||
|
||
github.com/sourcegraph/sourcegraph/internal/httpcli/client.go score:8059.55 <- fragment:8050.00, doc-order:9.55 | ||
217:var InternalDoer, _ = InternalClientFactory.Doer() score:8050.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:var:550.00 | ||
215:// InternalDoer is a shared client for internal communication. This is a score:500.00 <- WordMatch:500.00 | ||
|
||
github.com/sourcegraph/sourcegraph/internal/api/internalapi/client.go score:508.50 <- fragment:500.00, doc-order:8.50 | ||
144: resp, err := httpcli.InternalDoer.Do(req.WithContext(ctx)) score:500.00 <- WordMatch:500.00 | ||
|
||
github.com/sourcegraph/sourcegraph/enterprise/cmd/embeddings/qa/context_data.tsv score:506.64 <- fragment:500.00, doc-order:6.64 | ||
3:In the sourcegraph repository, what does InternalDoer do? internal/httpcli/client.go score:500.00 <- WordMatch:500.00 | ||
4:In my codebase, what does InternalDoer do? internal/httpcli/client.go score:500.00 <- WordMatch:500.00 | ||
|
||
github.com/sourcegraph/sourcegraph/cmd/frontend/internal/app/badge.go score:508.44 <- fragment:500.00, doc-order:8.44 | ||
23: totalRefs, err := backend.CountGoImporters(r.Context(), httpcli.InternalDoer, routevar.ToRepo(mux.Vars(r))) score:500.00 <- WordMatch:500.00 | ||
|
||
github.com/sourcegraph/sourcegraph/internal/batches/webhooks/webhooks.go score:507.95 <- fragment:500.00, doc-order:7.95 | ||
67: Enqueue(ctx, logger, db, eventType, marshalBatchChange, id, httpcli.InternalDoer) score:500.00 <- WordMatch:500.00 | ||
74: Enqueue(ctx, logger, db, eventType, marshalChangeset, id, httpcli.InternalDoer) score:500.00 <- WordMatch:500.00 | ||
|
||
github.com/sourcegraph/sourcegraph/cmd/frontend/internal/app/resolvers/app.go score:507.20 <- fragment:500.00, doc-order:7.20 | ||
53: doer: httpcli.InternalDoer, score:500.00 <- WordMatch:500.00 | ||
354: cli := httpcli.InternalDoer score:500.00 <- WordMatch:500.00 | ||
424: cli := httpcli.InternalDoer score:500.00 <- WordMatch:500.00 | ||
|
||
hidden 9 more file matches |
33 changes: 33 additions & 0 deletions
33
cmd/zoekt-archive-index/testdata/Repository_metadata_Write_rbac.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
queryString: Repository metadata Write rbac | ||
query: (and case_substr:"Repository" substr:"metadata" case_substr:"Write" substr:"rbac") | ||
|
||
github.com/sourcegraph/sourcegraph/cmd/frontend/graphqlbackend/repository_metadata.go score:7176.08 <- atom(5):320.00, fragment:6850.00, doc-order:6.08 | ||
54:func (r *schemaResolver) AddRepoMetadata(ctx context.Context, args struct { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
95:func (r *schemaResolver) UpdateRepoMetadata(ctx context.Context, args struct { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
134:func (r *schemaResolver) DeleteRepoMetadata(ctx context.Context, args struct { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 30 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/client/web/src/repo/tree/TreePageContent.tsx score:7106.86 <- atom(4):300.00, fragment:6800.00, doc-order:6.86 | ||
666:interface RepositoryContributorNodeProps extends QuerySpec { score:6800.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:TSX:interface:800.00 | ||
10:import { RepoMetadata } from '@sourcegraph/branded' score:500.00 <- WordMatch:500.00 | ||
16:import { RepositoryType, SearchPatternType, type TreeFields } from '@sourcegraph/shared/src/graphql-operations' score:500.00 <- WordMatch:500.00 | ||
hidden 46 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/doc/admin/repo/metadata.md score:6729.52 <- atom(5):320.00, fragment:6400.00, doc-order:9.52 | ||
1:# Custom repository metadata score:6400.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Markdown:chapter:400.00 | ||
18:## Adding metadata score:6300.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Markdown:section:300.00 | ||
8:### Repository owners score:6200.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Markdown:subsection:200.00 | ||
hidden 14 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/cmd/frontend/graphqlbackend/repository_metadata_test.go score:7001.16 <- atom(5):320.00, fragment:6680.00, doc-order:1.16 | ||
26:func TestRepositoryMetadata(t *testing.T) { score:6680.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:680.00 | ||
17: "github.com/sourcegraph/sourcegraph/internal/rbac" score:500.00 <- WordMatch:500.00 | ||
23: rtypes "github.com/sourcegraph/sourcegraph/internal/rbac/types" score:500.00 <- WordMatch:500.00 | ||
hidden 25 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/client/web/src/repo/repoContainerRoutes.tsx score:806.96 <- atom(4):300.00, fragment:500.00, doc-order:6.96 | ||
3:import { canWriteRepoMetadata } from '../util/rbac' score:500.00 <- WordMatch:500.00 | ||
5:import { RepositoryChangelistPage } from './commit/RepositoryCommitPage' score:500.00 <- WordMatch:500.00 | ||
9:const RepositoryCommitPage = lazyComponent(() => import('./commit/RepositoryCommitPage'), 'RepositoryCommitPage') score:500.00 <- WordMatch:500.00 | ||
hidden 19 more line matches | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
queryString: bufio buffer | ||
query: (and substr:"bufio" substr:"buffer") | ||
|
||
github.com/golang/go/src/bytes/buffer.go score:8726.47 <- atom(3):266.67, fragment:8450.00, doc-order:9.81 | ||
20:type Buffer struct { score:8450.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:struct:950.00 | ||
60:func (b *Buffer) AvailableBuffer() []byte { return b.buf[len(b.buf):] } score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
472:func NewBuffer(buf []byte) *Buffer { return &Buffer{buf: buf} } score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 108 more line matches | ||
|
||
github.com/golang/go/src/bufio/scan.go score:8626.56 <- atom(3):266.67, fragment:8350.00, doc-order:9.89 | ||
267:func (s *Scanner) Buffer(buf []byte, max int) { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
5:package bufio score:7600.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:package:100.00 | ||
25:// large to fit in the buffer. When a scan stops, the reader may have score:500.00 <- WordMatch:500.00 | ||
hidden 21 more line matches | ||
|
||
github.com/golang/go/src/bufio/bufio.go score:7876.52 <- atom(3):266.67, fragment:7600.00, doc-order:9.86 | ||
8:package bufio score:7600.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:package:100.00 | ||
665:func (b *Writer) AvailableBuffer() []byte { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
338:func (b *Reader) Buffered() int { return b.w - b.r } score:6400.00 <- PartialWordMatch:50.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 89 more line matches | ||
|
||
github.com/golang/go/src/cmd/doc/pkg.go score:7859.85 <- atom(2):200.00, fragment:7650.00, doc-order:9.85 | ||
59: bytes.Buffer score:7650.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:anonMember:150.00 | ||
56:type pkgBuffer struct { score:6900.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:struct:900.00 | ||
8: "bufio" score:500.00 <- WordMatch:500.00 | ||
hidden 8 more line matches | ||
|
||
github.com/golang/go/src/net/http/h2_bundle.go score:7209.15 <- atom(2):200.00, fragment:7000.00, doc-order:9.15 | ||
3716:type http2pipeBuffer interface { score:7000.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:interface:1000.00 | ||
1086:type http2dataBuffer struct { score:6900.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:struct:900.00 | ||
3724:func (p *http2pipe) setBuffer(b http2pipeBuffer) { score:6800.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:800.00 | ||
hidden 116 more line matches | ||
|
||
github.com/golang/go/src/image/png/writer.go score:7159.39 <- atom(2):200.00, fragment:6950.00, doc-order:9.39 | ||
36:type EncoderBuffer encoder score:6950.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:type:950.00 | ||
24: BufferPool EncoderBufferPool score:6750.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:member:750.00 | ||
30:type EncoderBufferPool interface { score:5550.00 <- WordMatch:500.00, InnerSymbol:4000.00, kind:Go:interface:1050.00 | ||
hidden 18 more line matches | ||
|
||
hidden 112 more file matches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
queryString: bytes buffer | ||
query: (and substr:"bytes" substr:"buffer") | ||
|
||
github.com/golang/go/src/bytes/buffer.go score:8759.81 <- atom(4):300.00, fragment:8450.00, doc-order:9.81 | ||
20:type Buffer struct { score:8450.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:struct:950.00 | ||
54:func (b *Buffer) Bytes() []byte { return b.buf[b.off:] } score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
5:package bytes score:7600.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:package:100.00 | ||
hidden 126 more line matches | ||
|
||
github.com/golang/go/src/cmd/internal/edit/edit.go score:8658.62 <- atom(2):200.00, fragment:8450.00, doc-order:8.62 | ||
14:type Buffer struct { score:8450.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:struct:950.00 | ||
68:func (b *Buffer) Bytes() []byte { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
41:func NewBuffer(data []byte) *Buffer { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 13 more line matches | ||
|
||
github.com/golang/go/src/hash/crc32/crc32_ppc64le.s score:7808.49 <- atom(2):200.00, fragment:7600.00, doc-order:8.49 | ||
122: SLD $2,R8 // convert index-> bytes score:7600.00 <- WordMatch:500.00, Symbol:7000.00, kind:Motorola 68K Assembly:globalVar:100.00 | ||
59: MOVWZ 0(R5),R8 // 0-3 bytes of p ?Endian? score:500.00 <- WordMatch:500.00 | ||
60: MOVWZ 4(R5),R9 // 4-7 bytes of p score:500.00 <- WordMatch:500.00 | ||
hidden 35 more line matches | ||
|
||
github.com/golang/go/src/fmt/print.go score:8609.91 <- atom(2):200.00, fragment:8400.00, doc-order:9.91 | ||
101:type buffer []byte score:8400.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:type:900.00 | ||
509:func (p *pp) fmtBytes(v []byte, verb rune, typeString string) { score:6800.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:800.00 | ||
17:// Strings for use with buffer.WriteString. score:500.00 <- WordMatch:500.00 | ||
hidden 28 more line matches | ||
|
||
github.com/golang/go/src/bufio/scan.go score:8559.89 <- atom(2):200.00, fragment:8350.00, doc-order:9.89 | ||
106:func (s *Scanner) Bytes() []byte { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
267:func (s *Scanner) Buffer(buf []byte, max int) { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
289:func ScanBytes(data []byte, atEOF bool) (advance int, token []byte, err error) { score:6850.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:850.00 | ||
hidden 26 more line matches | ||
|
||
github.com/golang/go/src/os/exec/exec.go score:8559.81 <- atom(2):200.00, fragment:8350.00, doc-order:9.81 | ||
1134:func (w *prefixSuffixSaver) Bytes() []byte { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
94: "bytes" score:500.00 <- WordMatch:500.00 | ||
396: if i := bytes.Index(stack, []byte("\nos/exec.Command(")); i >= 0 { score:500.00 <- WordMatch:500.00 | ||
hidden 17 more line matches | ||
|
||
hidden 1027 more file matches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
queryString: generate unit test | ||
query: (and substr:"generate" substr:"unit" substr:"test") | ||
|
||
github.com/sourcegraph/cody/lib/shared/src/chat/recipes/generate-test.ts score:8821.11 <- atom(5):320.00, fragment:8500.00, doc-order:1.11 | ||
14:export class GenerateTest implements Recipe { score:8500.00 <- WordMatch:500.00, Symbol:7000.00, kind:TypeScript:class:1000.00 | ||
15: public id: RecipeID = 'generate-unit-test' score:500.00 <- WordMatch:500.00 | ||
16: public title = 'Generate Unit Test' score:500.00 <- WordMatch:500.00 | ||
hidden 3 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/cmd/frontend/internal/insights/resolvers/insight_series_resolver.go score:8620.93 <- atom(3):266.67, fragment:8350.00, doc-order:4.26 | ||
300:func (j *seriesResolverGenerator) Generate(ctx context.Context, series types.InsightViewSeries, baseResolver baseInsightResolver, filters types.InsightViewFilters, options types.SeriesDisplayOptions) ([]graphqlbackend.InsightSeriesResolver, error) { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
275: Generate(ctx context.Context, series types.InsightViewSeries, baseResolver baseInsightResolver, filters types.InsightViewFilters, options types.SeriesDisplayOptions) ([]graphqlbackend.InsightSeriesResolver, error) score:7650.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:methodSpec:150.00 | ||
286: generateResolver resolverGenerator score:6700.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:member:700.00 | ||
hidden 16 more line matches | ||
|
||
github.com/sourcegraph/sourcegraph/internal/codeintel/autoindexing/internal/inference/lua/test.lua score:8500.91 <- atom(4):300.00, fragment:8200.00, doc-order:0.91 | ||
9: generate = function(_, paths) score:8200.00 <- WordMatch:500.00, Symbol:7000.00, kind:Lua:function:700.00 | ||
6: patterns = { pattern.new_path_basename "sg-test" }, score:500.00 <- WordMatch:500.00 | ||
8: -- Invoked as part of unit tests for the autoindexing service score:500.00 <- WordMatch:500.00 | ||
hidden 1 more line matches | ||
|
||
github.com/golang/go/src/cmd/vendor/github.com/google/pprof/internal/report/report.go score:8617.07 <- atom(3):266.67, fragment:8350.00, doc-order:0.40 | ||
87:func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error { score:8350.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:850.00 | ||
187:func (rpt *Report) selectOutputUnit(g *graph.Graph) { score:6800.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:func:800.00 | ||
75: SampleUnit string // Unit for the sample data from the profile. score:6750.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:member:750.00 | ||
hidden 48 more line matches | ||
|
||
github.com/golang/go/src/cmd/internal/testdir/testdir_test.go score:8523.07 <- atom(4):300.00, fragment:8220.00, doc-order:3.07 | ||
273:type test struct { score:8220.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:struct:720.00 | ||
74:func Test(t *testing.T) { score:8180.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:func:680.00 | ||
263:type testCommon struct { score:6720.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:struct:720.00 | ||
hidden 120 more line matches | ||
|
||
github.com/golang/go/src/cmd/vendor/github.com/google/pprof/profile/profile.go score:8517.29 <- atom(3):266.67, fragment:8250.00, doc-order:0.62 | ||
65: Unit string // seconds, nanoseconds, bytes, etc score:8250.00 <- WordMatch:500.00, Symbol:7000.00, kind:Go:member:750.00 | ||
77: NumUnit map[string][]string score:6750.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:member:750.00 | ||
68: unitX int64 score:6700.00 <- WordMatch:500.00, EdgeSymbol:5500.00, kind:Go:member:700.00 | ||
hidden 44 more line matches | ||
|
||
hidden 244 more file matches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.