Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
const
CONFIG_DIR = path.join(os.homedir(),
".roo"
)
6
7
export
function
getConfigDir(): string {
8
return
CONFIG_DIR
9
}
10
11
export
async
function
ensureConfigDir(): Promise<void> {
12
try {
Callers
5
getHistoryFilePath
Function · 0.85
credentials.ts
File · 0.85
saveToken
Function · 0.85
getSettingsPath
Function · 0.85
saveSettings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected