MCPcopy Index your code
hub / github.com/csev/py4e / valid__createInvalid

Function valid__createInvalid

code/gmane/Chart.bundle.js:1708–1718  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

1706 }
1707
1708 function valid__createInvalid (flags) {
1709 var m = create_utc__createUTC(NaN);
1710 if (flags != null) {
1711 extend(getParsingFlags(m), flags);
1712 }
1713 else {
1714 getParsingFlags(m).userInvalidated = true;
1715 }
1716
1717 return m;
1718 }
1719
1720 var momentProperties = utils_hooks__hooks.momentProperties = [];
1721

Callers 1

prepareConfigFunction · 0.85

Calls 3

create_utc__createUTCFunction · 0.85
getParsingFlagsFunction · 0.85
extendFunction · 0.70

Tested by

no test coverage detected