Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
222
type
iter
struct
{
223
buf, back subIter
224
}
225
226
func
(it *iter) current() *subIter {
227
switch
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected