MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Get

Method Get

src/script/sigcache.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 bool
45 Get(const uint256& entry, const bool erase)
46 {
47 boost::shared_lock<boost::shared_mutex> lock(cs_sigcache);
48 return setValid.contains(entry, erase);
49 }
50
51 void Set(uint256& entry)
52 {

Callers 1

VerifySignatureMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected