MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/utils/filesearch/result-cache.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * This cache optimizes subsequent searches by leveraging previously computed results.
11 */
12export class ResultCache {
13 private readonly cache: Map<string, string[]>;
14 private hits = 0;
15 private misses = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected