MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / createInvalid

Function createInvalid

static/plugins/chart.js/Chart.bundle.js:14878–14888  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

14876 }
14877
14878 function createInvalid (flags) {
14879 var m = createUTC(NaN);
14880 if (flags != null) {
14881 extend(getParsingFlags(m), flags);
14882 }
14883 else {
14884 getParsingFlags(m).userInvalidated = true;
14885 }
14886
14887 return m;
14888 }
14889
14890 // Plugins that add properties should also add the key here (null value),
14891 // so we can properly clone ourselves.

Callers 2

prepareConfigFunction · 0.85
Chart.bundle.jsFile · 0.85

Calls 3

createUTCFunction · 0.85
getParsingFlagsFunction · 0.85
extendFunction · 0.70

Tested by

no test coverage detected