MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ldbCatStackValue

Function ldbCatStackValue

app/redis-6.2.6/src/scripting.c:2294–2296  ·  view source on GitHub ↗

Higher level wrapper for ldbCatStackValueRec() that just uses an initial * recursion level of '0'. */

Source from the content-addressed store, hash-verified

2292/* Higher level wrapper for ldbCatStackValueRec() that just uses an initial
2293 * recursion level of '0'. */
2294sds ldbCatStackValue(sds s, lua_State *lua, int idx) {
2295 return ldbCatStackValueRec(s,lua,idx,0);
2296}
2297
2298/* Produce a debugger log entry representing the value of the Lua object
2299 * currently on the top of the stack. The element is ot popped nor modified.

Callers 2

luaRedisDebugCommandFunction · 0.85
ldbLogStackValueFunction · 0.85

Calls 1

ldbCatStackValueRecFunction · 0.85

Tested by

no test coverage detected