Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3087
std::string getDefaultClusterFilePath() {
3088
return joinPath(getDefaultConfigPath(),
"fdb.cluster"
);
3089
}
3090
} // namespace platform
3091
3092
#ifdef ALLOC_INSTRUMENTATION
Callers
6
printProgramUsage
Function · 0.85
printUsage
Function · 0.85
printAgentUsage
Function · 0.85
printBackupUsage
Function · 0.85
lookupClusterFileName
Method · 0.85
getErrorString
Method · 0.85
Calls
2
getDefaultConfigPath
Function · 0.85
joinPath
Function · 0.70
Tested by
no test coverage detected