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

Method Set

src/script/sigcache.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void Set(uint256& entry)
52 {
53 boost::unique_lock<boost::shared_mutex> lock(cs_sigcache);
54 setValid.insert(entry);
55 }
56 uint32_t setup_bytes(size_t n)
57 {
58 return setValid.setup_bytes(n);

Callers 5

DecryptKeyFunction · 0.45
VerifySignatureMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
KeyDataMethod · 0.45
VerifyScriptBenchFunction · 0.45

Calls 1

insertMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
KeyDataMethod · 0.36