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

Method GetOp

src/script/script.h:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 }
496
497 bool GetOp(const_iterator& pc, opcodetype& opcodeRet, std::vector<unsigned char>& vchRet) const
498 {
499 return GetScriptOp(pc, end(), opcodeRet, &vchRet);
500 }
501
502 bool GetOp(const_iterator& pc, opcodetype& opcodeRet) const
503 {

Callers 15

FormatScriptFunction · 0.80
ScriptToAsmStrFunction · 0.80
GetSigOpCountMethod · 0.80
DecomposeScriptFunction · 0.80
MatchMultisigFunction · 0.80
MatchMultiAFunction · 0.80
FindAndDeleteFunction · 0.80
EvalScriptFunction · 0.80
SerializeScriptCodeMethod · 0.80
ExecuteWitnessScriptFunction · 0.80
CountWitnessSigOpsFunction · 0.80

Calls 2

GetScriptOpFunction · 0.85
endFunction · 0.85

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64