Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ lua_gettop
Function
lua_gettop
extlibs/lua/src/lapi.c:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
167
LUA_API int lua_gettop (lua_State *L) {
168
return cast_int(L->top - (L->ci->func + 1));
169
}
170
171
172
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
docall
Function · 0.85
loadline
Function · 0.85
l_print
Function · 0.85
luaB_print
Function · 0.85
luaB_warn
Function · 0.85
dofilecont
Function · 0.85
luaB_assert
Function · 0.85
luaB_select
Function · 0.85
finishpcall
Function · 0.85
luaB_pcall
Function · 0.85
luaB_xpcall
Function · 0.85
math_min
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected