| 3249 | }; |
| 3250 | |
| 3251 | static std::string GetLuaSyncStatePath() { |
| 3252 | return g_steamPath + "config\\stplug-in\\.sync_state"; |
| 3253 | } |
| 3254 | |
| 3255 | [[maybe_unused]] static SyncState ReadSyncState() { |
| 3256 | SyncState state; |
no outgoing calls
no test coverage detected