Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
void WalletInit::Flush() const
252
{
253
for (const std::shared_ptr<CWallet>& pwallet : GetWallets()) {
254
pwallet->Flush(false);
255
}
256
}
257
258
void WalletInit::Stop() const
259
{
Callers
1
Stop
Method · 0.45
Calls
1
GetWallets
Function · 0.85
Tested by
no test coverage detected