Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
LUA_API int lua_gettop (lua_State *L) {
158
return cast_int(L->top - (L->ci->func + 1));
159
}
160
161
162
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
luaB_assert
Function · 0.70
luaB_select
Function · 0.70
str_char
Function · 0.70
str_format
Function · 0.70
pushglobalfuncname
Function · 0.70
luaL_traceback
Function · 0.70
auxresume
Function · 0.70
luaB_coresume
Function · 0.70
luaB_auxwrap
Function · 0.70
luaB_yield
Function · 0.70
luaB_costatus
Function · 0.70
tinsert
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected