MCPcopy
hub / github.com/perkeep/perkeep / KeyBytes

Method KeyBytes

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

Source from the content-addressed store, hash-verified

288}
289
290func (it *iter) KeyBytes() []byte {
291 return it.current().KeyBytes()
292}
293
294func (it *iter) ValueBytes() []byte {
295 return it.current().ValueBytes()

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
KeyBytesMethod · 0.65

Tested by

no test coverage detected