MCPcopy
hub / github.com/perkeep/perkeep / iter

Struct iter

pkg/sorted/buffer/buffer.go:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222type iter struct {
223 buf, back subIter
224}
225
226func (it *iter) current() *subIter {
227 switch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected