Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ CanRead
Method
CanRead
util/pool.go:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(r *BLLsReader) CanRead() bool {
124
return
r.ListItem != nil && !r.IsRoot()
125
}
126
127
func
(r *BLLsReader) ReadByte() (b byte, err error) {
128
if
r.BLLReader.CanRead() {
Callers
1
ReadByte
Method · 0.95
Calls
1
IsRoot
Method · 0.80
Tested by
no test coverage detected