Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isStatement
Function · 0.45
isUnbracedControlFlow
Function · 0.45
transform
Function · 0.45
resolveId
Function · 0.45
addSchema
Function · 0.45
add
Function · 0.45
allocate
Function · 0.45
visit
Function · 0.45
buildSecurityRenderModel
Function · 0.45
makeNameAllocator
Function · 0.45
generate
Function · 0.45
generateHttpApi
Function · 0.45
Calls
1
equals
Method · 0.80
Tested by
4
exec
Method · 0.36
pathFromSequence
Function · 0.36
retains
Function · 0.36
processRequest
Function · 0.36