Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Get
Method
Get
src/script/sigcache.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool
85
Get(const uint256& entry, const bool erase)
86
{
87
std::shared_lock<std::shared_mutex> lock(cs_sigcache);
88
return setValid.contains(entry, erase);
89
}
90
91
void Set(const uint256& entry)
92
{
Callers
4
VerifyECDSASignature
Method · 0.45
VerifySchnorrSignature
Method · 0.45
VerifyRangeProof
Method · 0.45
VerifySurjectionProof
Method · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected