MCPcopy
hub / github.com/feiyu563/PrometheusAlert / isLeapYear

Function isLeapYear

static/plugins/chart.js/Chart.bundle.js:15483–15485  ·  view source on GitHub ↗
(year)

Source from the content-addressed store, hash-verified

15481 }
15482
15483 function isLeapYear(year) {
15484 return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;
15485 }
15486
15487 // HOOKS
15488

Callers 4

daysInYearFunction · 0.85
getIsLeapYearFunction · 0.85
set$1Function · 0.85
daysInMonthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected