Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaD_inctop
Function
luaD_inctop
third-party/lua-5.5.0/src/ldo.c:426–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
425
426
void luaD_inctop (lua_State *L) {
427
L->top.p++;
428
luaD_checkstack(L, 1);
429
}
430
431
/* }================================================================== */
432
Callers
3
luaU_undump
Function · 0.70
open_func
Function · 0.70
luaY_parser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected