Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetSettingsDir
Method
SetSettingsDir
libs/platform/platform.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void Platform::SetSettingsDir(std::string const & path)
107
{
108
m_settingsDir = base::AddSlashIfNeeded(path);
109
}
110
111
std::string Platform::SettingsPathForFile(std::string const & file) const
112
{
Callers
4
generator_tool.cpp
File · 0.45
WritableDirChanger
Method · 0.45
~WritableDirChanger
Method · 0.45
ParseOptions
Function · 0.45
Calls
1
AddSlashIfNeeded
Function · 0.85
Tested by
1
ParseOptions
Function · 0.36