MCPcopy Create free account
hub / github.com/Effect-TS/effect / isOpen

Function isOpen

packages/effect/src/Latch.ts:382–382  ·  view source on GitHub ↗
(self: Latch)

Source from the content-addressed store, hash-verified

380 * @since 4.0.0
381 */
382export const isOpen = (self: Latch): boolean => self.isOpen()

Callers

nothing calls this directly

Calls 1

isOpenMethod · 0.65

Tested by

no test coverage detected