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

Function getDaysInMonth

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

Source from the content-addressed store, hash-verified

1123 }
1124
1125 function getDaysInMonth() {
1126 return daysInMonth(this.year(), this.month());
1127 }
1128
1129 function monthsShortRegex(isStrict) {
1130 if (this._monthsParseExact) {

Callers

nothing calls this directly

Calls 1

daysInMonthFunction · 0.85

Tested by

no test coverage detected