Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/JavaScript
/ LRUCache.test.js
File
LRUCache.test.js
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
import
{ fibonacciCache } from
'./cacheTest'
3
4
describe(
'Testing LRUCache'
, () => {
Callers
nothing calls this directly
Calls
5
fibonacciCache
Function · 0.90
set
Method · 0.45
get
Method · 0.45
toString
Method · 0.45
parse
Method · 0.45
Tested by
no test coverage detected