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

Function setConnectionStatus

dash/dash-renderer/src/actions/api.js:40–47  ·  view source on GitHub ↗
(connected)

Source from the content-addressed store, hash-verified

38 const url = `${urlBase(config)}${endpoint}`;
39
40 function setConnectionStatus(connected) {
41 if (getState().error.backEndConnected !== connected) {
42 dispatch({
43 type: 'SET_CONNECTION_STATUS',
44 payload: connected
45 });
46 }
47 }
48
49 dispatch({
50 type: store,

Callers 1

apiThunkFunction · 0.85

Calls 1

getStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…