MCPcopy
hub / github.com/Effect-TS/effect / runtime

Method runtime

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

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

(key: K)

Source from the content-addressed store, hash-verified

51 * Retrieves a Runtime for the resources associated with the key.
52 */
53 runtime(key: K): Effect.Effect<Runtime.Runtime<I>, E, Scope.Scope>
54
55 /**
56 * Invalidates the resource associated with the key.

Callers 15

makeFunction · 0.80
asyncPauseResumeFunction · 0.80
runFunction · 0.80
toReadableFunction · 0.80
startFunction · 0.80
makeHandlerFunction · 0.80
toWebFunction · 0.80
runRawFunction · 0.80
runFunction · 0.80
httpServerError.tsFile · 0.80
workerRunner.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected