Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ setvararg
Function
setvararg
3rd/lua-5.4.3/src/lparser.c:941–944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
939
940
941
static void setvararg (FuncState *fs, int nparams) {
942
fs->f->is_vararg = 1;
943
luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
944
}
945
946
947
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