MCPcopy Index your code
hub / github.com/perkeep/perkeep / ValueBytes

Method ValueBytes

pkg/sorted/buffer/buffer.go:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292}
293
294func (it *iter) ValueBytes() []byte {
295 return it.current().ValueBytes()
296}
297
298func (it *iter) Close() error {
299 err1 := it.buf.Close()

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
ValueBytesMethod · 0.65

Tested by

no test coverage detected