Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ TxHashMap.test.ts
File
TxHashMap.test.ts
repos/effect/packages/effect/test/TxHashMap.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, Hash, HashMap, Option, Result, TxHashMap } from
"effect"
3
4
describe(
"TxHashMap"
, () => {
Callers
nothing calls this directly
Calls
15
some
Method · 0.80
clear
Method · 0.80
filter
Method · 0.80
sync
Method · 0.80
push
Method · 0.80
isEmpty
Method · 0.65
size
Method · 0.65
make
Method · 0.65
get
Method · 0.65
set
Method · 0.65
modify
Method · 0.65
pipe
Method · 0.65
Tested by
no test coverage detected