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

Method linked_to

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

Source from the content-addressed store, hash-verified

97
98 @rx.var
99 async def linked_to(self) -> str:
100 ss = await self.get_state(SharedState)
101 return ss._linked_to
102
103 @rx.event
104 async def fetch_shared_note(self):

Callers

nothing calls this directly

Calls 1

get_stateMethod · 0.45

Tested by

no test coverage detected