MCPcopy Create free account
hub / github.com/csev/py4e / defaultParsingFlags

Function defaultParsingFlags

code/gmane/Chart.bundle.js:1663–1677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1661 }
1662
1663 function defaultParsingFlags() {
1664 // We need to deep clone this object.
1665 return {
1666 empty : false,
1667 unusedTokens : [],
1668 unusedInput : [],
1669 overflow : -2,
1670 charsLeftOver : 0,
1671 nullInput : false,
1672 invalidMonth : null,
1673 invalidFormat : false,
1674 userInvalidated : false,
1675 iso : false
1676 };
1677 }
1678
1679 function getParsingFlags(m) {
1680 if (m._pf == null) {

Callers 1

getParsingFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected