MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / Set

Method Set

src/script/sigcache.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void SignatureCache::Set(const uint256 &entry) {
51 std::unique_lock<std::shared_mutex> lock(cs_sigcache);
52 setValid.insert(entry);
53}
54
55template <typename F>
56bool RunMemoizedCheck(SignatureCache &signatureCache,

Callers 11

RunMemoizedCheckFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
KeyDataMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
KeyDataMethod · 0.45
KeyDataMethod · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
TestChain100SetupMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by 10

BOOST_AUTO_TEST_CASEFunction · 0.36
KeyDataMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
KeyDataMethod · 0.36
KeyDataMethod · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
TestChain100SetupMethod · 0.36