(self: ScopedRef<A>)
| 101 | * @since 4.0.0 |
| 102 | */ |
| 103 | export const getUnsafe = <A>(self: ScopedRef<A>): A => self.backing.backing.ref.current[1] |
| 104 | |
| 105 | /** |
| 106 | * Retrieves the current value of the scoped reference effectfully. |
no outgoing calls
no test coverage detected