zoekt: 45 files / 178 matches / 0.88ms neogrok: 20 files / 52 matches
github.com/sourcegraph/zoektcmd/flags.go 1 match | Go | №1
github.com/sourcegraph/zoektweb/server.go 2 matches | Go | №2
github.com/isker/neogroksrc/routes/(search-page)/lander.svelte 2 matches | Svelte | №3
github.com/sourcegraph/zoektindex/read.go 2 matches | Go | №4
github.com/sourcegraph/zoektquery/parse.go 1 match | Go | №5
github.com/sourcegraph/zoektindex/ctags.go 4 matches | Go | №6
267
if m.currentDocStuckCount > 0 {268 log.Printf("symbol analysis for %s (size %d bytes) is done and found %d symbols", m.currentDocName, m.currentDocSize, len(entries))269 m.currentDocStuckCount = 0294
m.mu.Lock()295 log.Printf("symbol analysis finished for shard statistics: duration=%v symbols=%d bytes=%d", now.Sub(m.start).Truncate(time.Second), m.totalSymbols, m.totalSize)296 m.mu.Unlock()github.com/sourcegraph/zoektindex/merge.go 2 matches | Go | №7
github.com/sourcegraph/zoektsearch/sched.go 2 matches | Go | №8
github.com/sourcegraph/zoektquery/regexp.go 2 matches | Go | №9
github.com/sourcegraph/zoektweb/snippets.go 2 matches | Go | №10
github.com/sourcegraph/zoektindex/builder.go 8 matches | Go | №11
github.com/sourcegraph/zoektsearch/shards.go 6 matches | Go | №12
311
if time.Since(lastProgress) > 5*time.Second {312 log.Printf("[INFO] still need to load %d shards...", len(keys)-i)313 lastProgress = time.Now()327
metricShardsLoadFailedTotal.Inc()328 log.Printf("[ERROR] reloading: %s, err %v ", key, err)329 returngithub.com/sourcegraph/zoektgitindex/tree.go 1 match | Go | №13
github.com/sourcegraph/zoektgitindex/index.go 7 matches | Go | №14
467
if err := setTemplatesFromConfig(&opts.BuildOptions.RepositoryDescription, opts.RepoDir); err != nil {468 log.Printf("setTemplatesFromConfig(%s): %s", opts.RepoDir, err)469 }513
if err != nil {514 log.Printf("delta build: falling back to normal build since delta build failed, repository=%q, err=%s", opts.BuildOptions.RepositoryDescription.Name, err)515 opts.BuildOptions.IsDelta = false537
if err := SetTemplatesFromOrigin(&tpl, info.URL); err != nil {538 log.Printf("setTemplatesFromOrigin(%s, %s): %s", path, info.URL, err)539 }