Function
runEffect
(
self: Effect.Effect<A, E, CliApp.CliApp.Environment>
)
Source from the content-addressed store, hash-verified
| 23 | }).pipe(Layer.unwrapEffect) |
| 24 | |
| 25 | const runEffect = <E, A>( |
| 26 | self: Effect.Effect<A, E, CliApp.CliApp.Environment> |
| 27 | ): Promise<A> => Effect.provide(self, MainLive).pipe(Effect.runPromise) |
| 28 | |
| 29 | describe("Prompt", () => { |
| 30 | describe("text", () => { |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…