MCPcopy Create free account
hub / github.com/ElementsProject/elements / RunOperators

Function RunOperators

src/test/scriptnum_tests.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static void RunOperators(const int64_t& num1, const int64_t& num2)
158{
159 CheckAdd(num1, num2);
160 CheckSubtract(num1, num2);
161 CheckNegate(num1);
162 CheckCompare(num1, num2);
163}
164
165BOOST_AUTO_TEST_CASE(creation)
166{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 4

CheckAddFunction · 0.85
CheckSubtractFunction · 0.85
CheckNegateFunction · 0.85
CheckCompareFunction · 0.85

Tested by

no test coverage detected