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

Method number_integer

include/jwt/json/json.hpp:5365–5369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5363 }
5364
5365 bool number_integer(number_integer_t val)
5366 {
5367 handle_value(val);
5368 return true;
5369 }
5370
5371 bool number_unsigned(number_unsigned_t val)
5372 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected