MCPcopy 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
14const NODE = process.execPath
15const cmd = (...args: string[]) => ChildProcess.make(NODE, args)
16
17const waitForFile = (file: string) =>
18 Effect.promise(async () => {

Callers 1

process.test.tsFile · 0.70

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected