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

Method getEnv

packages/effect/src/internal/stm/core.ts:438–440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436 }
437
438 getEnv(): Context.Context<R> {
439 return this.env
440 }
441
442 pushStack(cont: Continuation) {
443 this.contStack.push(cont)

Callers 1

effectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected