MCPcopy Create free account
hub / github.com/continuedev/continue / LruCache.test.ts

File LruCache.test.ts

core/util/LruCache.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PrecalculatedLruCache } from "./LruCache";
2
3describe("PrecalculatedLruCache", () => {
4 const N = 2;

Callers

nothing calls this directly

Calls 2

initKeyMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected