Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
daysInYear
Function · 0.85
getIsLeapYear
Function · 0.85
set$1
Function · 0.85
daysInMonth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected