Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
inline 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
IsLowDERSignature
Function · 0.70
CheckSignatureEncoding
Function · 0.70
CheckPubKeyEncoding
Function · 0.70
EvalScript
Function · 0.70
VerifyWitnessProgram
Function · 0.70
VerifyScript
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected