MCPcopy
hub / github.com/callumalpass/tasknotes / getCacheStats

Method getCacheStats

src/services/FilterService.ts:310–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 }
309
310 getCacheStats(): { entryCount: number; cacheKeys: string[]; timeoutMs: number } {
311 return this.queryPlanner.getCacheStats();
312 }
313
314 /**
315 * Convert task paths to TaskInfo objects

Calls

no outgoing calls

Tested by

no test coverage detected