Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ unit.cron-dev-host.test.ts
File
unit.cron-dev-host.test.ts
packages/backends/test/unit.cron-dev-host.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ spawn,
type
ChildProcess } from
'node:child_process'
;
2
import
{ mkdtemp, writeFile, rm, readFile } from
'node:fs/promises'
;
3
import
{ createRequire } from
'node:module'
;
4
import
{ tmpdir } from
'node:os'
;
Callers
nothing calls this directly
Calls
10
startHost
Function · 0.85
fetchHost
Function · 0.85
spawn
Function · 0.85
cleanup
Method · 0.80
json
Method · 0.65
push
Method · 0.65
readFile
Function · 0.50
r
Function · 0.50
resolve
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected