MCPcopy
hub / github.com/chartjs/Chart.js / parse

Method parse

src/scales/scale.time.js:295–300  ·  view source on GitHub ↗

* @param {*} raw * @param {number?} [index] * @return {number}

(raw, index)

Source from the content-addressed store, hash-verified

293 * @return {number}
294 */
295 parse(raw, index) { // eslint-disable-line no-unused-vars
296 if (raw === undefined) {
297 return null;
298 }
299 return parse(this, raw);
300 }
301
302 beforeLayout() {
303 super.beforeLayout();

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected