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