Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ add
Method
add
packages/effect/src/internal/cache.ts:160–160 ·
view source on GitHub ↗
* Adds the specified key to the set.
(key: MapKey<K>)
Source
from the content-addressed store, hash-verified
158
* Adds the specified key to the set.
159
*/
160
add(key: MapKey<K>): void
161
/**
162
* Removes the lowest priority key from the set.
163
*/
Callers
15
core-effect.ts
File · 0.65
MailboxImpl
Class · 0.65
offerRemainingSingle
Method · 0.65
offerRemainingArray
Method · 0.65
console.ts
File · 0.65
withConsoleScoped
Function · 0.65
setConsole
Function · 0.65
trackAccess
Method · 0.65
collectAllToSet
Function · 0.65
collectAllToSetN
Function · 0.65
addSubscribers
Function · 0.65
schedule.ts
File · 0.65
Implementers
1
KeySetImpl
packages/effect/src/internal/cache.ts
Calls
no outgoing calls
Tested by
no test coverage detected