zoekt: 12 files / 64 matches / 0.55ms neogrok: 12 files / 64 matches
neogrokinternal/e2e/examples/example.cc 13 matches | C++ | №1
neogrokdoc/design.md 2 matches | Markdown | №2
neogroklanguages/extensions.go 2 matches | Go | №3
neogrokinternal/e2e/examples/example.py 2 matches | Python | №4
neogrokindex/index_test.go 9 matches | Go | №5
neogrokquery/query_test.go 8 matches | Go | №6
103
func TestMap(t *testing.T) {104 in := NewAnd(&Substring{Pattern: "bla"}, &Not{&Repo{Regexp: regexp.MustCompile("foo")}})105 out := NewAnd(&Substring{Pattern: "bla"}, &Not{&Const{false}})neogrokindex/file_category_test.go 5 matches | Go | №7
neogrokinternal/e2e/scoring_test.go 2 matches | Go | №8
neogroklanguages/extensions_test.go 6 matches | Go | №9
95
for ext, language := range unsupportedByEnryExtensionToNameMap {96 filename := "foo" + ext97 languages, _ := getLanguagesByExtension(filename)104
for ext, language := range overrideAmbiguousExtensionsMap {105 filename := "foo" + ext106 enryLangs := enry.GetLanguagesByExtension(filename, nil, nil)117
for ext, language := range nonAmbiguousExtensionsCheck {118 filename := "foo" + ext119 languages, isLikelyBinaryFile := getLanguagesByExtension(filename)neogrokcmd/zoekt-sourcegraph-indexserver/merge_test.go 1 match | Go | №10
neogrokcmd/zoekt-sourcegraph-indexserver/backoff_test.go 13 matches | Go | №11
14
queue := NewQueue(backoffDuration, maxBackoffDuration, logtest.Scoped(t))15 opts := IndexOptions{RepoID: 1, Name: "foo"}16 41
queue := NewQueue(backoffDuration, maxBackoffDuration, logtest.Scoped(t))42 opts := IndexOptions{RepoID: 1, Name: "foo"}43 66
queue := NewQueue(backoffDuration, maxBackoffDuration, logtest.Scoped(t))67 opts := IndexOptions{RepoID: 1, Name: "foo"}68