MCPcopy 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
123func (r *BLLsReader) CanRead() bool {
124 return r.ListItem != nil && !r.IsRoot()
125}
126
127func (r *BLLsReader) ReadByte() (b byte, err error) {
128 if r.BLLReader.CanRead() {

Callers 1

ReadByteMethod · 0.95

Calls 1

IsRootMethod · 0.80

Tested by

no test coverage detected