Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ TxHashSet.test.ts
File
TxHashSet.test.ts
repos/effect/packages/effect/test/TxHashSet.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert, describe, it } from
"@effect/vitest"
2
import
{ Effect, Equal, Hash, HashSet, TxHashSet } from
"effect"
3
4
class
TestValue implements Equal.Equal {
Callers
nothing calls this directly
Calls
10
clear
Method · 0.80
some
Method · 0.80
filter
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