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

Function listMonths

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

Source from the content-addressed store, hash-verified

5101 }
5102
5103 function listMonths(format, index) {
5104 return listMonthsImpl(format, index, 'months');
5105 }
5106
5107 function listMonthsShort(format, index) {
5108 return listMonthsImpl(format, index, 'monthsShort');

Callers

nothing calls this directly

Calls 1

listMonthsImplFunction · 0.85

Tested by

no test coverage detected