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

Method Call

state.go:2025–2027  ·  view source on GitHub ↗
(nargs, nret int)

Source from the content-addressed store, hash-verified

2023}
2024
2025func (ls *LState) Call(nargs, nret int) {
2026 ls.callR(nargs, nret, -1)
2027}
2028
2029func (ls *LState) PCall(nargs, nret int, errfunc *LFunction) (err error) {
2030 err = nil

Callers 15

CallMetaMethod · 0.95
ToStringMetaMethod · 0.95
getFieldMethod · 0.95
getFieldStringMethod · 0.95
setFieldMethod · 0.95
setFieldStringMethod · 0.95
ObjLenMethod · 0.95
PCallMethod · 0.95
CallByParamMethod · 0.95
OpenLibsMethod · 0.95
baseDoFileFunction · 0.45
baseLoadFunction · 0.45

Calls 1

callRMethod · 0.95

Tested by

no test coverage detected