MCPcopy Create free account
hub / github.com/Monibuca/engine / BLL

Struct BLL

util/pool.go:207–210  ·  view source on GitHub ↗

ByteLinkList

Source from the content-addressed store, hash-verified

205
206// ByteLinkList
207type BLL struct {
208 List[Buffer]
209 ByteLength int
210}
211
212func (list *BLL) NewReader() *BLLReader {
213 return &BLLReader{list.Next, 0}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected