Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ mkdtempSync, rmSync } from
"node:fs"
;
2
import
{ mkdir, readFile, rm, writeFile } from
"node:fs/promises"
;
3
import
{ tmpdir } from
"node:os"
;
4
import
{ join } from
"node:path"
;
Callers
nothing calls this directly
Calls
13
canonicalDaemonHost
Function · 0.90
writeDaemonRecord
Function · 0.90
readDaemonRecord
Function · 0.90
removeDaemonRecord
Function · 0.90
writeDaemonPointer
Function · 0.90
readDaemonPointer
Function · 0.90
removeDaemonPointer
Function · 0.90
acquireDaemonStartLock
Function · 0.90
releaseDaemonStartLock
Function · 0.90
currentDaemonScopeId
Function · 0.90
isPidAlive
Function · 0.90
fileSystemError
Function · 0.85
Tested by
no test coverage detected