| 9 | const SETUP_VERSION = 3 |
| 10 | |
| 11 | interface SetupJson { |
| 12 | version: number |
| 13 | requirementsHash?: string |
| 14 | } |
| 15 | |
| 16 | function getRequirementsPath(): string { |
| 17 | return app.isPackaged |
nothing calls this directly
no outgoing calls
no test coverage detected