MCPcopy 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
240void luaD_inctop (lua_State *L) {
241 luaD_checkstack(L, 1);
242 L->top++;
243}
244
245/* }================================================================== */
246

Callers 5

pushstrFunction · 0.85
luaO_pushvfstringFunction · 0.85
LoadStringFunction · 0.85
luaU_undumpFunction · 0.85
luaY_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected