Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/JavaScript
/ LFUCache.test.js
File
LFUCache.test.js
Cache/test/LFUCache.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
LFUCache from
'../LFUCache'
2
import
{ fibonacciCache } from
'./cacheTest'
3
4
describe(
'Testing LFUCache class'
, () => {
Callers
nothing calls this directly
Calls
6
fibonacciCache
Function · 0.90
set
Method · 0.45
get
Method · 0.45
toString
Method · 0.45
parse
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected