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 net from
'net'
;
Callers
nothing calls this directly
Calls
15
getRegistryDir
Function · 0.90
isProcessAlive
Function · 0.90
listDaemons
Function · 0.90
registerDaemon
Function · 0.90
deregisterDaemon
Function · 0.90
listVerifiedDaemons
Function · 0.90
getDaemonPidPath
Function · 0.90
encodeLockInfo
Function · 0.90
stopDaemonAt
Function · 0.90
deadPid
Function · 0.85
listen
Method · 0.80
rec
Function · 0.70
Tested by
no test coverage detected