Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reflex-dev/reflex
/ _triple_count
Method
_triple_count
tests/integration/test_background_task.py:142–144 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
140
141
class
ThirdState(rx.State):
142
async
def
_triple_count(self):
143
state = await self.get_state(State)
144
state.counter *= 3
145
146
def
index() -> rx.Component:
147
return
rx.vstack(
Callers
1
triple_count
Method · 0.80
Calls
1
get_state
Method · 0.45
Tested by
no test coverage detected