zoekt: 283 files / 5955 matches / 47.18ms neogrok: 7 files / 500 matches
github.com/sourcegraph/zoektindex/btree_test.go 41 matches | Go | №1
github.com/sourcegraph/zoektindex/contentprovider.go 172 matches | Go | №2
4
// you may not use this file except in compliance with the License.5 // You may obtain a copy of the License at6 //8
//9 // Unless required by applicable law or agreed to in writing, software10 // distributed under the License is distributed on an "AS IS" BASIS,11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.12 // See the License for the specific language governing permissions and93
94 // Find offset in bytes (relative to corpus start) for an offset in95 // runes (relative to document start). If filename is set, the corpus96 // is the set of filenames, with the document being the name itself.97 func (p *contentProvider) findOffset(filename bool, r uint32) uint32 {98 if p.id.metaData.PlainASCII {github.com/sourcegraph/zoektgrpc/protos/zoekt/webserver/v1/webserver.proto 83 matches | Protocol Buffer | №3
55
56 // Maximum number of matches: skip all processing an index57 // shard after we found this many non-overlapping matches.58 int64 shard_max_match_count = 3;59 60 // Maximum number of matches: stop looking for more matches61 // once we have this many matches across shards.62 int64 total_max_match_count = 4;github.com/sourcegraph/zoektindex/section.go 36 matches | Go | №4
4
// you may not use this file except in compliance with the License.5 // You may obtain a copy of the License at6 //github.com/sourcegraph/zoektinternal/tracer/jaeger.go 3 matches | Go | №5
github.com/sourcegraph/zoektapi.go 124 matches | Go | №6
4
// you may not use this file except in compliance with the License.5 // You may obtain a copy of the License at6 //github.com/sourcegraph/zoektgrpc/protos/zoekt/webserver/v1/webserver.pb.go 41 matches | Go | №7
56
func (x FlushReason) String() string {57 return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))58 }105
func (x ListOptions_RepoListField) String() string {106 return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))107 }