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

Method Value

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

Source from the content-addressed store, hash-verified

284}
285
286func (it *iter) Value() string {
287 return it.current().Value()
288}
289
290func (it *iter) KeyBytes() []byte {
291 return it.current().KeyBytes()

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
ValueMethod · 0.65

Tested by

no test coverage detected