Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
export
function
installPlanPath(): string {
37
return
join(resolveKimiHome(),
'server'
,
'install.json'
);
38
}
39
40
41
export
function
guiDomain(uid: number = process.getuid?.() ?? 0): string {
Callers
3
writeInstallPlan
Function · 0.90
readInstallPlan
Function · 0.90
deleteInstallPlan
Function · 0.90
Calls
1
resolveKimiHome
Function · 0.90
Tested by
no test coverage detected