MCPcopy
hub / github.com/arnauddri/algorithms / vertexIterableHelper

Struct vertexIterableHelper

data-structures/graph/graph.go:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196type vertexIterableHelper struct {
197 iterFunc func() <-chan VertexId
198}
199
200func (helper *vertexIterableHelper) VerticesIter() <-chan VertexId {
201 return helper.iterFunc()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected