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

Method Set

src/script/sigcache.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void Set(const uint256& entry)
92 {
93 std::unique_lock<std::shared_mutex> lock(cs_sigcache);
94 setValid.insert(entry);
95 }
96 uint32_t setup_bytes(size_t n)
97 {
98 return setValid.setup_bytes(n);

Callers 5

ParsePubkeyInnerFunction · 0.45
VerifyECDSASignatureMethod · 0.45
VerifyRangeProofMethod · 0.45
VerifySurjectionProofMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected