Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ hashSet.ts
File
hashSet.ts
packages/effect/src/internal/hashSet.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as Equal from
"../Equal.js"
2
import
{ dual } from
"../Function.js"
3
import
* as Hash from
"../Hash.js"
4
import
type
{ HashMap } from
"../HashMap.js"
Callers
nothing calls this directly
Calls
15
remove
Function · 0.85
makeImpl
Function · 0.70
some
Function · 0.70
every
Function · 0.70
has
Function · 0.70
beginMutation
Function · 0.70
endMutation
Function · 0.70
empty
Function · 0.70
add
Function · 0.70
forEach
Function · 0.70
values
Function · 0.70
set
Method · 0.65
Tested by
no test coverage detected