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

Function getWeeksInWeekYear

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

Source from the content-addressed store, hash-verified

4641 }
4642
4643 function getWeeksInWeekYear() {
4644 var weekInfo = this.localeData()._week;
4645 return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);
4646 }
4647
4648 function getSetWeekYearHelper(input, week, weekday, dow, doy) {
4649 var weeksTarget;

Callers

nothing calls this directly

Calls 1

weeksInYearFunction · 0.85

Tested by

no test coverage detected