(self)
| 104 | self.counter += 1 |
| 105 | |
| 106 | async def triple_count(self): |
| 107 | third_state = await self.get_state(ThirdState) |
| 108 | await third_state._triple_count() |
| 109 | |
| 110 | @rx.event(background=True) |
| 111 | async def yield_in_async_with_self(self): |
no test coverage detected