Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
LUA_API int lua_gettop (lua_State *L) {
160
return cast_int(L->top - L->base);
161
}
162
163
164
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
luaRedisGenericCommand
Function · 0.85
luaRedisSha1hexCommand
Function · 0.85
luaRedisReturnSingleFieldTable
Function · 0.85
luaRedisDebugCommand
Function · 0.85
luaRedisSetReplCommand
Function · 0.85
luaLogCommand
Function · 0.85
luaSetResp
Function · 0.85
redis_math_random
Function · 0.85
print
Function · 0.85
docall
Function · 0.85
dotty
Function · 0.85
luaB_print
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected