Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ DocumentTest
Method
DocumentTest
tests/document_test.cpp:257–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
class DocumentTest : public testing::Test {
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:
Callers
nothing calls this directly
Calls
1
Parse
Method · 0.80
Tested by
no test coverage detected