MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / daemon-state.test.ts

File daemon-state.test.ts

tests/daemon-state.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdtempSync, rmSync } from "node:fs";
2import { mkdir, readFile, rm, writeFile } from "node:fs/promises";
3import { tmpdir } from "node:os";
4import { join } from "node:path";

Callers

nothing calls this directly

Calls 13

canonicalDaemonHostFunction · 0.90
writeDaemonRecordFunction · 0.90
readDaemonRecordFunction · 0.90
removeDaemonRecordFunction · 0.90
writeDaemonPointerFunction · 0.90
readDaemonPointerFunction · 0.90
removeDaemonPointerFunction · 0.90
acquireDaemonStartLockFunction · 0.90
releaseDaemonStartLockFunction · 0.90
currentDaemonScopeIdFunction · 0.90
isPidAliveFunction · 0.90
fileSystemErrorFunction · 0.85

Tested by

no test coverage detected