MCPcopy
hub / github.com/perkeep/perkeep / ValueBytes

Method ValueBytes

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

Source from the content-addressed store, hash-verified

75}
76
77func (s *memIter) ValueBytes() []byte {
78 return s.lit.Value()
79}
80
81func (s *memIter) Key() string {
82 if s.k != nil {

Callers 1

ValueMethod · 0.95

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected