MCPcopy 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

52var AsnResults []RecvResult
53
54func 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

NewStackFunction · 0.85

Tested by

no test coverage detected