MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / operator()

Method operator()

src/script/standard.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 CScriptVisitor(CScript *scriptin) { script = scriptin; }
281
282 bool operator()(const CNoDestination &dest) const {
283 script->clear();
284 return false;
285 }
286
287 bool operator()(const CKeyID &keyID) const {
288 script->clear();

Callers

nothing calls this directly

Calls 2

ToByteVectorFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected