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

Function listMonthsShort

tests/test_code/js/moment/moment.js:5107–5109  ·  view source on GitHub ↗
(format, index)

Source from the content-addressed store, hash-verified

5105 }
5106
5107 function listMonthsShort(format, index) {
5108 return listMonthsImpl(format, index, 'monthsShort');
5109 }
5110
5111 function listWeekdays(localeSorted, format, index) {
5112 return listWeekdaysImpl(localeSorted, format, index, 'weekdays');

Callers

nothing calls this directly

Calls 1

listMonthsImplFunction · 0.85

Tested by

no test coverage detected