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

Method contextEffect

repos/effect/packages/effect/src/LayerMap.ts:85–85  ·  view source on GitHub ↗

* Retrieves the context associated with the key.

(key: K)

Source from the content-addressed store, hash-verified

83 readonly rcMap: RcMap.RcMap<K, Context.Context<I>, E>
84
85 /**
86 * Retrieves a Layer for the resources associated with the key.
87 */
88 get(key: K): Layer.Layer<I, E>

Callers 2

LayerMap.test.tsFile · 0.80
ServiceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected