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

Method number_unsigned

include/jwt/json/json.hpp:5546–5550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5544 }
5545
5546 bool number_unsigned(number_unsigned_t val)
5547 {
5548 handle_value(val);
5549 return true;
5550 }
5551
5552 bool number_float(number_float_t val, const string_t& /*unused*/)
5553 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected