MCPcopy
hub / github.com/prisma/prisma / isWithinTimeframe

Function isWithinTimeframe

packages/cli/src/utils/nps/survey.ts:212–214  ·  view source on GitHub ↗
(date: Date, timeframe: Timeframe)

Source from the content-addressed store, hash-verified

210}
211
212function isWithinTimeframe(date: Date, timeframe: Timeframe): boolean {
213 return new Date(timeframe.start) <= date && new Date(timeframe.end) >= date
214}

Callers 1

handleNpsSurveyImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected