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

Function getDefaultClusterFilePath

flow/Platform.actor.cpp:3087–3089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3085}
3086
3087std::string getDefaultClusterFilePath() {
3088 return joinPath(getDefaultConfigPath(), "fdb.cluster");
3089}
3090} // namespace platform
3091
3092#ifdef ALLOC_INSTRUMENTATION

Callers 6

printProgramUsageFunction · 0.85
printUsageFunction · 0.85
printAgentUsageFunction · 0.85
printBackupUsageFunction · 0.85
lookupClusterFileNameMethod · 0.85
getErrorStringMethod · 0.85

Calls 2

getDefaultConfigPathFunction · 0.85
joinPathFunction · 0.70

Tested by

no test coverage detected