Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ cmd
Function
cmd
packages/core/test/process/process.test.ts:15–15 ·
view source on GitHub ↗
(...args: string[])
Source
from the content-addressed store, hash-verified
13
14
const
NODE = process.execPath
15
const
cmd = (...args: string[]) => ChildProcess.make(NODE, args)
16
17
const
waitForFile = (file: string) =>
18
Effect.promise(
async
() => {
Callers
1
process.test.ts
File · 0.70
Calls
1
make
Method · 0.45
Tested by
no test coverage detected