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

Method isOpen

repos/effect/packages/effect/src/Latch.ts:124–124  ·  view source on GitHub ↗

* Checks whether the latch is currently open or closed. * * **When to use** * * Use to check the state of the latch without suspending or changing its state.

(this: Latch)

Source from the content-addressed store, hash-verified

122 * Use to check the state of the latch without suspending or changing its state.
123 */
124 isOpen(this: Latch): boolean
125}
126
127/**

Callers 3

TxQueue.test.tsFile · 0.65
Latch.test.tsFile · 0.65
isOpenFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected