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

Struct BLLs

util/pool.go:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142type BLLs struct {
143 List[*BLL]
144 ByteLength int
145}
146
147func (list *BLLs) PushValue(item *BLL) {
148 if list == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected