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

Method ToBytes

util/pool.go:185–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func (list *BLLs) ToBytes() (result []byte) {
186 list.Range(func(bll *BLL) bool {
187 result = append(result, bll.ToBytes()...)
188 return true
189 })
190 return
191}
192
193func (list *BLLs) Recycle() {
194 list.Range(func(bll *BLL) bool {

Callers

nothing calls this directly

Calls 2

RangeMethod · 0.45
ToBytesMethod · 0.45

Tested by

no test coverage detected