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

Function getWeeksInYear

tests/test_code/js/moment/moment.js:4638–4641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4636 }
4637
4638 function getWeeksInYear() {
4639 var weekInfo = this.localeData()._week;
4640 return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);
4641 }
4642
4643 function getWeeksInWeekYear() {
4644 var weekInfo = this.localeData()._week;

Callers

nothing calls this directly

Calls 1

weeksInYearFunction · 0.85

Tested by

no test coverage detected