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