zoekt: 13 files / 75 matches / 0.7ms neogrok: 13 files / 75 matches
github.com/sourcegraph/zoektinternal/e2e/examples/example.cc 13 matches | C++ | №1
github.com/sourcegraph/zoektlanguages/extensions.go 2 matches | Go | №2
github.com/sourcegraph/zoektinternal/e2e/examples/example.py 2 matches | Python | №3
github.com/sourcegraph/zoektindex/index_test.go 9 matches | Go | №4
github.com/sourcegraph/zoektquery/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}})github.com/sourcegraph/zoektquery/parse_test.go 11 matches | Go | №6
github.com/sourcegraph/zoektinternal/e2e/scoring_test.go 2 matches | Go | №7
github.com/sourcegraph/zoektlanguages/extensions_test.go 6 matches | Go | №8
89
for ext, language := range unsupportedByEnryExtensionToNameMap {90 filename := "foo" + ext91 languages, _ := getLanguagesByExtension(filename)98
for ext, language := range overrideAmbiguousExtensionsMap {99 filename := "foo" + ext100 enryLangs := enry.GetLanguagesByExtension(filename, nil, nil)111
for ext, language := range nonAmbiguousExtensionsCheck {112 filename := "foo" + ext113 languages, isLikelyBinaryFile := getLanguagesByExtension(filename)github.com/sourcegraph/zoektcmd/zoekt-sourcegraph-indexserver/merge_test.go 1 match | Go | №9
github.com/sourcegraph/zoektcmd/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