MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaD_inctop

Function luaD_inctop

src/Chain/libraries/glua/ldo.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266void luaD_inctop(lua_State *L) {
267 luaD_checkstack(L, 1);
268 L->top++;
269}
270
271/* }================================================================== */
272

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected