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

Function wrappedDE

dash/dash-renderer/src/actions/dependencies.js:699–702  ·  view source on GitHub ↗
(message, lines)

Source from the content-addressed store, hash-verified

697
698 let hasError = false;
699 const wrappedDE = (message, lines) => {
700 hasError = true;
701 dispatchError(message, lines);
702 };
703 if (config.validate_callbacks) {
704 validateDependencies(parsedDependencies, wrappedDE);
705 }

Callers

nothing calls this directly

Calls 1

dispatchErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…