Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void SignatureCache::Set(const uint256 &entry) {
51
std::unique_lock<std::shared_mutex> lock(cs_sigcache);
52
setValid.insert(entry);
53
}
54
55
template <typename F>
56
bool RunMemoizedCheck(SignatureCache &signatureCache,
Callers
11
RunMemoizedCheck
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
KeyData
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
KeyData
Method · 0.45
MakeNewKeyWithFastRandomContext
Function · 0.45
KeyData
Method · 0.45
FUZZ_TARGET_INIT
Function · 0.45
FUZZ_TARGET_INIT
Function · 0.45
FUZZ_TARGET_INIT
Function · 0.45
TestChain100Setup
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
10
BOOST_AUTO_TEST_CASE
Function · 0.36
KeyData
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
KeyData
Method · 0.36
MakeNewKeyWithFastRandomContext
Function · 0.36
KeyData
Method · 0.36
FUZZ_TARGET_INIT
Function · 0.36
FUZZ_TARGET_INIT
Function · 0.36
FUZZ_TARGET_INIT
Function · 0.36
TestChain100Setup
Method · 0.36