Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/trekhleb/javascript-algorithms
/ LRUCache.test.js
File
LRUCache.test.js
src/data-structures/lru-cache/__test__/LRUCache.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
LRUCache from
'../LRUCache'
;
2
3
describe(
'LRUCache'
, () => {
4
it(
'should set and get values to and from the cache'
, () => {
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected