Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2025
func
(ls *LState) Call(nargs, nret int) {
2026
ls.callR(nargs, nret, -1)
2027
}
2028
2029
func
(ls *LState) PCall(nargs, nret int, errfunc *LFunction) (err error) {
2030
err = nil
Callers
15
CallMeta
Method · 0.95
ToStringMeta
Method · 0.95
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
OpenLibs
Method · 0.95
baseDoFile
Function · 0.45
baseLoad
Function · 0.45
Calls
1
callR
Method · 0.95
Tested by
no test coverage detected