Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_gettop
Function
lua_gettop
third-party/lua-5.2.4/src/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->ci->func + 1));
162
}
163
164
165
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
dofilecont
Function · 0.70
luaB_assert
Function · 0.70
luaB_select
Function · 0.70
finishpcall
Function · 0.70
luaB_pcall
Function · 0.70
luaB_xpcall
Function · 0.70
math_min
Function · 0.70
math_max
Function · 0.70
math_random
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected