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

Function parseIfWildcard

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

Source from the content-addressed store, hash-verified

106 * Check if this ID is a stringified object, and if so parse it to that object
107 */
108export function parseIfWildcard(idStr) {
109 return isWildcardId(idStr) ? parseWildcardId(idStr) : idStr;
110}
111
112/*
113 * JSON.stringify - for the object form - but ensuring keys are sorted

Callers 2

splitIdAndPropFunction · 0.85

Calls 2

isWildcardIdFunction · 0.85
parseWildcardIdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…