Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/arnauddri/algorithms
/ EdgesIter
Method
EdgesIter
data-structures/graph/graph.go:23–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
type
EdgesIterable
interface
{
23
EdgesIter() <-
chan
Edge
24
}
25
26
type
VerticesIterable
interface
{
Callers
2
Reverse
Method · 0.65
TestUndirectedGraph
Function · 0.65
Implementers
1
graph
data-structures/graph/graph.go
Calls
no outgoing calls
Tested by
1
TestUndirectedGraph
Function · 0.52