Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
void luaD_inctop(lua_State *L) {
267
luaD_checkstack(L, 1);
268
L->top++;
269
}
270
271
/* }================================================================== */
272
Callers
4
luaU_undump
Function · 0.85
pushstr
Function · 0.85
luaO_pushvfstring
Function · 0.85
luaY_parser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected