Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, it, expect, beforeEach, afterEach } from
'vitest'
;
2
import
{ spawn } from
'child_process'
;
3
import
* as fs from
'fs'
;
4
import
* as os from
'os'
;
Callers
nothing calls this directly
Calls
8
getRegistryDir
Function · 0.90
isProcessAlive
Function · 0.90
listDaemons
Function · 0.90
registerDaemon
Function · 0.90
deregisterDaemon
Function · 0.90
deadPid
Function · 0.85
rec
Function · 0.70
join
Method · 0.45
Tested by
no test coverage detected