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

Method KeyBytes

pkg/sorted/mem.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (s *memIter) KeyBytes() []byte {
74 return s.lit.Key()
75}
76
77func (s *memIter) ValueBytes() []byte {
78 return s.lit.Value()

Callers 1

KeyMethod · 0.95

Calls 1

KeyMethod · 0.65

Tested by

no test coverage detected