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

File SynchronizedRef.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Deferred, Effect, Exit, Fiber, Option, pipe, SynchronizedRef } from "effect"
4

Callers

nothing calls this directly

Calls 14

pipeFunction · 0.90
strictEqualFunction · 0.90
deepStrictEqualFunction · 0.90
completeMethod · 0.80
isClosedFunction · 0.70
isActiveFunction · 0.70
isChangedFunction · 0.70
makeMethod · 0.65
failMethod · 0.65
getMethod · 0.65
pipeMethod · 0.65
forkMethod · 0.65

Tested by

no test coverage detected