Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
bool CBasicKeyStore::HaveKey(const CKeyID &address) const
60
{
61
LOCK(cs_KeyStore);
62
return mapKeys.count(address) > 0;
63
}
64
65
std::set<CKeyID> CBasicKeyStore::GetKeys() const
66
{
Callers
1
HaveKey
Function · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected