MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / get$1

Function get$1

static/plugins/chart.js/Chart.bundle.js:18754–18758  ·  view source on GitHub ↗
(format, index, field, setter)

Source from the content-addressed store, hash-verified

18752 proto$1.meridiem = localeMeridiem;
18753
18754 function get$1 (format, index, field, setter) {
18755 var locale = getLocale();
18756 var utc = createUTC().set(setter, index);
18757 return locale[field](utc, format);
18758 }
18759
18760 function listMonthsImpl (format, index, field) {
18761 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