MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / wrapped

Function wrapped

packages/core/test/lib/utils/object.test.ts:486–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484
485 it('throws if misused', () => {
486 const wrapped = () => {};
487 const original = () => {};
488 const obj = {
489 get m() {

Calls

no outgoing calls

Tested by

no test coverage detected