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

Method resolveApiDir

electron/main/python-bridge.ts:217–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 private resolveApiDir(): string {
218 if (app.isPackaged) return join(process.resourcesPath, 'api')
219 return join(app.getAppPath(), 'api')
220 }
221
222 private resolveModelsDir(): string {
223 const s = getSettings(app.getPath('userData'))

Callers 2

_startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected