Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getConfigPath
Method
getConfigPath
packages/sync/src/data-source-manager.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
private getConfigPath(): string {
48
return
path.join(this.configDir, CONFIG_FILE)
49
}
50
51
private ensureDir(): void {
52
fs.mkdirSync(this.configDir, { recursive: true })
Callers
2
loadAll
Method · 0.95
saveAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected