MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getConfigPath

Method getConfigPath

packages/sync/src/config-manager.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 private getConfigPath(): string {
37 return path.join(this.configDir, CONFIG_FILE)
38 }
39
40 private ensureDir(): void {
41 fs.mkdirSync(this.configDir, { recursive: true })

Callers 2

loadMethod · 0.95
saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected