Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaD_inctop
Function
luaD_inctop
lib/lua/src/ldo.c:315–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
314
315
void luaD_inctop (lua_State *L) {
316
luaD_checkstack(L, 1);
317
L->top.p++;
318
}
319
320
/* }================================================================== */
321
Callers
3
loadStringN
Function · 0.85
luaU_undump
Function · 0.85
luaY_parser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected