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

Method Key

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

Source from the content-addressed store, hash-verified

280}
281
282func (it *iter) Key() string {
283 return it.current().key
284}
285
286func (it *iter) Value() string {
287 return it.current().Value()

Callers

nothing calls this directly

Calls 1

currentMethod · 0.95

Tested by

no test coverage detected