Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
func
(list *BLL) Clear() {
241
list.List.Clear()
242
list.ByteLength = 0
243
}
244
245
func
(list *BLL) ToBuffers() (result net.Buffers) {
246
list.Range(
func
(item Buffer) bool {
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.65
Tested by
no test coverage detected