MCPcopy 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
31export function supervisorLogPath(): string {
32 return join(resolveKimiHome(), 'server', 'server.log');
33}
34
35
36export function installPlanPath(): string {

Callers

nothing calls this directly

Calls 1

resolveKimiHomeFunction · 0.90

Tested by

no test coverage detected