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

Function localeWeekdaysShort

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

Source from the content-addressed store, hash-verified

1551 }
1552
1553 function localeWeekdaysShort(m) {
1554 return m === true
1555 ? shiftWeekdays(this._weekdaysShort, this._week.dow)
1556 : m
1557 ? this._weekdaysShort[m.day()]
1558 : this._weekdaysShort;
1559 }
1560
1561 function localeWeekdaysMin(m) {
1562 return m === true

Callers

nothing calls this directly

Calls 1

shiftWeekdaysFunction · 0.85

Tested by

no test coverage detected