MCPcopy Create free account
hub / github.com/LUX-Core/lux / HaveCScript

Method HaveCScript

src/keystore.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool CBasicKeyStore::HaveCScript(const CScriptID& hash) const
107{
108 LOCK(cs_KeyStore);
109 return mapScripts.count(hash) > 0;
110}
111
112bool CBasicKeyStore::GetCScript(const CScriptID& hash, CScript& redeemScriptOut) const
113{

Callers 2

IsMineFunction · 0.80
ImportScriptFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected