Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ set_error
Function
set_error
src/script/bitcoinconsensus.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
};
58
59
inline int set_error(bitcoinconsensus_error* ret, bitcoinconsensus_error serror)
60
{
61
if (ret)
62
*ret = serror;
63
return 0;
64
}
65
66
struct ECCryptoClosure
67
{
Callers
3
verify_script
Function · 0.70
bitcoinconsensus_verify_script_with_amount
Function · 0.70
bitcoinconsensus_verify_script
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected