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

Function localeFirstDayOfWeek

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

Source from the content-addressed store, hash-verified

1417 };
1418
1419 function localeFirstDayOfWeek() {
1420 return this._week.dow;
1421 }
1422
1423 function localeFirstDayOfYear() {
1424 return this._week.doy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected