Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
inline 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
IsLowDERSignature
Function · 0.85
CheckSignatureEncoding
Function · 0.85
CheckPubKeyEncoding
Function · 0.85
EvalChecksigPreTapscript
Function · 0.85
EvalChecksigTapscript
Function · 0.85
EvalScript
Function · 0.85
CheckSchnorrSignature
Method · 0.85
ExecuteWitnessScript
Function · 0.85
VerifyWitnessProgram
Function · 0.85
VerifyScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected