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

Function GetWallets

src/wallet/wallet.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69std::vector<std::shared_ptr<CWallet>> GetWallets()
70{
71 LOCK(cs_wallets);
72 return vpwallets;
73}
74
75std::shared_ptr<CWallet> GetWallet(const std::string& name)
76{

Callers 9

listwalletsFunction · 0.85
StartMethod · 0.85
FlushMethod · 0.85
StopMethod · 0.85
CloseMethod · 0.85
VerifyMethod · 0.85
MaybeCompactWalletDBFunction · 0.85
getWalletsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected