MCPcopy Create free account
hub / github.com/apple/foundationdb / getDataDir

Method getDataDir

flow/UnitTest.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67std::string UnitTestParameters::getDataDir() const {
68 return dataDir.get();
69}
70
71void UnitTestParameters::setDataDir(std::string const& dataDir) {
72 this->dataDir = dataDir;

Calls 1

getMethod · 0.65

Tested by

no test coverage detected