Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ lua_gettop
Function
lua_gettop
depends/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
lua_print_fmt
Function · 0.85
yield_helper
Function · 0.85
dfhack_lineedit_cont
Function · 0.85
convert_to_exception
Function · 0.85
dfhack_exception_tostring
Function · 0.85
safecall_cont
Function · 0.85
dfhack_safecall
Function · 0.85
SafeCall
Method · 0.85
resume_helper
Function · 0.85
dfhack_coresume
Function · 0.85
dfhack_saferesume
Function · 0.85
dfhack_coauxwrap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected