Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
type
sortIt
struct
{
33
namer graph.Namer
34
subIt graph.IteratorShape
35
}
36
37
var
_ graph.IteratorShapeCompat = (*sortIt)(nil)
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected