MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getConfigDir

Function getConfigDir

apps/cli/src/lib/storage/config-dir.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5const CONFIG_DIR = path.join(os.homedir(), ".roo")
6
7export function getConfigDir(): string {
8 return CONFIG_DIR
9}
10
11export async function ensureConfigDir(): Promise<void> {
12 try {

Callers 5

getHistoryFilePathFunction · 0.85
credentials.tsFile · 0.85
saveTokenFunction · 0.85
getSettingsPathFunction · 0.85
saveSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected