MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / remove_sign

Method remove_sign

include/jwt/json/json.hpp:16337–16341  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected