Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
type
cycleInfo []cycleNode
110
111
func
newCycleInfo(order int) cycleInfo {
112
return
make(cycleInfo, order)
113
}
114
115
func
(info cycleInfo) Reset() {
116
for
i :=
range
info {
Callers
1
IsAcyclic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected