MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetOp

Method GetOp

src/script/script.h:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491 bool GetOp(const_iterator& pc, opcodetype& opcodeRet, std::vector<unsigned char>& vchRet) const
492 {
493 return GetScriptOp(pc, end(), opcodeRet, &vchRet);
494 }
495
496 bool GetOp(const_iterator& pc, opcodetype& opcodeRet) const
497 {

Callers 10

FormatScriptFunction · 0.80
ScriptToAsmStrFunction · 0.80
ExtractPubKeyFunction · 0.80
IsRelevantAndUpdateMethod · 0.80
GetSigOpCountMethod · 0.80
FindAndDeleteFunction · 0.80
EvalScriptFunction · 0.80
SerializeScriptCodeMethod · 0.80
CountWitnessSigOpsFunction · 0.80
MatchMultisigFunction · 0.80

Calls 1

GetScriptOpFunction · 0.85

Tested by

no test coverage detected