Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaD_inctop
Function
luaD_inctop
3rd/lua-5.4.3/src/ldo.c:293–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
292
293
void luaD_inctop (lua_State *L) {
294
luaD_checkstack(L, 1);
295
L->top++;
296
}
297
298
/* }================================================================== */
299
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