MCPcopy 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 */
8interface WeakRefLike<T extends object> {
9 deref(): T | undefined;
10}
11
12/**

Callers 2

weakRef.test.tsFile · 0.65
derefWeakRefFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected