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

Function GetEditorFilePath

libs/editor/editor_storage.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15char const * kEditorXMLFileName = "edits.xml";
16
17std::string GetEditorFilePath()
18{
19 return GetPlatform().WritablePathForFile(kEditorXMLFileName);
20}
21} // namespace
22
23namespace editor

Callers 3

SaveMethod · 0.85
LoadMethod · 0.85
ResetMethod · 0.85

Calls 1

WritablePathForFileMethod · 0.80

Tested by

no test coverage detected