MCPcopy 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
2008LUA_API int lua_gettop (lua_State *L) {
2009return cast_int(L->top - L->base);
2010}
2011
2012
2013LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

luausb_push_interfaceFunction · 0.85
luausb_push_deviceFunction · 0.85
luausb_push_transferFunction · 0.85
proxy_loaderFunction · 0.85
pcallFunction · 0.85
register_Method · 0.85
stage1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected