MCPcopy Index your code
hub / github.com/Effect-TS/effect / runEffect

Function runEffect

packages/cli/test/Prompt.test.ts:25–27  ·  view source on GitHub ↗
(
  self: Effect.Effect<A, E, CliApp.CliApp.Environment>
)

Source from the content-addressed store, hash-verified

23}).pipe(Layer.unwrapEffect)
24
25const runEffect = <E, A>(
26 self: Effect.Effect<A, E, CliApp.CliApp.Environment>
27): Promise<A> => Effect.provide(self, MainLive).pipe(Effect.runPromise)
28
29describe("Prompt", () => {
30 describe("text", () => {

Callers

nothing calls this directly

Calls 2

pipeMethod · 0.65
provideMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…