fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove check for ZOEKT_ENABLE_NGRAM_BS (#558)

I removed the code for binary search ngrams in #540, so this check is
not needed anymore.

author
Stefan Hengl
committer
GitHub
date (Mar 14, 2023, 12:46 PM +0100) commit 51a31b62 parent 45754a7c
-5
-5
index_test.go
··· 18 18 "bytes" 19 19 "context" 20 20 "fmt" 21 - "os" 22 21 "reflect" 23 22 "regexp/syntax" 24 23 "strings" ··· 1781 1780 DefaultBranchNewLinesCount: 2, 1782 1781 OtherBranchesNewLinesCount: 3, 1783 1782 }, 1784 - } 1785 - 1786 - if os.Getenv("ZOEKT_ENABLE_NGRAM_BS") != "" { 1787 - want.Stats.IndexBytes = 228 1788 1783 } 1789 1784 1790 1785 if diff := cmp.Diff(want, res); diff != "" {