MCPcopy Create free account
hub / github.com/denoland/std / lru_cache_test.ts

File lru_cache_test.ts

cache/lru_cache_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { assert, assertEquals, assertThrows } from "@std/assert";
3import { LruCache, type LruCacheEjectionReason } from "./lru_cache.ts";
4

Callers

nothing calls this directly

Calls 14

assertEqualsFunction · 0.90
assertFunction · 0.90
assertThrowsFunction · 0.90
keysMethod · 0.80
valuesMethod · 0.80
setMethod · 0.65
hasMethod · 0.65
getMethod · 0.65
deleteMethod · 0.65
clearMethod · 0.65
stepMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected