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

Struct iteratorShape

graph/path/morphism_apply_functions.go:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230type iteratorShape struct {
231 it graph.Iterator
232 sent bool
233}
234
235func (s *iteratorShape) BuildIterator(qs graph.QuadStore) graph.Iterator {
236 if s.sent {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected