MCPcopy Index your code
hub / github.com/yuin/gopher-lua / LGFunction

FuncType LGFunction

value.go:163–163  ·  view source on GitHub ↗
func(*LState) int

Source from the content-addressed store, hash-verified

161 Upvalues []*Upvalue
162}
163type LGFunction func(*LState) int
164
165func (fn *LFunction) String() string { return fmt.Sprintf("function: %p", fn) }
166func (fn *LFunction) Type() LValueType { return LTFunction }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…