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

Method Reset

libs/editor/editor_storage.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool LocalStorage::Reset()
54{
55 std::lock_guard<std::mutex> guard(m_mutex);
56
57 return base::DeleteFileX(GetEditorFilePath());
58}
59
60// StorageMemory -----------------------------------------------------------------------------------
61bool InMemoryStorage::Save(xml_document const & doc)

Callers 1

SaveMethod · 0.45

Calls 3

DeleteFileXFunction · 0.85
GetEditorFilePathFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected