MCPcopy 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
106void Platform::SetSettingsDir(std::string const & path)
107{
108 m_settingsDir = base::AddSlashIfNeeded(path);
109}
110
111std::string Platform::SettingsPathForFile(std::string const & file) const
112{

Callers 4

generator_tool.cppFile · 0.45
WritableDirChangerMethod · 0.45
~WritableDirChangerMethod · 0.45
ParseOptionsFunction · 0.45

Calls 1

AddSlashIfNeededFunction · 0.85

Tested by 1

ParseOptionsFunction · 0.36