MCPcopy
hub / github.com/reflex-dev/reflex / triple_count

Method triple_count

tests/integration/test_background_task.py:106–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers 1

get_other_stateMethod · 0.80

Calls 2

_triple_countMethod · 0.80
get_stateMethod · 0.45

Tested by

no test coverage detected