Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ SetUp
Method
SetUp
test/unittest/encodedstreamtest.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
virtual ~EncodedStreamTest();
29
30
virtual void SetUp() {
31
json_ = ReadFile(
"utf8.json"
, true, &length_);
32
}
33
34
virtual void TearDown() {
35
free(json_);
Callers
nothing calls this directly
Calls
1
ReadFile
Function · 0.70
Tested by
no test coverage detected