Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arnauddri/algorithms
/ VerticesIterable
Interface
VerticesIterable
data-structures/graph/graph.go:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
type
VerticesIterable
interface
{
27
VerticesIter() <-
chan
VertexId
28
}
29
30
func
(g *graph) EdgesIter() <-
chan
Edge {
31
ch := make(
chan
Edge)
Callers
3
GetPredecessors
Method · 0.85
GetSuccessors
Method · 0.85
GetNeighbours
Method · 0.85
Implementers
2
graph
data-structures/graph/graph.go
vertexIterableHelper
data-structures/graph/graph.go
Calls
no outgoing calls
Tested by
no test coverage detected