MCPcopy
hub / github.com/ampproject/amphtml / test-lru-cache.js

File test-lru-cache.js

test/unit/core/data-structures/test-lru-cache.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {LruCache} from '#core/data-structures/lru-cache';
2
3describes.sandboxed('data structures - LruCache', {}, () => {
4 let cache;

Callers

nothing calls this directly

Calls 5

beforeEachFunction · 0.85
expectFunction · 0.85
putMethod · 0.80
itFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected