MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / apply

Function apply

packages/cloudflare/src/durableobject.ts:77–81  ·  view source on GitHub ↗
(target, thisArg, args)

Source from the content-addressed store, hash-verified

75 original =>
76 new Proxy(original, {
77 apply(target, thisArg, args) {
78 return wrapRequestHandler({ options, request: args[0], context }, () => {
79 return Reflect.apply(target, thisArg, args);
80 });
81 },
82 }),
83 );
84 }

Callers

nothing calls this directly

Calls 2

wrapRequestHandlerFunction · 0.90
applyMethod · 0.45

Tested by

no test coverage detected