()
| 95 | }, |
| 96 | |
| 97 | getStateFile() { |
| 98 | const userPath = app.getPath('userData'); |
| 99 | const fileName = 'ardm-win-state.json'; |
| 100 | |
| 101 | return path.join(userPath, fileName); |
| 102 | }, |
| 103 | |
| 104 | parseJson(str) { |
| 105 | let json = false; |
nothing calls this directly
no outgoing calls
no test coverage detected