MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / configFilePath

Function configFilePath

src/config.ts:18–20  ·  view source on GitHub ↗
(gatewayHome: string)

Source from the content-addressed store, hash-verified

16}
17
18export function configFilePath(gatewayHome: string): string {
19 return path.join(gatewayHome, 'config.json');
20}
21
22function expandPath(raw: string, homeDir: string): string {
23 if (raw === '~') return homeDir;

Callers 2

config.test.tsFile · 0.85
loadConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected