MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_gettop

Function lua_gettop

3rd/lua-5.4.3/src/lapi.c:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169LUA_API int lua_gettop (lua_State *L) {
170 return cast_int(L->top - (L->ci->func + 1));
171}
172
173
174LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

formatFunction · 0.85
range_formatFunction · 0.85
type_formatFunction · 0.85
update_configFunction · 0.85
diagnose_fileFunction · 0.85
set_default_configFunction · 0.85
set_nonstandard_symbolFunction · 0.85
spell_analysisFunction · 0.85
update_name_style_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected