MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / parsingFlags

Function parsingFlags

tests/test_code/js/moment/moment.js:4254–4256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4252 }
4253
4254 function parsingFlags() {
4255 return extend({}, getParsingFlags(this));
4256 }
4257
4258 function invalidAt() {
4259 return getParsingFlags(this).overflow;

Callers

nothing calls this directly

Calls 2

extendFunction · 0.85
getParsingFlagsFunction · 0.85

Tested by

no test coverage detected