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

Function parseWildcardId

dash/dash-renderer/src/actions/dependencies.js:77–82  ·  view source on GitHub ↗
(idStr)

Source from the content-addressed store, hash-verified

75 * as a string.
76 */
77function parseWildcardId(idStr) {
78 return map(
79 val => (Array.isArray(val) && wildcards[val[0]]) || val,
80 JSON.parse(idStr)
81 );
82}
83
84/*
85 * If this update is for multiple outputs, then it has

Callers 1

parseIfWildcardFunction · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…