Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ SetRPCWarmupStarting
Function
SetRPCWarmupStarting
src/rpc/server.cpp:318–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
void SetRPCWarmupStarting()
319
{
320
LOCK(g_rpc_warmup_mutex);
321
fRPCInWarmup = true;
322
}
323
324
void SetRPCWarmupFinished()
325
{
Callers
1
BasicTestingSetup
Method · 0.85
Calls
no outgoing calls
Tested by
1
BasicTestingSetup
Method · 0.68