Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ func
Function
func
packages/core/test/lib/utils/weakRef.test.ts:50–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
const
plainObject = { key:
'value'
};
49
const
array = [1, 2, 3];
50
const
func = () =>
'test'
;
51
const
date =
new
Date();
52
53
expect(derefWeakRef(makeWeakRef(plainObject))).toBe(plainObject);
Callers
3
object.test.ts
File · 0.70
timestampInSeconds
Function · 0.50
invokeFunc
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected