Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
432
export
function
isDateBefore(date1: string, date2: string): boolean {
433
return
date1 < date2
434
}
435
Callers
2
processSessionFiles
Function · 0.85
aggregateClaudeCodeStats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected