MCPcopy Create free account
hub / github.com/effect-app/libs / TxPubSub.test.ts

File TxPubSub.test.ts

repos/effect/packages/effect/test/TxPubSub.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, Exit, Fiber, Option, Scope, TxPubSub, TxQueue } from "effect"
3
4describe("TxPubSub", () => {

Callers

nothing calls this directly

Calls 10

joinMethod · 0.80
pushMethod · 0.80
publishMethod · 0.65
subscribeMethod · 0.65
takeMethod · 0.65
publishAllMethod · 0.65
sizeMethod · 0.65
isEmptyMethod · 0.65
isFullMethod · 0.65
shutdownMethod · 0.45

Tested by

no test coverage detected