MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getDateKey

Method getDateKey

src/utils/RequestDeduplicator.ts:243–245  ·  view source on GitHub ↗

* Get cache key for a date

(date: Date)

Source from the content-addressed store, hash-verified

241 * Get cache key for a date
242 */
243 private getDateKey(date: Date): string {
244 return date.toISOString().split("T")[0];
245 }
246
247 /**
248 * Clean up old access records

Callers 2

recordAccessMethod · 0.95
prefetchAdjacentDatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected