Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ liveness-watchdog.test.ts
File
liveness-watchdog.test.ts
__tests__/liveness-watchdog.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeAll } from
'vitest'
;
2
import
{ spawn } from
'child_process'
;
3
import
* as fs from
'fs'
;
4
import
* as path from
'path'
;
Callers
nothing calls this directly
Calls
9
parseWatchdogTimeoutMs
Function · 0.90
deriveCheckIntervalMs
Function · 0.90
installMainThreadWatchdog
Function · 0.90
runChild
Function · 0.85
expectKilled
Function · 0.85
growFile
Function · 0.85
resolve
Method · 0.80
all
Method · 0.65
join
Method · 0.45
Tested by
no test coverage detected