Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ CanReadN
Method
CanReadN
util/buffer.go:184–186 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
182
}
183
184
func
(b Buffer) CanReadN(n int) bool {
185
return
b.Len() >= n
186
}
187
func
(b Buffer) Cap() int {
188
return
cap(b)
189
}
Callers
3
Read
Method · 0.95
CanRead
Method · 0.95
Split
Method · 0.95
Calls
1
Len
Method · 0.95
Tested by
no test coverage detected