Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsRPCRunning
Function
IsRPCRunning
src/rpc/server.cpp:302–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
bool IsRPCRunning()
303
{
304
return g_rpc_running;
305
}
306
307
void RpcInterruptionPoint()
308
{
Callers
3
getblocktemplate
Function · 0.85
appendCommand
Method · 0.85
RpcInterruptionPoint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected