MCPcopy Create free account
hub / github.com/Effect-TS/effect / has

Method has

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

isStatementFunction · 0.45
isUnbracedControlFlowFunction · 0.45
transformFunction · 0.45
resolveIdFunction · 0.45
addSchemaFunction · 0.45
addFunction · 0.45
allocateFunction · 0.45
visitFunction · 0.45
buildSecurityRenderModelFunction · 0.45
makeNameAllocatorFunction · 0.45
generateFunction · 0.45
generateHttpApiFunction · 0.45

Calls 1

equalsMethod · 0.80

Tested by 4

execMethod · 0.36
pathFromSequenceFunction · 0.36
retainsFunction · 0.36
processRequestFunction · 0.36