Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
953
static void setvararg (FuncState *fs, int nparams) {
954
fs->f->is_vararg = 1;
955
luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
956
}
957
958
959
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