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

Method RawNumber

benchmark/rapidjson_sax.hpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 return true;
90 }
91 bool RawNumber(const char* str, SizeType length, bool copy) {
92 if (terminated()) return false;
93 return true;
94 }
95}; // handler
96
97static bool RapidjsonSaxOnDemand(const std::string& json,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected