Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
parse_json
Function · 0.80
RapidjsonSaxOnDemand
Function · 0.80
parse_impl
Method · 0.80
TEST
Function · 0.80
TestSuccess
Function · 0.80
TestFailed
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected