Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Call
Method
Call
_state.go:1812–1814 ·
view source on GitHub ↗
(nargs, nret int)
Source
from the content-addressed store, hash-verified
1810
}
1811
1812
func
(ls *LState) Call(nargs, nret int) {
1813
ls.callR(nargs, nret, -1)
1814
}
1815
1816
func
(ls *LState) PCall(nargs, nret int, errfunc *LFunction) (err error) {
1817
err = nil
Callers
7
getField
Method · 0.95
getFieldString
Method · 0.95
setField
Method · 0.95
setFieldString
Method · 0.95
ObjLen
Method · 0.95
PCall
Method · 0.95
CallByParam
Method · 0.95
Calls
1
callR
Method · 0.95
Tested by
no test coverage detected