MCPcopy Create free account
hub / github.com/effect-app/libs / isActive

Function isActive

repos/effect/packages/effect/test/Ref.test.ts:25–25  ·  view source on GitHub ↗
(self: State)

Source from the content-addressed store, hash-verified

23export const Closed: State = { _tag: "Closed" }
24
25const isActive = (self: State): boolean => self._tag === "Active"
26const isChanged = (self: State): boolean => self._tag === "Changed"
27const isClosed = (self: State): boolean => self._tag === "Closed"
28

Callers 2

Ref.test.tsFile · 0.70
schema.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…