MCPcopy
hub / github.com/Effect-TS/effect / TQueue.test.ts

File TQueue.test.ts

packages/effect/test/TQueue.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertFalse, assertNone, assertSome, assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Effect, pipe, STM, TQueue } from "effect"
4

Callers

nothing calls this directly

Calls 15

pipeFunction · 0.90
strictEqualFunction · 0.90
deepStrictEqualFunction · 0.90
assertSomeFunction · 0.90
assertNoneFunction · 0.90
assertFalseFunction · 0.90
assertTrueFunction · 0.90
seekMethod · 0.80
mapMethod · 0.65
offerMethod · 0.65
takeMethod · 0.65
offerAllMethod · 0.65

Tested by

no test coverage detected