Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ SetRPCWarmupFinished
Function
SetRPCWarmupFinished
src/rpc/server.cpp:337–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
void SetRPCWarmupFinished()
338
{
339
LOCK(cs_rpcWarmup);
340
assert(fRPCInWarmup);
341
fRPCInWarmup = false;
342
}
343
344
bool RPCIsInWarmup(std::string *outStatus)
345
{
Callers
2
AppInitMain
Function · 0.85
rpcNestedTests
Method · 0.85
Calls
no outgoing calls
Tested by
1
rpcNestedTests
Method · 0.68