Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ RPCIsInWarmup
Function
RPCIsInWarmup
src/rpc/server.cpp:344–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
bool RPCIsInWarmup(std::string *outStatus)
345
{
346
LOCK(cs_rpcWarmup);
347
if (outStatus)
348
*outStatus = rpcWarmupStatus;
349
return fRPCInWarmup;
350
}
351
352
void JSONRPCRequest::parse(const UniValue& valRequest)
353
{
Callers
1
CheckWarmup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected