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

Method operator()

src/script/standard.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 explicit CScriptVisitor(CScript *scriptin) { script = scriptin; }
260
261 bool operator()(const CNoDestination &dest) const {
262 script->clear();
263 return false;
264 }
265
266 bool operator()(const CKeyID &keyID) const {
267 script->clear();

Callers

nothing calls this directly

Calls 2

ToByteVectorFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected