MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / remove_sign

Function remove_sign

dependencies/json/json.hpp:16412–16416  ·  view source on GitHub ↗

* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */

Source from the content-addressed store, hash-verified

16410 * Must never be called.
16411 */
16412 number_unsigned_t remove_sign(number_unsigned_t x)
16413 {
16414 JSON_ASSERT(false); // LCOV_EXCL_LINE
16415 return x; // LCOV_EXCL_LINE
16416 }
16417
16418 /*
16419 * Helper function for dump_integer

Callers 1

dump_integerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected