Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
void StopRPC()
319
{
320
LogPrint(BCLog::RPC,
"Stopping RPC\n"
);
321
deadlineTimers.clear();
322
DeleteAuthCookie();
323
g_rpcSignals.Stopped();
324
}
325
326
bool IsRPCRunning()
327
{
Callers
1
Shutdown
Function · 0.85
Calls
2
DeleteAuthCookie
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected