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

Function getISOWeeksInISOWeekYear

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

Source from the content-addressed store, hash-verified

4632 }
4633
4634 function getISOWeeksInISOWeekYear() {
4635 return weeksInYear(this.isoWeekYear(), 1, 4);
4636 }
4637
4638 function getWeeksInYear() {
4639 var weekInfo = this.localeData()._week;

Callers

nothing calls this directly

Calls 1

weeksInYearFunction · 0.85

Tested by

no test coverage detected