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

Function weeks

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

Source from the content-addressed store, hash-verified

5377 years = makeGetter('years');
5378
5379 function weeks() {
5380 return absFloor(this.days() / 7);
5381 }
5382
5383 var round = Math.round,
5384 thresholds = {

Callers

nothing calls this directly

Calls 1

absFloorFunction · 0.85

Tested by

no test coverage detected