MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetOp

Method GetOp

src/script/script.h:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 }
548
549 bool GetOp(const_iterator& pc, opcodetype& opcodeRet, std::vector<unsigned char>& vchRet) const
550 {
551 return GetScriptOp(pc, end(), opcodeRet, &vchRet);
552 }
553
554 bool GetOp(const_iterator& pc, opcodetype& opcodeRet) const
555 {

Callers 15

FormatScriptFunction · 0.80
ScriptToAsmStrFunction · 0.80
calculate_contractFunction · 0.80
MatchLiquidWatchmanFunction · 0.80
GetSigOpCountMethod · 0.80
FindAndDeleteFunction · 0.80
EvalScriptFunction · 0.80
SerializeScriptCodeMethod · 0.80
ExecuteWitnessScriptFunction · 0.80
CountWitnessSigOpsFunction · 0.80
MatchMultisigFunction · 0.80

Calls 2

GetScriptOpFunction · 0.85
endFunction · 0.85

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64