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

Function _dispatch

dash/dash-renderer/tests/persistence.test.js:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 let dispatchCalls;
67
68 const _dispatch = evt => {
69 // verify that dispatch is sending errors to the devtools,
70 // and record the message sent
71 expect(evt.type).to.equal('ON_ERROR');
72 dispatchCalls.push(evt.payload.error.message);
73 };
74
75 beforeEach(() => {
76 window.my_components = {

Callers

nothing calls this directly

Calls 3

expectFunction · 0.85
pushMethod · 0.80
equalMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…