MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setvararg

Function setvararg

lib/lua/src/lparser.c:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951
952
953static void setvararg (FuncState *fs, int nparams) {
954 fs->f->is_vararg = 1;
955 luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
956}
957
958
959static void parlist (LexState *ls) {

Callers 2

parlistFunction · 0.85
mainfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected