MCPcopy 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
25type luaClosure struct {
26 prototype *prototype
27 upValues []*upValue
28}
29
30type goClosure struct {
31 function Function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected