Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
LUA_API int lua_gettop (lua_State *L) {
170
return cast_int(L->top - (L->ci->func + 1));
171
}
172
173
174
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
format
Function · 0.85
range_format
Function · 0.85
type_format
Function · 0.85
update_config
Function · 0.85
diagnose_file
Function · 0.85
set_default_config
Function · 0.85
set_nonstandard_symbol
Function · 0.85
set_clike_comments_symbol
Function · 0.85
spell_load_dictionary_from_path
Function · 0.85
spell_load_dictionary_from_buffer
Function · 0.85
spell_analysis
Function · 0.85
update_name_style_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected