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

Method invalidate

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

* Invalidates the resource associated with the key.

(key: K)

Source from the content-addressed store, hash-verified

88 get(key: K): Layer.Layer<I, E>
89
90 /**
91 * Retrieves the context associated with the key.
92 */
93 contextEffect(key: K): Effect.Effect<Context.Context<I>, E, Scope.Scope>

Callers 15

invalidateAndAwaitFunction · 0.65
makeFunction · 0.65
OpenAiClient.tsFile · 0.65
createResponseStreamFunction · 0.65
RcMap.test.tsFile · 0.65
Cache.test.tsFile · 0.65
Pool.test.tsFile · 0.65
LayerMap.tsFile · 0.65
ServiceFunction · 0.65
Atom.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected