Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arnauddri/algorithms
/ VerticesIter
Method
VerticesIter
data-structures/graph/graph.go:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
func
(helper *vertexIterableHelper) VerticesIter() <-
chan
VertexId {
201
return
helper.iterFunc()
202
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected