MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / get$1

Function get$1

tests/test_code/js/moment/moment.js:5033–5037  ·  view source on GitHub ↗
(format, index, field, setter)

Source from the content-addressed store, hash-verified

5031 proto$1.meridiem = localeMeridiem;
5032
5033 function get$1(format, index, field, setter) {
5034 var locale = getLocale(),
5035 utc = createUTC().set(setter, index);
5036 return locale[field](utc, format);
5037 }
5038
5039 function listMonthsImpl(format, index, field) {
5040 if (isNumber(format)) {

Callers 2

listMonthsImplFunction · 0.85
listWeekdaysImplFunction · 0.85

Calls 2

getLocaleFunction · 0.85
createUTCFunction · 0.85

Tested by

no test coverage detected