Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ weakRef.test.ts
File
weakRef.test.ts
packages/core/test/lib/utils/weakRef.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
;
2
import
{ derefWeakRef, makeWeakRef,
type
MaybeWeakRef } from
'../../../src/utils/weakRef'
;
3
4
describe(
'Unit | util | weakRef'
, () => {
Callers
nothing calls this directly
Calls
4
makeWeakRef
Function · 0.90
derefWeakRef
Function · 0.90
getValue
Method · 0.80
deref
Method · 0.65
Tested by
no test coverage detected