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

Function valAfter

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

Source from the content-addressed store, hash-verified

156 */
157const valBefore = v => (isNumeric(v) ? v - 1 : 0);
158const valAfter = v => (typeof v === 'string' ? v + 'z' : 'z');
159
160function addMap(depMap, id, prop, dependency) {
161 const idMap = (depMap[id] = depMap[id] || {});

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…