MCPcopy Create free account
hub / github.com/comaps/comaps / SettingsPathForFile

Method SettingsPathForFile

libs/platform/platform.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111std::string Platform::SettingsPathForFile(std::string const & file) const
112{
113 return base::JoinPath(SettingsDir(), file);
114}
115
116std::string Platform::WritablePathForFile(std::string const & file) const
117{

Callers 6

HasSavedRoutePointsMethod · 0.80
LoadRoutePointsMethod · 0.80
SaveRoutePointsMethod · 0.80
StringStorageMethod · 0.80
UsageStatsMethod · 0.80

Calls 1

JoinPathFunction · 0.85

Tested by

no test coverage detected