Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
char const * kEditorXMLFileName =
"edits.xml"
;
16
17
std::string GetEditorFilePath()
18
{
19
return GetPlatform().WritablePathForFile(kEditorXMLFileName);
20
}
21
} // namespace
22
23
namespace editor
Callers
3
Save
Method · 0.85
Load
Method · 0.85
Reset
Method · 0.85
Calls
1
WritablePathForFile
Method · 0.80
Tested by
no test coverage detected