MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsRPCRunning

Function IsRPCRunning

src/rpc/server.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326bool IsRPCRunning()
327{
328 return fRPCRunning;
329}
330
331void SetRPCWarmupStatus(const std::string& newStatus)
332{

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected