Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lua_gettop
Function
lua_gettop
app/redis-6.2.6/deps/lua/src/lapi.c:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
159
LUA_API int lua_gettop (lua_State *L) {
160
return cast_int(L->top - L->base);
161
}
162
163
164
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
docall
Function · 0.70
dotty
Function · 0.70
luaB_print
Function · 0.70
luaB_dofile
Function · 0.70
luaB_assert
Function · 0.70
luaB_select
Function · 0.70
luaB_pcall
Function · 0.70
luaB_xpcall
Function · 0.70
costatus
Function · 0.70
auxresume
Function · 0.70
luaB_coresume
Function · 0.70
luaB_auxwrap
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected