MCPcopy Create free account
hub / github.com/effect-app/libs / start

Function start

repos/effect/packages/effect/test/Stream.test.ts:277–279  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

275 const next = yield* Effect.promise(() => iterator.next())
276
277 assert.deepStrictEqual(first, { done: true, value: undefined })
278 assert.deepStrictEqual(second, { done: true, value: undefined })
279 assert.deepStrictEqual(next, { done: true, value: undefined })
280 }))
281
282 it.effect("toAsyncIterable - natural completion closes the scope with a successful exit", () =>

Callers

nothing calls this directly

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…