Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ Get
Method
Get
src/script/sigcache.cpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
bool
81
Get(const uint256& entry, const bool erase)
82
{
83
boost::shared_lock<boost::shared_mutex> lock(cs_sigcache);
84
return setValid.contains(entry, erase);
85
}
86
87
void Set(uint256& entry)
88
{
Callers
1
VerifySignature
Method · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected