MCPcopy Index your code
hub / github.com/Shopify/go-lua / isInStackAbove

Method isInStackAbove

stack.go:85–90  ·  view source on GitHub ↗
(level int)

Source from the content-addressed store, hash-verified

83}
84
85func (uv *upValue) isInStackAbove(level int) bool {
86 if home, ok := uv.home.(stackLocation); ok {
87 return home.index >= level
88 }
89 return false
90}
91
92type openUpValue struct {
93 upValue *upValue

Callers 1

closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected