MCPcopy
hub / github.com/anomalyco/opencode / live

Function live

packages/opencode/test/lib/effect.ts:77–78  ·  view source on GitHub ↗
(name: string, value: Body<A, E2, R | Scope.Scope>, opts?: number | TestOptions)

Source from the content-addressed store, hash-verified

75 test.skip(name, () => run(value, testLayer), opts)
76
77 const live = <A, E2>(name: string, value: Body<A, E2, R | Scope.Scope>, opts?: number | TestOptions) =>
78 test(name, () => run(value, liveLayer), opts)
79
80 live.only = <A, E2>(name: string, value: Body<A, E2, R | Scope.Scope>, opts?: number | TestOptions) =>
81 test.only(name, () => run(value, liveLayer), opts)

Calls 2

testFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected