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

Function ldbCatStackValue

src/scripting.cpp:2317–2319  ·  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

2315/* Higher level wrapper for ldbCatStackValueRec() that just uses an initial
2316 * recursion level of '0'. */
2317sds ldbCatStackValue(sds s, lua_State *lua, int idx) {
2318 return ldbCatStackValueRec(s,lua,idx,0);
2319}
2320
2321/* Produce a debugger log entry representing the value of the Lua object
2322 * 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