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

Function listWeekdaysShort

tests/test_code/js/moment/moment.js:5115–5117  ·  view source on GitHub ↗
(localeSorted, format, index)

Source from the content-addressed store, hash-verified

5113 }
5114
5115 function listWeekdaysShort(localeSorted, format, index) {
5116 return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');
5117 }
5118
5119 function listWeekdaysMin(localeSorted, format, index) {
5120 return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');

Callers

nothing calls this directly

Calls 1

listWeekdaysImplFunction · 0.85

Tested by

no test coverage detected