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

Function _serverAssertWithInfo

app/redis-6.2.6/src/debug.c:981–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981void _serverAssertWithInfo(const client *c, const robj *o, const char *estr, const char *file, int line) {
982 if (c) _serverAssertPrintClientInfo(c);
983 if (o) _serverAssertPrintObject(o);
984 _serverAssert(estr,file,line);
985}
986
987void _serverPanic(const char *file, int line, const char *msg, ...) {
988 va_list ap;

Callers

nothing calls this directly

Calls 3

_serverAssertPrintObjectFunction · 0.85
_serverAssertFunction · 0.70

Tested by

no test coverage detected