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

Function _serverAssertPrintObject

src/debug.cpp:1082–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082void _serverAssertPrintObject(robj_roptr o) {
1083 bugReportStart();
1084 serverLog(LL_WARNING,"=== ASSERTION FAILED OBJECT CONTEXT ===");
1085 serverLogObjectDebugInfo(o);
1086}
1087
1088void _serverAssertWithInfo(const client *c, robj_roptr o, const char *estr, const char *file, int line) {
1089 if (c) _serverAssertPrintClientInfo(c);

Callers 1

_serverAssertWithInfoFunction · 0.85

Calls 3

bugReportStartFunction · 0.85
serverLogFunction · 0.85
serverLogObjectDebugInfoFunction · 0.85

Tested by

no test coverage detected