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

Method get

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

* Retrieves a Layer for the resources associated with the key.

(key: K)

Source from the content-addressed store, hash-verified

46 * Retrieves a Layer for the resources associated with the key.
47 */
48 get(key: K): Layer.Layer<I, E>
49
50 /**
51 * Retrieves a Runtime for the resources associated with the key.

Callers 2

LayerMap.tsFile · 0.65
ServiceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected