MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / getSetMonth

Function getSetMonth

static/plugins/chart.js/Chart.bundle.js:15762–15770  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

15760 }
15761
15762 function getSetMonth (value) {
15763 if (value != null) {
15764 setMonth(this, value);
15765 hooks.updateOffset(this, true);
15766 return this;
15767 } else {
15768 return get(this, 'Month');
15769 }
15770 }
15771
15772 function getDaysInMonth () {
15773 return daysInMonth(this.year(), this.month());

Callers

nothing calls this directly

Calls 2

setMonthFunction · 0.85
getFunction · 0.70

Tested by

no test coverage detected