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

Method remove

packages/effect/src/internal/cache.ts:164–164  ·  view source on GitHub ↗

* Removes the lowest priority key from the set.

()

Source from the content-addressed store, hash-verified

162 * Removes the lowest priority key from the set.
163 */
164 remove(): MapKey<K> | undefined
165}
166
167class KeySetImpl<in out K> implements KeySet<K> {

Callers 15

findByIdFunction · 0.65
removeMineFunction · 0.65
layerStdioFunction · 0.65
testLayerFunction · 0.65
Headers.test.tsFile · 0.65
UrlParams.test.tsFile · 0.65
Runtime.tsFile · 0.65
Cookies.tsFile · 0.65
keyValueStore.tsFile · 0.65
layerFileSystemFunction · 0.65

Implementers 1

KeySetImplpackages/effect/src/internal/cache.ts

Calls

no outgoing calls

Tested by 1

testLayerFunction · 0.52