MCPcopy 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

CRIPEMD160Class · 0.85
GetCScriptMethod · 0.80
HaveKeyMethod · 0.45
push_backMethod · 0.45
FinalizeMethod · 0.45
WriteMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected