MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_gettop

Function lua_gettop

third-party/lua-5.2.4/src/lapi.c: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->ci->func + 1));
162}
163
164
165LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

docallFunction · 0.70
dottyFunction · 0.70
luaB_printFunction · 0.70
dofilecontFunction · 0.70
luaB_assertFunction · 0.70
luaB_selectFunction · 0.70
finishpcallFunction · 0.70
luaB_pcallFunction · 0.70
luaB_xpcallFunction · 0.70
math_minFunction · 0.70
math_maxFunction · 0.70
math_randomFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected