Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ HaveCScript
Method
HaveCScript
src/keystore.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool CBasicKeyStore::HaveCScript(const CScriptID& hash) const
97
{
98
LOCK(cs_KeyStore);
99
return mapScripts.count(hash) > 0;
100
}
101
102
std::set<CScriptID> CBasicKeyStore::GetCScripts() const
103
{
Callers
3
rpcdump.cpp
File · 0.80
importwallet
Function · 0.80
IsMineInner
Function · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected