MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / ShutdownRequested

Function ShutdownRequested

src/init.cpp:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125void RequestShutdown() { fRequestShutdown = true; }
126
127bool ShutdownRequested() { return fRequestShutdown; }
128
129void Interrupt() { InterruptRPCServer(); }
130

Callers 3

DetectShutdownThreadFunction · 0.85
DetectShutdownThreadFunction · 0.85
WriteReplyMethod · 0.85

Calls

no outgoing calls

Tested by 1

DetectShutdownThreadFunction · 0.68