Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arnauddri/algorithms
/ EdgesIterable
Interface
EdgesIterable
data-structures/graph/graph.go:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
type
EdgesIterable
interface
{
23
EdgesIter() <-
chan
Edge
24
}
25
26
type
VerticesIterable
interface
{
27
VerticesIter() <-
chan
VertexId
Callers
2
Reverse
Method · 0.65
TestUndirectedGraph
Function · 0.65
Implementers
1
graph
data-structures/graph/graph.go
Calls
no outgoing calls
Tested by
no test coverage detected