MCPcopy 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

1import { assert, describe, it } from "@effect/vitest"
2import { Effect, Hash, HashMap, Option, Result, TxHashMap } from "effect"
3
4describe("TxHashMap", () => {

Callers

nothing calls this directly

Calls 15

someMethod · 0.80
clearMethod · 0.80
filterMethod · 0.80
syncMethod · 0.80
pushMethod · 0.80
isEmptyMethod · 0.65
sizeMethod · 0.65
makeMethod · 0.65
getMethod · 0.65
setMethod · 0.65
modifyMethod · 0.65
pipeMethod · 0.65

Tested by

no test coverage detected