Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VerifySignature
Method · 0.45
KeyData
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
on_decryptKeyButton_DEC_clicked
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
2
KeyData
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36