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

Function isActive

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

Source from the content-addressed store, hash-verified

25export const Closed: State = { _tag: "Closed" }
26
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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…