MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / isMinuteIntervalEnabledByRange

Function isMinuteIntervalEnabledByRange

packages/constants/index.ts:281–285  ·  view source on GitHub ↗
(
  range: keyof typeof timeWindows
)

Source from the content-addressed store, hash-verified

279} as const;
280
281export function isMinuteIntervalEnabledByRange(
282 range: keyof typeof timeWindows
283) {
284 return range === '30min' || range === 'lastHour';
285}
286
287export function isHourIntervalEnabledByRange(range: keyof typeof timeWindows) {
288 return (

Callers 3

ReportIntervalFunction · 0.90
reportSlice.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected