Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ luaClosure
Struct
luaClosure
stack.go:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
type
luaClosure
struct
{
26
prototype *prototype
27
upValues []*upValue
28
}
29
30
type
goClosure
struct
{
31
function Function
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected