MCPcopy 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
42extern "C" {
43static void loggerSignalHandler(int signal_number) {
44 (*debuggableLogger).toggleDebug();
45}
46}
47
48void installLoggerSignalHandler(void* logger) {

Callers

nothing calls this directly

Calls 1

toggleDebugMethod · 0.80

Tested by

no test coverage detected