MCPcopy Create free account
hub / github.com/DoNewsCode/core / newCycleInfo

Function newCycleInfo

dag/graph.go:111–113  ·  view source on GitHub ↗
(order int)

Source from the content-addressed store, hash-verified

109type cycleInfo []cycleNode
110
111func newCycleInfo(order int) cycleInfo {
112 return make(cycleInfo, order)
113}
114
115func (info cycleInfo) Reset() {
116 for i := range info {

Callers 1

IsAcyclicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected