MCPcopy
hub / github.com/codeaashu/claude-code / isDateBefore

Function isDateBefore

src/utils/statsCache.ts:432–434  ·  view source on GitHub ↗
(date1: string, date2: string)

Source from the content-addressed store, hash-verified

430 * Both should be in YYYY-MM-DD format.
431 */
432export function isDateBefore(date1: string, date2: string): boolean {
433 return date1 < date2
434}
435

Callers 2

processSessionFilesFunction · 0.85
aggregateClaudeCodeStatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected