MCPcopy 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
302bool IsRPCRunning()
303{
304 return g_rpc_running;
305}
306
307void RpcInterruptionPoint()
308{

Callers 3

getblocktemplateFunction · 0.85
appendCommandMethod · 0.85
RpcInterruptionPointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected