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

Function _serverAssertPrintObject

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

Source from the content-addressed store, hash-verified

973}
974
975void _serverAssertPrintObject(const robj *o) {
976 bugReportStart();
977 serverLog(LL_WARNING,"=== ASSERTION FAILED OBJECT CONTEXT ===");
978 serverLogObjectDebugInfo(o);
979}
980
981void _serverAssertWithInfo(const client *c, const robj *o, const char *estr, const char *file, int line) {
982 if (c) _serverAssertPrintClientInfo(c);

Callers 1

_serverAssertWithInfoFunction · 0.85

Calls 2

bugReportStartFunction · 0.85
serverLogObjectDebugInfoFunction · 0.85

Tested by

no test coverage detected