MCPcopy Index your code
hub / github.com/lightningpixel/modly / resolveModelsDir

Method resolveModelsDir

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

Source from the content-addressed store, hash-verified

220 }
221
222 private resolveModelsDir(): string {
223 const s = getSettings(app.getPath('userData'))
224 mkdirSync(s.modelsDir, { recursive: true })
225 return s.modelsDir
226 }
227
228 private resolveWorkspaceDir(): string {
229 const s = getSettings(app.getPath('userData'))

Callers 1

_startMethod · 0.95

Calls 1

getSettingsFunction · 0.90

Tested by

no test coverage detected