MCPcopy
hub / github.com/claude-code-best/claude-code / getDaemonStateFilePath

Function getDaemonStateFilePath

src/daemon/state.ts:22–24  ·  view source on GitHub ↗
(name = 'remote-control')

Source from the content-addressed store, hash-verified

20 * Returns the path to the daemon state file for a given daemon name.
21 */
22export function getDaemonStateFilePath(name = 'remote-control'): string {
23 return join(getClaudeConfigHomeDir(), 'daemon', `${name}.json`)
24}
25
26/**
27 * Write daemon state to disk. Called by the supervisor on startup.

Callers 4

writeDaemonStateFunction · 0.85
readDaemonStateFunction · 0.85
removeDaemonStateFunction · 0.85
state.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected