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

Method Parse

tests/document_test.cpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 public:
257 DocumentTest() { doc_.Parse(data_.c_str(), data_.size()); }
258 void Parse(Document& doc) { doc.Parse(data_.c_str(), data_.size()); }
259
260 protected:
261 std::string data_ =

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
parse_jsonFunction · 0.80
RapidjsonSaxOnDemandFunction · 0.80
parse_implMethod · 0.80
TESTFunction · 0.80
TestSuccessFunction · 0.80
TestFailedFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected