Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ deref
Method
deref
packages/core/src/utils/weakRef.ts:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
*/
8
interface
WeakRefLike<T extends object> {
9
deref(): T | undefined;
10
}
11
12
/**
Callers
2
weakRef.test.ts
File · 0.65
derefWeakRef
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected