Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ Cap
Method
Cap
util/buffer.go:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
return
b.Len() >= n
186
}
187
func
(b Buffer) Cap() int {
188
return
cap(b)
189
}
190
func
(b Buffer) SubBuf(start int, length int) Buffer {
191
return
b[start : start+length]
192
}
Callers
2
Write
Method · 0.95
Malloc
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected