MCPcopy Create free account
hub / github.com/codemistic/Web-Development / oi

Function oi

chart/js/chart.js:8359–8375  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

8357 return r[i] + u;
8358 }
8359 function oi(t, e) {
8360 var n = t._adapter,
8361 i = t.options.time,
8362 a = i.parser,
8363 r = a || i.format,
8364 o = e;
8365 return (
8366 "function" == typeof a && (o = a(o)),
8367 V.isFinite(o) || (o = "string" == typeof r ? n.parse(o, r) : n.parse(o)),
8368 null !== o
8369 ? +o
8370 : (a ||
8371 "function" != typeof r ||
8372 ((o = r(e)), V.isFinite(o) || (o = n.parse(o))),
8373 o)
8374 );
8375 }
8376 function si(t, e) {
8377 if (V.isNullOrUndef(e)) return null;
8378 var n = t.options.time,

Callers 2

siFunction · 0.85
chart.jsFile · 0.85

Calls 3

parseMethod · 0.80
aFunction · 0.70
rFunction · 0.70

Tested by

no test coverage detected