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

Function StopRPC

src/rpc/server.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void StopRPC()
319{
320 LogPrint(BCLog::RPC, "Stopping RPC\n");
321 deadlineTimers.clear();
322 DeleteAuthCookie();
323 g_rpcSignals.Stopped();
324}
325
326bool IsRPCRunning()
327{

Callers 1

ShutdownFunction · 0.85

Calls 2

DeleteAuthCookieFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected