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

Function ldbDisable

src/scripting.cpp:1902–1904  ·  view source on GitHub ↗

Exit debugging mode from the POV of client. This function is not enough * to properly shut down a client debugging session, see ldbEndSession() * for more information. */

Source from the content-addressed store, hash-verified

1900 * to properly shut down a client debugging session, see ldbEndSession()
1901 * for more information. */
1902void ldbDisable(client *c) {
1903 c->flags &= ~(CLIENT_LUA_DEBUG|CLIENT_LUA_DEBUG_SYNC);
1904}
1905
1906/* Append a log entry to the specified LDB log. */
1907void ldbLog(sds entry) {

Callers 2

scriptCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected