zoekt: 11 files / 62 matches / 0.49ms neogrok: 11 files / 62 matches
neogrokinternal/e2e/examples/example.cc 13 matches | C++ | №1
neogroklanguages/extensions.go 2 matches | Go | №2
neogrokinternal/e2e/examples/example.py 2 matches | Python | №3
neogrokindex/index_test.go 9 matches | Go | №4
neogrokquery/query_test.go 8 matches | Go | №5
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 | №6
neogrokinternal/e2e/scoring_test.go 2 matches | Go | №7
neogroklanguages/extensions_test.go 6 matches | Go | №8
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 | №9
neogrokcmd/zoekt-sourcegraph-indexserver/backoff_test.go 13 matches | Go | №10
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