MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_gettop

Function lua_gettop

freebsd/contrib/openzfs/module/lua/lapi.c:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157LUA_API int lua_gettop (lua_State *L) {
158 return cast_int(L->top - (L->ci->func + 1));
159}
160
161
162LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

luaB_assertFunction · 0.70
luaB_selectFunction · 0.70
str_charFunction · 0.70
str_formatFunction · 0.70
pushglobalfuncnameFunction · 0.70
luaL_tracebackFunction · 0.70
auxresumeFunction · 0.70
luaB_coresumeFunction · 0.70
luaB_auxwrapFunction · 0.70
luaB_yieldFunction · 0.70
luaB_costatusFunction · 0.70
tinsertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected