Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
167
class
KeySetImpl<in out K> implements KeySet<K> {
Callers
15
findById
Function · 0.65
removeMine
Function · 0.65
layerStdio
Function · 0.65
testLayer
Function · 0.65
Headers.test.ts
File · 0.65
UrlParams.test.ts
File · 0.65
Runtime.ts
File · 0.65
Cookies.ts
File · 0.65
keyValueStore.ts
File · 0.65
layerFileSystem
Function · 0.65
httpServerResponse.ts
File · 0.65
httpClientRequest.ts
File · 0.65
Implementers
1
KeySetImpl
packages/effect/src/internal/cache.ts
Calls
no outgoing calls
Tested by
1
testLayer
Function · 0.52