MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / null

Method null

Source/external/json.hpp:7229–7232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7227 using binary_t = typename BasicJsonType::binary_t;
7228
7229 bool null()
7230 {
7231 return true;
7232 }
7233
7234 bool boolean(bool /*unused*/)
7235 {

Callers 6

json.hppFile · 0.45
parse_cbor_internalMethod · 0.45
get_ubjson_valueMethod · 0.45
sax_parse_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected