MCPcopy 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
941static void setvararg (FuncState *fs, int nparams) {
942 fs->f->is_vararg = 1;
943 luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
944}
945
946
947static void parlist (LexState *ls) {

Callers 2

parlistFunction · 0.85
mainfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected