Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ 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(g_rpc_warmup_mutex);
340
assert(fRPCInWarmup);
341
fRPCInWarmup = false;
342
}
343
344
bool RPCIsInWarmup(std::string *outStatus)
345
{
Callers
4
AppInitMain
Function · 0.85
CallRPC
Method · 0.85
InitializeRPCFuzzTestingSetup
Function · 0.85
rpcNestedTests
Method · 0.85
Calls
no outgoing calls
Tested by
3
CallRPC
Method · 0.68
InitializeRPCFuzzTestingSetup
Function · 0.68
rpcNestedTests
Method · 0.68