MCPcopy Create free account
hub / github.com/reflex-dev/reflex / fetch_shared_note

Method fetch_shared_note

tests/integration/test_linked_state.py:104–107  ·  view source on GitHub ↗

Fetch SharedNotes via get_state from an unrelated state handler.

(self)

Source from the content-addressed store, hash-verified

102
103 @rx.event
104 async def fetch_shared_note(self):
105 """Fetch SharedNotes via get_state from an unrelated state handler."""
106 sn = await self.get_state(SharedNotes)
107 self.fetched_note = sn.note
108
109 @rx.event(background=True)
110 async def bump_counter_bg(self):

Callers

nothing calls this directly

Calls 1

get_stateMethod · 0.45

Tested by

no test coverage detected