Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Set
Method
Set
src/script/sigcache.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void Set(uint256& entry)
52
{
53
boost::unique_lock<boost::shared_mutex> lock(cs_sigcache);
54
setValid.insert(entry);
55
}
56
uint32_t setup_bytes(size_t n)
57
{
58
return setValid.setup_bytes(n);
Callers
5
DecryptKey
Function · 0.45
VerifySignature
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
KeyData
Method · 0.45
VerifyScriptBench
Function · 0.45
Calls
1
insert
Method · 0.45
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
KeyData
Method · 0.36