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

Method HaveKey

src/keystore.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool CBasicKeyStore::HaveKey(const CKeyID &address) const
60{
61 LOCK(cs_KeyStore);
62 return mapKeys.count(address) > 0;
63}
64
65std::set<CKeyID> CBasicKeyStore::GetKeys() const
66{

Callers 1

HaveKeyFunction · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected