Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setvararg
Function
setvararg
extlibs/lua/src/lparser.c:934–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
932
933
934
static void setvararg (FuncState *fs, int nparams) {
935
fs->f->is_vararg = 1;
936
luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
937
}
938
939
940
static void parlist (LexState *ls) {
Callers
2
parlist
Function · 0.85
mainfunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected