MCPcopy
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
416func (pages contiguousPages) unref() {
417 for _, p := range pages {
418 p.unref()
419 }
420}
421
422func (pages contiguousPages) clear() {
423 for i := range pages {

Callers

nothing calls this directly

Calls 1

unrefMethod · 0.45

Tested by

no test coverage detected