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

Function set_error

src/script/interpreter.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

IsLowDERSignatureFunction · 0.85
CheckSignatureEncodingFunction · 0.85
CheckPubKeyEncodingFunction · 0.85
EvalChecksigPreTapscriptFunction · 0.85
EvalChecksigTapscriptFunction · 0.85
EvalScriptFunction · 0.85
CheckSchnorrSignatureMethod · 0.85
ExecuteWitnessScriptFunction · 0.85
VerifyWitnessProgramFunction · 0.85
VerifyScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected