MCPcopy 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
88func (s *Stack) isTop() bool {
89 return s.FP == len(s.Frames)-1
90}
91
92type serializedCoroutine[R any] struct {
93 entry func()

Callers 2

PushFunction · 0.80
PopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected