MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / Null

Method Null

benchmark/rapidjson_sax.hpp:66–69  ·  view source on GitHub ↗

Irrelevant events

Source from the content-addressed store, hash-verified

64
65 // Irrelevant events
66 bool Null() {
67 if (terminated()) return false;
68 return true;
69 }
70 bool Bool(bool b) {
71 if (terminated()) return false;
72 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected