* 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)
| 122 | * Use to check the state of the latch without suspending or changing its state. |
| 123 | */ |
| 124 | isOpen(this: Latch): boolean |
| 125 | } |
| 126 | |
| 127 | /** |
no outgoing calls
no test coverage detected