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

Function isMultiOutputProp

dash/dash-renderer/src/actions/dependencies.js:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 * "..output-1.value...output-2.value...output-3.value...output-4.value.."
50 */
51export const isMultiOutputProp = idAndProp => idAndProp.startsWith('..');
52
53const ALL = {wild: 'ALL', multi: 1};
54const MATCH = {wild: 'MATCH'};

Callers 2

__executeFunction · 0.90
computeGraphsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…