MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / formatResetTimeLong

Function formatResetTimeLong

cli/src/utils/time-format.ts:18–21  ·  view source on GitHub ↗
(resetDate: Date | string | null)

Source from the content-addressed store, hash-verified

16 * @returns Human-readable string like "4d 7h" or "2h 30m"
17 */
18export const formatResetTimeLong = (resetDate: Date | string | null): string => {
19 if (!resetDate) return ''
20 return formatTimeUntil(resetDate, { fallback: 'now' })
21}

Callers 1

SubscriptionUsageSectionFunction · 0.90

Calls 1

formatTimeUntilFunction · 0.90

Tested by

no test coverage detected