MCPcopy Create free account
hub / github.com/ElementsProject/elements / Get

Method Get

src/script/sigcache.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 bool
85 Get(const uint256& entry, const bool erase)
86 {
87 std::shared_lock<std::shared_mutex> lock(cs_sigcache);
88 return setValid.contains(entry, erase);
89 }
90
91 void Set(const uint256& entry)
92 {

Callers 4

VerifyECDSASignatureMethod · 0.45
VerifyRangeProofMethod · 0.45
VerifySurjectionProofMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected