MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Flush

Method Flush

src/wallet/init.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void WalletInit::Flush() const
252{
253 for (const std::shared_ptr<CWallet>& pwallet : GetWallets()) {
254 pwallet->Flush(false);
255 }
256}
257
258void WalletInit::Stop() const
259{

Callers 1

StopMethod · 0.45

Calls 1

GetWalletsFunction · 0.85

Tested by

no test coverage detected