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

Function handler

packages/aws-serverless/test/sdk.test.ts:105–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 expect.assertions(1);
104
105 const handler = () => {};
106 const wrappedHandler = wrapHandler(handler, { flushTimeout: 1337 });
107
108 await wrappedHandler(fakeEvent, fakeContext, fakeCallback);

Callers 2

middleware.test.tsFile · 0.50
processStreamingResultFunction · 0.50

Calls 3

setTimeoutFunction · 0.85
resolveMethod · 0.65
callbackFunction · 0.50

Tested by

no test coverage detected