Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ HasWallets
Function
HasWallets
src/wallet/wallet.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool HasWallets()
64
{
65
LOCK(cs_wallets);
66
return !vpwallets.empty();
67
}
68
69
std::vector<std::shared_ptr<CWallet>> GetWallets()
70
{
Callers
2
EnsureWalletIsAvailable
Function · 0.85
validateaddress
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected