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

Function set_error

src/script/interpreter.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26inline bool set_error(ScriptError* ret, const ScriptError serror)
27{
28 if (ret)
29 *ret = serror;
30 return false;
31}
32
33} // namespace
34

Callers 6

IsLowDERSignatureFunction · 0.70
CheckSignatureEncodingFunction · 0.70
CheckPubKeyEncodingFunction · 0.70
EvalScriptFunction · 0.70
VerifyWitnessProgramFunction · 0.70
VerifyScriptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected