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

Function listWeekdays

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

Source from the content-addressed store, hash-verified

5109 }
5110
5111 function listWeekdays(localeSorted, format, index) {
5112 return listWeekdaysImpl(localeSorted, format, index, 'weekdays');
5113 }
5114
5115 function listWeekdaysShort(localeSorted, format, index) {
5116 return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');

Callers

nothing calls this directly

Calls 1

listWeekdaysImplFunction · 0.85

Tested by

no test coverage detected