MCPcopy Index your code
hub / github.com/Monibuca/engine / NewReader

Method NewReader

util/pool.go:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (list *BLLs) NewReader() *BLLsReader {
203 return &BLLsReader{list.Next, *list.Next.Value.NewReader()}
204}
205
206// ByteLinkList
207type BLL struct {

Callers

nothing calls this directly

Calls 1

NewReaderMethod · 0.45

Tested by

no test coverage detected