MCPcopy 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
318void SetRPCWarmupStarting()
319{
320 LOCK(g_rpc_warmup_mutex);
321 fRPCInWarmup = true;
322}
323
324void SetRPCWarmupFinished()
325{

Callers 1

BasicTestingSetupMethod · 0.85

Calls

no outgoing calls

Tested by 1

BasicTestingSetupMethod · 0.68