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

Function parseMultipleOutputs

dash/dash-renderer/src/actions/dependencies.js:90–92  ·  view source on GitHub ↗
(outputIdAndProp)

Source from the content-addressed store, hash-verified

88 * "..output-1.value...output-2.value...output-3.value...output-4.value.."
89 */
90function parseMultipleOutputs(outputIdAndProp) {
91 return outputIdAndProp.substr(2, outputIdAndProp.length - 4).split('...');
92}
93
94export function splitIdAndProp(idAndProp) {
95 // since wildcard ids can have . in them but props can't,

Callers 1

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…