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.3.5/src/ldo.c:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
void luaD_inctop (lua_State *L) {
241
luaD_checkstack(L, 1);
242
L->top++;
243
}
244
245
/* }================================================================== */
246
Callers
4
pushstr
Function · 0.70
luaO_pushvfstring
Function · 0.70
luaU_undump
Function · 0.70
luaY_parser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected