MCPcopy Create free account
hub / github.com/effect-app/libs / has

Method has

repos/effect/packages/effect/src/internal/hashMap.ts:210–212  ·  view source on GitHub ↗
(_shift: number, hash: number, key: K)

Source from the content-addressed store, hash-verified

208 }
209
210 has(_shift: number, hash: number, key: K): boolean {
211 return this.hash === hash && Equal_.equals(this.key, key)
212 }
213
214 set(
215 edit: number,

Callers 15

collectUnprocessedFunction · 0.45
collectUnprocessedByIdFunction · 0.45
lastRepliesByIdFunction · 0.45
computeProjectionValueFunction · 0.45
statusIsTransientFunction · 0.45
thrownIsTransientFunction · 0.45
summarizePayloadValueFunction · 0.45
isNanoIdFunction · 0.45
Array.tsFile · 0.45

Calls

no outgoing calls

Tested by 4

isNanoIdFunction · 0.36
execMethod · 0.36
pathFromSequenceFunction · 0.36
processRequestFunction · 0.36