Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ HashSet.test.ts
File
HashSet.test.ts
repos/effect/packages/effect/test/HashSet.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Equal, Hash, HashSet } from
"effect"
2
import
{ describe, expect, it } from
"vitest"
3
4
describe(
"HashSet"
, () => {
Callers
nothing calls this directly
Calls
10
filter
Method · 0.80
some
Method · 0.80
push
Method · 0.80
size
Method · 0.65
isEmpty
Method · 0.65
make
Method · 0.65
add
Method · 0.65
map
Method · 0.65
has
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected