MCPcopy
hub / github.com/colbymchenry/codegraph / deadOnly

Function deadOnly

__tests__/ppid-watchdog.test.ts:18–18  ·  view source on GitHub ↗
(...pids: number[])

Source from the content-addressed store, hash-verified

16const dead = () => false;
17/** Alive for everyone except the listed pids. */
18const deadOnly = (...pids: number[]) => (pid: number) => !pids.includes(pid);
19
20describe('supervisionLostReason', () => {
21 describe('POSIX (parent death reparents → ppid changes)', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected