Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{LruCache} from
'#core/data-structures/lru-cache'
;
2
3
describes.sandboxed(
'data structures - LruCache'
, {}, () => {
4
let
cache;
Callers
nothing calls this directly
Calls
5
beforeEach
Function · 0.85
expect
Function · 0.85
put
Method · 0.80
it
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected