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

Method Set

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

Source from the content-addressed store, hash-verified

85 }
86
87 void Set(uint256& entry)
88 {
89 boost::unique_lock<boost::shared_mutex> lock(cs_sigcache);
90 setValid.insert(entry);
91 }
92 uint32_t setup_bytes(size_t n)
93 {
94 return setValid.setup_bytes(n);

Callers 4

VerifySignatureMethod · 0.45
KeyDataMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

insertMethod · 0.45

Tested by 2

KeyDataMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36