MCPcopy 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
59inline int set_error(bitcoinconsensus_error* ret, bitcoinconsensus_error serror)
60{
61 if (ret)
62 *ret = serror;
63 return 0;
64}
65
66struct ECCryptoClosure
67{

Callers 3

verify_scriptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected