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.4.6/src/ldo.c:322–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
321
322
void luaD_inctop (lua_State *L) {
323
luaD_checkstack(L, 1);
324
L->top.p++;
325
}
326
327
/* }================================================================== */
328
Callers
3
loadStringN
Function · 0.70
luaU_undump
Function · 0.70
luaY_parser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected