MCPcopy
hub / github.com/cayleygraph/cayley / legacyIter

Struct legacyIter

graph/shape.go:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163var _ IteratorFuture = &legacyIter{}
164
165type legacyIter struct {
166 s IteratorShape
167 self Iterator
168 scan Scanner
169 cont Index
170}
171
172func (it *legacyIter) String() string {
173 return it.s.String()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected