Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Set
Method
Set
src/script/sigcache.cpp:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void Set(const uint256& entry)
92
{
93
std::unique_lock<std::shared_mutex> lock(cs_sigcache);
94
setValid.insert(entry);
95
}
96
uint32_t setup_bytes(size_t n)
97
{
98
return setValid.setup_bytes(n);
Callers
5
ParsePubkeyInner
Function · 0.45
VerifyECDSASignature
Method · 0.45
VerifySchnorrSignature
Method · 0.45
VerifyRangeProof
Method · 0.45
VerifySurjectionProof
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected