* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
| 16335 | * Must never be called. |
| 16336 | */ |
| 16337 | number_unsigned_t remove_sign(number_unsigned_t x) |
| 16338 | { |
| 16339 | JSON_ASSERT(false); // LCOV_EXCL_LINE |
| 16340 | return x; // LCOV_EXCL_LINE |
| 16341 | } |
| 16342 | |
| 16343 | /* |
| 16344 | * Helper function for dump_integer |
nothing calls this directly
no outgoing calls
no test coverage detected