()
| 14 | } |
| 15 | |
| 16 | function getRequirementsPath(): string { |
| 17 | return app.isPackaged |
| 18 | ? join(process.resourcesPath, 'api', 'requirements.txt') |
| 19 | : join(app.getAppPath(), 'api', 'requirements.txt') |
| 20 | } |
| 21 | |
| 22 | function hashRequirements(): string { |
| 23 | try { |
no outgoing calls
no test coverage detected