Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ endCrashReport
Function
endCrashReport
src/debug.c:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
static void endCrashReport(void) {
23
RedisModule_Log(NULL,
"warning"
,
"=== REDISGRAPH BUG REPORT END. ==="
);
24
}
25
26
static void logCommands(void) {
27
// #readers + #writers + Redis main thread
Callers
1
crashHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected