Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getConfigDBType
Method
getConfigDBType
fdbserver/SimulatedCluster.actor.cpp:348–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
bool injectSSDelay = false;
347
348
ConfigDBType getConfigDBType() const { return configDBType; }
349
350
bool tomlKeyPresent(const toml::value& data, std::string key) {
351
if (data.is_table()) {
Callers
3
Future<Void> restartSimulatedSystem
Function · 0.80
setConfigDB
Function · 0.80
setupSimulatedSystem
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected