Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ unref
Method
unref
protocol/buffer.go:416–420 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
414
}
415
416
func
(pages contiguousPages) unref() {
417
for
_, p :=
range
pages {
418
p.unref()
419
}
420
}
421
422
func
(pages contiguousPages) clear() {
423
for
i :=
range
pages {
Callers
nothing calls this directly
Calls
1
unref
Method · 0.45
Tested by
no test coverage detected