Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
85
func
(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
92
type
openUpValue
struct
{
93
upValue *upValue
Callers
1
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected