Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ SetUp
Method
SetUp
net/uri/uri_test.cpp:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
{
217
public:
218
virtual void SetUp()
219
{
220
ASSERT_TRUE(File::ReadLines(
"uris.txt"
, &urls));
221
}
222
protected:
223
std::vector<std::string> urls;
224
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected