MCPcopy Create free account
hub / github.com/LUX-Core/lux / RunOperators

Function RunOperators

src/test/scriptnum_tests.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153static void RunOperators(const int64_t& num1, const int64_t& num2)
154{
155 CheckAdd(num1, num2);
156 CheckSubtract(num1, num2);
157 CheckNegate(num1);
158 CheckCompare(num1, num2);
159}
160
161BOOST_AUTO_TEST_CASE(creation)
162{

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