Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dispatchrun/coroutine
/ isTop
Method
isTop
coroutine_durable.go:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(s *Stack) isTop() bool {
89
return
s.FP == len(s.Frames)-1
90
}
91
92
type
serializedCoroutine[R any]
struct
{
93
entry
func
()
Callers
2
Push
Function · 0.80
Pop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected