MCPcopy
hub / github.com/junegunn/fzf / init

Function init

src/pattern_test.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12var slab *util.Slab
13
14func init() {
15 slab = util.MakeSlab(slab16Size, slab32Size)
16}
17
18func TestParseTermsExtended(t *testing.T) {
19 terms := parseTerms(true, CaseSmart, false,

Callers

nothing calls this directly

Calls 1

MakeSlabFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…