MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / daemonStartLockPath

Function daemonStartLockPath

apps/cli/src/daemon-state.ts:97–100  ·  view source on GitHub ↗
(
  path: Path.Path,
  input: { hostname: string; scopeId: string },
)

Source from the content-addressed store, hash-verified

95};
96
97const daemonStartLockPath = (
98 path: Path.Path,
99 input: { hostname: string; scopeId: string },
100): string => `${daemonPointerPath(path, input)}.lock`;
101
102// ---------------------------------------------------------------------------
103// Persistence

Callers 1

acquireDaemonStartLockFunction · 0.85

Calls 1

daemonPointerPathFunction · 0.85

Tested by

no test coverage detected