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

Function localeWeekdaysMin

tests/test_code/js/moment/moment.js:1561–1567  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

1559 }
1560
1561 function localeWeekdaysMin(m) {
1562 return m === true
1563 ? shiftWeekdays(this._weekdaysMin, this._week.dow)
1564 : m
1565 ? this._weekdaysMin[m.day()]
1566 : this._weekdaysMin;
1567 }
1568
1569 function handleStrictParse$1(weekdayName, format, strict) {
1570 var i,

Callers

nothing calls this directly

Calls 1

shiftWeekdaysFunction · 0.85

Tested by

no test coverage detected