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

File SubscriptionRef.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertTrue, deepStrictEqual } from "@effect/vitest/utils"
3import { Chunk, Deferred, Effect, Equal, Exit, Fiber, Number, pipe, Random, Stream, SubscriptionRef } from "effect"
4

Callers

nothing calls this directly

Calls 12

pipeFunction · 0.90
deepStrictEqualFunction · 0.90
assertTrueFunction · 0.90
isInterruptedMethod · 0.80
subscriberFunction · 0.70
makeMethod · 0.65
takeMethod · 0.65
updateMethod · 0.65
joinMethod · 0.65
mapMethod · 0.65
awaitMethod · 0.45
interruptMethod · 0.45

Tested by

no test coverage detected