| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { assert, assertEquals, assertThrows } from "@std/assert"; |
| 3 | import { LruCache, type LruCacheEjectionReason } from "./lru_cache.ts"; |
| 4 |
nothing calls this directly
no test coverage detected