Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTXMarkets/ternfs
/ loggerSignalHandler
Function
loggerSignalHandler
cpp/core/Env.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
extern
"C"
{
43
static void loggerSignalHandler(int signal_number) {
44
(*debuggableLogger).toggleDebug();
45
}
46
}
47
48
void installLoggerSignalHandler(void* logger) {
Callers
nothing calls this directly
Calls
1
toggleDebug
Method · 0.80
Tested by
no test coverage detected