MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / installPlanPath

Function installPlanPath

packages/server/src/svc/paths.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36export function installPlanPath(): string {
37 return join(resolveKimiHome(), 'server', 'install.json');
38}
39
40
41export function guiDomain(uid: number = process.getuid?.() ?? 0): string {

Callers 3

writeInstallPlanFunction · 0.90
readInstallPlanFunction · 0.90
deleteInstallPlanFunction · 0.90

Calls 1

resolveKimiHomeFunction · 0.90

Tested by

no test coverage detected