MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / CheckAddCoin

Function CheckAddCoin

src/test/coins_tests.cpp:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735// ignores base values.
736template <typename... Args>
737static void CheckAddCoin(Args&&... args)
738{
739 for (CAmount base_value : {ABSENT, PRUNED, VALUE1})
740 CheckAddCoinBase(base_value, std::forward<Args>(args)...);
741}
742
743BOOST_AUTO_TEST_CASE(ccoins_add)
744{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

CheckAddCoinBaseFunction · 0.85

Tested by

no test coverage detected