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

File PubSub.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertSome, deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Array, Chunk, Deferred, Effect, Fiber, pipe, PubSub, Queue } from "effect"
4

Callers

nothing calls this directly

Calls 15

deepStrictEqualFunction · 0.90
pipeFunction · 0.90
assertSomeFunction · 0.90
strictEqualFunction · 0.90
pipeMethod · 0.65
subscribeMethod · 0.65
publishAllMethod · 0.65
takeAllMethod · 0.65
makeMethod · 0.65
takeMethod · 0.65
publishMethod · 0.65
joinMethod · 0.65

Tested by

no test coverage detected