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

Method null

include/jwt/json/json.hpp:5528–5532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5526 ~json_sax_dom_callback_parser() = default;
5527
5528 bool null()
5529 {
5530 handle_value(nullptr);
5531 return true;
5532 }
5533
5534 bool boolean(bool val)
5535 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected