Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ SaveManager
Method
SaveManager
game/state/savemanager.cpp:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
const UString saveFileExtension =
".save"
;
22
23
SaveManager::SaveManager() : saveDirectory(Options::saveDirOption.get()) {}
24
25
UString SaveManager::createSavePath(const UString &name) const
26
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected