MCPcopy Index your code
hub / github.com/Effect-TS/effect / Mailbox.test.ts

File Mailbox.test.ts

packages/effect/test/Mailbox.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, assertTrue, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Chunk, Effect, Exit, Fiber, Mailbox, Stream } from "effect"
4

Callers

nothing calls this directly

Calls 15

assertTrueFunction · 0.90
deepStrictEqualFunction · 0.90
assertFalseFunction · 0.90
strictEqualFunction · 0.90
assertNoneFunction · 0.90
toStreamMethod · 0.80
syncMethod · 0.80
makeMethod · 0.65
pipeMethod · 0.65
offerAllMethod · 0.65
unsafePollMethod · 0.65
offerMethod · 0.65

Tested by

no test coverage detected