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

Struct sortIt

graph/iterator/sort.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type sortIt struct {
33 namer graph.Namer
34 subIt graph.IteratorShape
35}
36
37var _ graph.IteratorShapeCompat = (*sortIt)(nil)
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected