MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / lua_gettop

Function lua_gettop

deps/lua/src/lapi.c:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

luaRedisGenericCommandFunction · 0.85
luaRedisSha1hexCommandFunction · 0.85
luaRedisDebugCommandFunction · 0.85
luaRedisSetReplCommandFunction · 0.85
luaLogCommandFunction · 0.85
luaSetRespFunction · 0.85
redis_math_randomFunction · 0.85
printFunction · 0.85
docallFunction · 0.85
dottyFunction · 0.85
luaB_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected