MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / StopRPC

Function StopRPC

src/rpcserver.cpp:406–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void StopRPC()
407{
408 LogPrint("rpc", "Stopping RPC\n");
409 deadlineTimers.clear();
410 g_rpcSignals.Stopped();
411}
412
413bool IsRPCRunning()
414{

Callers 1

ShutdownFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected