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

Function set_error

src/script/interpreter.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36inline bool set_error(ScriptError* ret, const ScriptError serror)
37{
38 if (ret)
39 *ret = serror;
40 return false;
41}
42
43} // namespace
44

Callers 13

IsLowDERSignatureFunction · 0.70
CheckSignatureEncodingFunction · 0.70
CheckPubKeyEncodingFunction · 0.70
update_validation_weightFunction · 0.70
EvalChecksigPreTapscriptFunction · 0.70
EvalChecksigTapscriptFunction · 0.70
EvalScriptFunction · 0.70
CheckSchnorrSignatureMethod · 0.70
CheckSimplicityMethod · 0.70
ExecuteWitnessScriptFunction · 0.70
VerifyWitnessProgramFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected