Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ lua_gettop
Function
lua_gettop
lib/lua/src/lapi.c:176–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
176
LUA_API int lua_gettop (lua_State *L) {
177
return cast_int(L->top.p - (L->ci->func.p + 1));
178
}
179
180
181
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