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

Function valBefore

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

Source from the content-addressed store, hash-verified

155 * Provide a value known to be before or after v, according to idValSort
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) {

Callers 1

computeGraphsFunction · 0.85

Calls 1

isNumericFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…