MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsRPCRunning

Function IsRPCRunning

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

Source from the content-addressed store, hash-verified

319}
320
321bool IsRPCRunning()
322{
323 return g_rpc_running;
324}
325
326void RpcInterruptionPoint()
327{

Callers 6

getblocktemplateFunction · 0.85
appendCommandMethod · 0.85
RpcInterruptionPointFunction · 0.85
waitfornewblockFunction · 0.85
waitforblockFunction · 0.85
waitforblockheightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected