MCPcopy Create free account
hub / github.com/Effect-TS/effect / invalidate

Method invalidate

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

* Invalidates the resource associated with the key.

(key: K)

Source from the content-addressed store, hash-verified

96 * Invalidates the resource associated with the key.
97 */
98 invalidate(key: K): Effect.Effect<void>
99}
100
101/**

Callers 15

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
LayerRef.tsFile · 0.65
Atom.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected