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

Function dispatchError

dash/dash-renderer/tests/dependencies.test.js:31–33  ·  view source on GitHub ↗
(message, lines)

Source from the content-addressed store, hash-verified

29describe('dependencies — MATCH validation (#2462)', () => {
30 let errors;
31 const dispatchError = (message, lines) => {
32 errors.push({message, lines});
33 };
34
35 beforeEach(() => {
36 errors = [];

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…