Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ getConfigPath
Function
getConfigPath
src/config/paths.ts:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
export
function
getConfigPath(): string {
12
return
join(getConfigDir(),
'config.json'
);
13
}
14
15
export
async
function
ensureConfigDir(): Promise<void> {
16
const
dir = getConfigDir();
Callers
5
loginWithApiKey
Function · 0.90
run
Function · 0.90
readConfigFile
Function · 0.90
writeConfigFile
Function · 0.90
loadConfig
Function · 0.90
Calls
1
getConfigDir
Function · 0.85
Tested by
no test coverage detected