Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ clear
Method
clear
protocol/buffer.go:422–426 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
}
421
422
func
(pages contiguousPages) clear() {
423
for
i :=
range
pages {
424
pages[i] = nil
425
}
426
}
427
428
func
(pages contiguousPages) ReadAt(b []byte, off int64) (int, error) {
429
rn := 0
Callers
3
unref
Method · 0.80
Truncate
Method · 0.80
unref
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected