MCPcopy
hub / github.com/feiyu563/PrometheusAlert / getWeeksInYear

Function getWeeksInYear

static/plugins/chart.js/Chart.bundle.js:18399–18402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18397 }
18398
18399 function getWeeksInYear () {
18400 var weekInfo = this.localeData()._week;
18401 return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);
18402 }
18403
18404 function getSetWeekYearHelper(input, week, weekday, dow, doy) {
18405 var weeksTarget;

Callers

nothing calls this directly

Calls 1

weeksInYearFunction · 0.85

Tested by

no test coverage detected