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

Method string

include/jwt/json/json.hpp:5558–5562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5556 }
5557
5558 bool string(string_t& val)
5559 {
5560 handle_value(val);
5561 return true;
5562 }
5563
5564 bool binary(binary_t& val)
5565 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected