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

Struct goClosure

stack.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type goClosure struct {
31 function Function
32 upValues []value
33}
34
35// Function wrapper, to allow go functions as keys in maps. Explicitly not a closure.
36type goFunction struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected