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

Method invalidate

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

* Invalidates the resource associated with the key.

(key: K)

Source from the content-addressed store, hash-verified

56 * Invalidates the resource associated with the key.
57 */
58 invalidate(key: K): Effect.Effect<void>
59}
60
61/**

Callers 2

LayerMap.tsFile · 0.65
ServiceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected