MCPcopy Index your code
hub / github.com/trekhleb/javascript-algorithms / LRUCacheOnMap.test.js

File LRUCacheOnMap.test.js

src/data-structures/lru-cache/__test__/LRUCacheOnMap.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import LRUCache from '../LRUCacheOnMap';
2
3describe('LRUCacheOnMap', () => {
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