MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / lua_gettop

Function lua_gettop

other_src/lua/src/lapi.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160LUA_API int lua_gettop (lua_State *L) {
161 return cast_int(L->top - L->base);
162}
163
164
165LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

tinsertFunction · 0.70
ll_moduleFunction · 0.70
matchFunction · 0.70
range_lFunction · 0.70
fix_lFunction · 0.70
capconst_lFunction · 0.70
functioncapFunction · 0.70
matchlFunction · 0.70
str_charFunction · 0.70
str_formatFunction · 0.70
io_linesFunction · 0.70
g_readFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected