MCPcopy
hub / github.com/lightningpixel/modly / getRequirementsPath

Function getRequirementsPath

electron/main/python-setup.ts:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

hashRequirementsFunction · 0.85
runFullSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected