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