Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ lru.test.ts
File
lru.test.ts
packages/core/test/lib/utils/lru.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'vitest'
;
2
import
{ LRUMap } from
'../../../src/utils/lru'
;
3
4
describe(
'LRUMap'
, () => {
Callers
nothing calls this directly
Calls
5
test
Function · 0.90
set
Method · 0.65
keys
Method · 0.65
get
Method · 0.65
remove
Method · 0.65
Tested by
no test coverage detected