Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ lua_gettop
Function
lua_gettop
Source/Misc/lua/src/lua.c:2008–2010 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2006
2007
2008
LUA_API int lua_gettop (lua_State *L) {
2009
return cast_int(L->top - L->base);
2010
}
2011
2012
2013
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
luausb_push_device_descriptor
Function · 0.85
luausb_push_endpoint_descriptor
Function · 0.85
luausb_push_interface_descriptor
Function · 0.85
luausb_push_interface
Function · 0.85
luausb_push_config_descriptor
Function · 0.85
luausb_push_device
Function · 0.85
luausb_push_device_handle
Function · 0.85
luausb_push_transfer
Function · 0.85
proxy_loader
Function · 0.85
pcall
Function · 0.85
register_
Method · 0.85
stage1
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected