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

Method boolean

include/jwt/json/json.hpp:5359–5363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5357 }
5358
5359 bool boolean(bool val)
5360 {
5361 handle_value(val);
5362 return true;
5363 }
5364
5365 bool number_integer(number_integer_t val)
5366 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected