Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
void StopRPC()
407
{
408
LogPrint(
"rpc"
,
"Stopping RPC\n"
);
409
deadlineTimers.clear();
410
g_rpcSignals.Stopped();
411
}
412
413
bool IsRPCRunning()
414
{
Callers
1
Shutdown
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected