MCPcopy Create free account
hub / github.com/LUX-Core/lux / operator()

Method operator()

src/script/standard.cpp:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 explicit CScriptVisitor(CScript *scriptin) { script = scriptin; }
407
408 bool operator()(const CNoDestination &dest) const {
409 script->clear();
410 return false;
411 }
412
413 bool operator()(const CKeyID &keyID) const {
414 script->clear();

Callers

nothing calls this directly

Calls 2

ToByteVectorFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected