Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/junegunn/fzf
/ MakeSlab
Function
MakeSlab
src/util/slab.go:8–12 ·
view source on GitHub ↗
(size16 int, size32 int)
Source
from the content-addressed store, hash-verified
6
}
7
8
func
MakeSlab(size16 int, size32 int) *Slab {
9
return
&Slab{
10
I16: make([]int16, size16),
11
I32: make([]int32, size32)}
12
}
Callers
4
scan
Method · 0.92
Run
Function · 0.92
init
Function · 0.92
NewTerminal
Function · 0.92
Calls
no outgoing calls
Tested by
1
init
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…