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

Function isChanged

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

Source from the content-addressed store, hash-verified

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
31describe("SynchronizedRef", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected