MCPcopy Create free account
hub / github.com/LUX-Core/lux / StopRPC

Function StopRPC

src/rpcserver.cpp:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void StopRPC()
461{
462 LogPrint("rpc", "Stopping RPC\n");
463 deadlineTimers.clear();
464 g_rpcSignals.Stopped();
465}
466
467bool IsRPCRunning()
468{

Callers 1

PrepareShutdownFunction · 0.85

Calls 2

LogPrintFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected