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

Function daemonLogPath

apps/kimi-code/src/cli/sub/server/daemon.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78/** Path of the daemon log file (shared with the OS-service log location). */
79export function daemonLogPath(): string {
80 return join(DEFAULT_LOCK_DIR, SERVER_LOG_FILENAME);
81}
82
83export function lockConnectHost(lock: LockContents): string {
84 const host = lock.host ?? LOCAL_SERVER_HOST;

Callers 3

server.test.tsFile · 0.85
spawnDaemonChildFunction · 0.85
ensureDaemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected