Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ operator()
Method
operator()
src/wallet.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void operator()(const CKeyID &keyId) {
105
if (keystore.HaveKey(keyId))
106
vKeys.push_back(keyId);
107
}
108
109
void operator()(const CScriptID &scriptId) {
110
CScript script;
Callers
nothing calls this directly
Calls
7
CRIPEMD160
Class · 0.85
GetCScript
Method · 0.80
HaveKey
Method · 0.45
push_back
Method · 0.45
Finalize
Method · 0.45
Write
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected