push
github
1390 of 2595 branches covered (53.56%)
73 of 487 new or added lines in 61 files covered. (14.99%)
2 existing lines in 2 files now uncovered.14682 of 72562 relevant lines covered (20.23%)
1.92 hits per line
NEW
|
import { LRUCache } from 'lru-cache'; |
|
NEW
|
|
× |
NEW
|
// key is tableId-recordId, value is record name
|
× |
NEW
|
export const StorageLinkSelected = new LRUCache<string, string>({ |
× |
NEW
|
max: 30, |
× |
NEW
|
}); |
× |