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

Method Clear

util/pool.go:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func (list *BLL) Clear() {
241 list.List.Clear()
242 list.ByteLength = 0
243}
244
245func (list *BLL) ToBuffers() (result net.Buffers) {
246 list.Range(func(item Buffer) bool {

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.65

Tested by

no test coverage detected