MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / dateToFilename

Function dateToFilename

restored-src/src/utils/log.ts:60–62  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

58}
59
60export function dateToFilename(date: Date): string {
61 return date.toISOString().replace(/[:.]/g, '-')
62}
63
64// In-memory error log for recent errors
65// Moved from bootstrap/state.ts to break import cycle

Callers 2

errorLogSink.tsFile · 0.85
loadLogListFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected