MCPcopy 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.tsFile · 0.65
MailboxImplClass · 0.65
offerRemainingSingleMethod · 0.65
offerRemainingArrayMethod · 0.65
console.tsFile · 0.65
withConsoleScopedFunction · 0.65
setConsoleFunction · 0.65
trackAccessMethod · 0.65
collectAllToSetFunction · 0.65
collectAllToSetNFunction · 0.65
addSubscribersFunction · 0.65
schedule.tsFile · 0.65

Implementers 1

KeySetImplpackages/effect/src/internal/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected