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

Function lua_gettop

third-party/lua-5.1.5/src/lapi.c:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

docallFunction · 0.70
dottyFunction · 0.70
luaB_printFunction · 0.70
luaB_dofileFunction · 0.70
luaB_assertFunction · 0.70
luaB_selectFunction · 0.70
luaB_pcallFunction · 0.70
luaB_xpcallFunction · 0.70
costatusFunction · 0.70
auxresumeFunction · 0.70
luaB_coresumeFunction · 0.70
luaB_auxwrapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected