Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ orchestrator.test.ts
File
orchestrator.test.ts
showcase/harness/src/orchestrator.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, afterEach, beforeEach, vi } from
"vitest"
;
2
import
{ promises as fs } from
"node:fs"
;
3
import
path from
"node:path"
;
4
import
os from
"node:os"
;
Callers
nothing calls this directly
Calls
15
mkTempConfigDir
Function · 0.85
boot
Function · 0.85
fetch
Function · 0.85
createEventBus
Function · 0.85
makeCronRule
Function · 0.85
diffCronSchedules
Function · 0.85
buildCronProbeResolver
Function · 0.85
resolver
Function · 0.85
createStatusReader
Function · 0.85
createBrowserPoolHealthSignals
Function · 0.85
writeHealthy
Function · 0.85
writeDegraded
Function · 0.85
Tested by
no test coverage detected