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

Function _serverAssertWithInfo

src/debug.cpp:1088–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088void _serverAssertWithInfo(const client *c, robj_roptr o, const char *estr, const char *file, int line) {
1089 if (c) _serverAssertPrintClientInfo(c);
1090 if (o) _serverAssertPrintObject(o);
1091 _serverAssert(estr,file,line);
1092}
1093
1094void _serverPanic(const char *file, int line, const char *msg, ...) {
1095 g_fInCrash = true;

Callers

nothing calls this directly

Calls 3

_serverAssertPrintObjectFunction · 0.85
_serverAssertFunction · 0.70

Tested by

no test coverage detected