Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
std::string UnitTestParameters::getDataDir() const {
68
return dataDir.get();
69
}
70
71
void UnitTestParameters::setDataDir(std::string const& dataDir) {
72
this->dataDir = dataDir;
Callers
15
template <class Env> Future<Void> testRestartLocalConfig
Function · 0.80
template <class Env> Future<Void> testRestartLocalConfigAndChangeClass
Function · 0.80
string> testNewLocalConfigAfterCompaction
Method · 0.80
template <class Env> Future<Void> testKillWorker
Function · 0.80
template <class Env> Future<Void> testSet
Function · 0.80
template <class Env> Future<Void> testAtomicSet
Function · 0.80
template <class Env> Future<Void> testClear
Function · 0.80
template <class Env> Future<Void> testAtomicClear
Function · 0.80
template <class Env> Future<Void> testGlobalSet
Function · 0.80
template <class Env> Future<Void> testIgnore
Function · 0.80
testCompact
Function · 0.80
template <class Env> Future<Void> testChangeBroadcaster
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected