Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaD_inctop
Function
luaD_inctop
depends/lua/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
5
pushstr
Function · 0.85
luaO_pushvfstring
Function · 0.85
LoadString
Function · 0.85
luaU_undump
Function · 0.85
luaY_parser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected