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

Method number_float

include/jwt/json/json.hpp:5552–5556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5550 }
5551
5552 bool number_float(number_float_t val, const string_t& /*unused*/)
5553 {
5554 handle_value(val);
5555 return true;
5556 }
5557
5558 bool string(string_t& val)
5559 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected