MCPcopy
hub / github.com/tdewolff/minify / value

Function value

_benchmarks/sample_echarts.js:71427–71430  ·  view source on GitHub ↗

* @public * @param dim by default 0. * @param dataIndexInside by default `currDataIndexInside`.

(dim, dataIndexInside)

Source from the content-addressed store, hash-verified

71425 */
71426
71427 function value(dim, dataIndexInside) {
71428 dataIndexInside == null && (dataIndexInside = currDataIndexInside);
71429 return data.get(data.getDimension(dim || 0), dataIndexInside);
71430 }
71431 /**
71432 * @public
71433 * @param dim by default 0.

Callers 8

updateValuesFunction · 0.85
histogramFunction · 0.85
pieFunction · 0.85
stackFunction · 0.85
sample_jqueryui.jsFile · 0.85
addFunction · 0.85
addFunction · 0.85
jquery-ui.jsFile · 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…