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.5.0/src/lapi.c:174–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
174
LUA_API int lua_gettop (lua_State *L) {
175
return cast_int(L->top.p - (L->ci->func.p + 1));
176
}
177
178
179
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
docall
Function · 0.70
loadline
Function · 0.70
l_print
Function · 0.70
luaB_print
Function · 0.70
luaB_warn
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
Calls
no outgoing calls
Tested by
no test coverage detected