Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Close
Method
Close
src/wallet/init.cpp:265–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
void WalletInit::Close() const
266
{
267
for (const std::shared_ptr<CWallet>& pwallet : GetWallets()) {
268
RemoveWallet(pwallet);
269
}
270
}
Callers
nothing calls this directly
Calls
2
GetWallets
Function · 0.85
RemoveWallet
Function · 0.85
Tested by
no test coverage detected