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

Function getSetWeekYear

tests/test_code/js/moment/moment.js:4608–4617  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

4606 // MOMENTS
4607
4608 function getSetWeekYear(input) {
4609 return getSetWeekYearHelper.call(
4610 this,
4611 input,
4612 this.week(),
4613 this.weekday(),
4614 this.localeData()._week.dow,
4615 this.localeData()._week.doy
4616 );
4617 }
4618
4619 function getSetISOWeekYear(input) {
4620 return getSetWeekYearHelper.call(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected