Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-scan/Goal
/ GetWaitChain
Function
GetWaitChain
Gsensor/ksubdomain/struct.go:54–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
var
AsnResults []RecvResult
53
54
func
GetWaitChain() *Stack {
55
if
wait_chain == nil {
56
return
NewStack()
57
}
else
{
58
return
wait_chain
59
}
60
}
Callers
nothing calls this directly
Calls
1
NewStack
Function · 0.85
Tested by
no test coverage detected