MCPcopy Index your code
hub / github.com/anomalyco/opencode / live

Function live

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

Source from the content-addressed store, hash-verified

30 test.skip(name, () => run(value, testLayer), opts)
31
32 const live = <A, E2>(name: string, value: Body<A, E2, R | Scope.Scope>, opts?: number | TestOptions) =>
33 test(name, () => run(value, liveLayer), opts)
34
35 live.only = <A, E2>(name: string, value: Body<A, E2, R | Scope.Scope>, opts?: number | TestOptions) =>
36 test.only(name, () => run(value, liveLayer), opts)

Callers

nothing calls this directly

Calls 2

testFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected