zoekt: 9 files / 51 matches / 0.98ms neogrok: 9 files / 51 matches
github.com/sourcegraph/zoektbuild/testdata/example.cc 13 matches | C++ | №1
github.com/sourcegraph/zoektindex_test.go 9 matches | Go | №2
github.com/sourcegraph/zoektbuild/testdata/example.py 2 matches | Python | №3
github.com/sourcegraph/zoektquery/query_test.go 8 matches | Go | №4
89
func TestMap(t *testing.T) {
90 in := NewAnd(&Substring{Pattern: "bla"}, &Not{&Repo{Regexp: regexp.MustCompile("foo")}})
91 out := NewAnd(&Substring{Pattern: "bla"}, &Not{&Const{false}})
github.com/sourcegraph/zoektquery/parse_test.go 1 match | Go | №5
github.com/sourcegraph/zoektbuild/scoring_test.go 2 matches | Go | №6
github.com/sourcegraph/zoektcmd/zoekt-sourcegraph-indexserver/merge_test.go 1 match | Go | №7
github.com/sourcegraph/zoektcmd/zoekt-sourcegraph-indexserver/backoff_test.go 13 matches | Go | №8
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