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

Function listWeekdaysMin

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

Source from the content-addressed store, hash-verified

5117 }
5118
5119 function listWeekdaysMin(localeSorted, format, index) {
5120 return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');
5121 }
5122
5123 getSetGlobalLocale('en', {
5124 eras: [

Callers

nothing calls this directly

Calls 1

listWeekdaysImplFunction · 0.85

Tested by

no test coverage detected