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

File FiberMap.test.ts

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

Source from the content-addressed store, hash-verified

1import { assert, describe, it } from "@effect/vitest"
2import { assertFalse, assertTrue, strictEqual } from "@effect/vitest/utils"
3import { Array, Deferred, Effect, Exit, Fiber, FiberMap, pipe, Ref, Scope, TestClock } from "effect"
4

Callers

nothing calls this directly

Calls 15

pipeFunction · 0.90
strictEqualFunction · 0.90
assertTrueFunction · 0.90
assertFalseFunction · 0.90
runtimeMethod · 0.80
isInterruptedMethod · 0.80
runFunction · 0.70
makeMethod · 0.65
pipeMethod · 0.65
updateMethod · 0.65
getMethod · 0.65
failMethod · 0.65

Tested by

no test coverage detected