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

Function DebugPrint

libs/editor/osm_editor.cpp:1224–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222}
1223
1224string DebugPrint(Editor::SaveResult saveResult)
1225{
1226 switch (saveResult)
1227 {
1228 case Editor::SaveResult::NothingWasChanged: return "NothingWasChanged";
1229 case Editor::SaveResult::SavedSuccessfully: return "SavedSuccessfully";
1230 case Editor::SaveResult::NoFreeSpaceError: return "NoFreeSpaceError";
1231 case Editor::SaveResult::NoUnderlyingMapError: return "NoUnderlyingMapError";
1232 case Editor::SaveResult::SavingError: return "SavingError";
1233 }
1234 UNREACHABLE();
1235}
1236} // namespace osm

Callers 1

SaveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected