MCPcopy 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

1import { describe, expect, test } from 'vitest';
2import { LRUMap } from '../../../src/utils/lru';
3
4describe('LRUMap', () => {

Callers

nothing calls this directly

Calls 5

testFunction · 0.90
setMethod · 0.65
keysMethod · 0.65
getMethod · 0.65
removeMethod · 0.65

Tested by

no test coverage detected