| 28 | std::string_view kNY = "NY"; |
| 29 | |
| 30 | StringStorage::StringStorage() : StringStorageBase(GetPlatform().SettingsPathForFile(SETTINGS_FILE_NAME)) {} |
| 31 | |
| 32 | StringStorage & StringStorage::Instance() |
| 33 | { |
nothing calls this directly
no test coverage detected