MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / rec

Function rec

__tests__/daemon-registry.test.ts:24–26  ·  view source on GitHub ↗
(root: string, pid: number, startedAt = Date.now())

Source from the content-addressed store, hash-verified

22}
23
24function rec(root: string, pid: number, startedAt = Date.now()): DaemonRecord {
25 return { root, pid, version: '1.0.0', socketPath: `${root}/.codegraph/daemon.sock`, startedAt };
26}
27
28describe('daemon-registry', () => {
29 let tmpHome: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected