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

Method race_val_1

tests/integration/test_linked_state.py:144–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142
143 @rx.var
144 async def race_val_1(self) -> str:
145 n = self.trigger
146 ss = await self.get_state(SharedState)
147 return f"{n}-{ss.counter}"
148
149 @rx.var
150 async def race_val_2(self) -> str:

Callers

nothing calls this directly

Calls 1

get_stateMethod · 0.45

Tested by

no test coverage detected