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

Method _get_resolved_delta

reflex/state.py:1893–1899  ·  view source on GitHub ↗

Get the delta for the state after resolving all coroutines. Returns: The resolved delta for the state.

(self)

Source from the content-addressed store, hash-verified

1891 return delta
1892
1893 async def _get_resolved_delta(self) -> Delta:
1894 """Get the delta for the state after resolving all coroutines.
1895
1896 Returns:
1897 The resolved delta for the state.
1898 """
1899 return await _resolve_delta(self.get_delta())
1900
1901 def _mark_dirty(self):
1902 """Mark the substate and all parent states as dirty."""

Callers 4

chain_updatesFunction · 0.80
modify_stateMethod · 0.80
_patch_stateFunction · 0.80
__aexit__Method · 0.80

Calls 2

get_deltaMethod · 0.95
_resolve_deltaFunction · 0.85

Tested by

no test coverage detected