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

Function getISOWeeksInYear

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

Source from the content-addressed store, hash-verified

4628 }
4629
4630 function getISOWeeksInYear() {
4631 return weeksInYear(this.year(), 1, 4);
4632 }
4633
4634 function getISOWeeksInISOWeekYear() {
4635 return weeksInYear(this.isoWeekYear(), 1, 4);

Callers

nothing calls this directly

Calls 1

weeksInYearFunction · 0.85

Tested by

no test coverage detected