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

Method resolveWorkspaceDir

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

Source from the content-addressed store, hash-verified

226 }
227
228 private resolveWorkspaceDir(): string {
229 const s = getSettings(app.getPath('userData'))
230 mkdirSync(s.workspaceDir, { recursive: true })
231 return s.workspaceDir
232 }
233
234 private resolveExtensionsDir(): string {
235 const s = getSettings(app.getPath('userData'))

Callers 1

_startMethod · 0.95

Calls 1

getSettingsFunction · 0.90

Tested by

no test coverage detected