MCPcopy 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

1import LRUCache from '../LRUCache';
2
3describe('LRUCache', () => {
4 it('should set and get values to and from the cache', () => {

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected