MCPcopy Index your code
hub / github.com/plotly/dash / notifyObservers

Function notifyObservers

dash/dash-renderer/src/actions/index.js:184–191  ·  view source on GitHub ↗
({id, props})

Source from the content-addressed store, hash-verified

182}
183
184export function notifyObservers({id, props}) {
185 return async function (dispatch, getState) {
186 const {graphs, paths} = getState();
187 dispatch(
188 addRequestedCallbacks(includeObservers(id, props, graphs, paths))
189 );
190 };
191}
192
193export function handleAsyncError(err, message, dispatch) {
194 // Handle html error responses

Callers 6

updateComponentFunction · 0.90
set_propsFunction · 0.90
processSetPropsFunction · 0.90
ExternalWrapperFunction · 0.90
setPropsFunction · 0.90
moveHistoryFunction · 0.85

Calls 2

includeObserversFunction · 0.90
getStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…