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

File Channel.test.ts

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

Source from the content-addressed store, hash-verified

1import { assert, describe, it } from "@effect/vitest"
2import { assertExitFailure, assertFailure, assertTrue } from "@effect/vitest/utils"
3import { Cause, Data, Deferred, pipe, Ref } from "effect"
4import * as Channel from "effect/Channel"

Callers

nothing calls this directly

Calls 15

pipeFunction · 0.90
assertTrueFunction · 0.90
assertFailureFunction · 0.90
assertExitFailureFunction · 0.90
syncMethod · 0.80
toArrayMethod · 0.80
onInterruptMethod · 0.80
joinMethod · 0.80
mergeMethod · 0.80
offerAllMethod · 0.80
fibonacciFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected