MCPcopy Create free account
hub / github.com/ElementsProject/elements / RPCIsInWarmup

Function RPCIsInWarmup

src/rpc/server.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool RPCIsInWarmup(std::string *outStatus)
345{
346 LOCK(g_rpc_warmup_mutex);
347 if (outStatus)
348 *outStatus = rpcWarmupStatus;
349 return fRPCInWarmup;
350}
351
352bool IsDeprecatedRPCEnabled(const std::string& method)
353{

Callers 3

CheckWarmupFunction · 0.85
CallRPCMethod · 0.85
rpcNestedTestsMethod · 0.85

Calls

no outgoing calls

Tested by 2

CallRPCMethod · 0.68
rpcNestedTestsMethod · 0.68