MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / daemon-registry.test.ts

File daemon-registry.test.ts

__tests__/daemon-registry.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2import { spawn } from 'child_process';
3import * as fs from 'fs';
4import * as net from 'net';

Callers

nothing calls this directly

Calls 15

getRegistryDirFunction · 0.90
isProcessAliveFunction · 0.90
listDaemonsFunction · 0.90
registerDaemonFunction · 0.90
deregisterDaemonFunction · 0.90
listVerifiedDaemonsFunction · 0.90
getDaemonPidPathFunction · 0.90
encodeLockInfoFunction · 0.90
stopDaemonAtFunction · 0.90
deadPidFunction · 0.85
listenMethod · 0.80
recFunction · 0.70

Tested by

no test coverage detected