MCPcopy 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
167LUA_API int lua_gettop (lua_State *L) {
168 return cast_int(L->top - (L->ci->func + 1));
169}
170
171
172LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

lua_print_fmtFunction · 0.85
yield_helperFunction · 0.85
dfhack_lineedit_contFunction · 0.85
convert_to_exceptionFunction · 0.85
safecall_contFunction · 0.85
dfhack_safecallFunction · 0.85
SafeCallMethod · 0.85
resume_helperFunction · 0.85
dfhack_coresumeFunction · 0.85
dfhack_saferesumeFunction · 0.85
dfhack_coauxwrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected