Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ supervisorLogPath
Function
supervisorLogPath
packages/server/src/svc/paths.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
31
export
function
supervisorLogPath(): string {
32
return
join(resolveKimiHome(),
'server'
,
'server.log'
);
33
}
34
35
36
export
function
installPlanPath(): string {
Callers
nothing calls this directly
Calls
1
resolveKimiHome
Function · 0.90
Tested by
no test coverage detected