MCPcopy Index your code
hub / github.com/Effect-TS/effect / isClosed

Function isClosed

packages/effect/test/SynchronizedRef.test.ts:29–29  ·  view source on GitHub ↗
(self: State)

Source from the content-addressed store, hash-verified

27const isActive = (self: State): boolean => self._tag === "Active"
28const isChanged = (self: State): boolean => self._tag === "Changed"
29const isClosed = (self: State): boolean => self._tag === "Closed"
30
31describe("SynchronizedRef", () => {
32 it.effect("get", () =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected