MCPcopy 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.tsFile · 0.70
timestampInSecondsFunction · 0.50
invokeFuncFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected