MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_gettop

Function lua_gettop

lua/lapi.c:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160LUA_API int lua_gettop (lua_State *L) {
161 return cast_int(L->top - L->base);
162}
163
164
165LUA_API void lua_settop (lua_State *L, int idx) {

Callers 15

docallFunction · 0.85
dottyFunction · 0.85
luaB_printFunction · 0.85
luaB_typeFunction · 0.85
luaB_dofileFunction · 0.85
luaB_assertFunction · 0.85
luaB_selectFunction · 0.85
luaB_pcallFunction · 0.85
luaB_xpcallFunction · 0.85
costatusFunction · 0.85
auxresumeFunction · 0.85
luaB_coresumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected