func(*LState) int
| 161 | Upvalues []*Upvalue |
| 162 | } |
| 163 | type LGFunction func(*LState) int |
| 164 | |
| 165 | func (fn *LFunction) String() string { return fmt.Sprintf("function: %p", fn) } |
| 166 | func (fn *LFunction) Type() LValueType { return LTFunction } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…