MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / earlyPatchRoute.test.ts

File earlyPatchRoute.test.ts

packages/hono/test/shared/earlyPatchRoute.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as SentryCore from '@sentry/core';
2import { Hono } from 'hono';
3import { afterAll, beforeEach, describe, expect, it, vi } from 'vitest';
4import { applyPatches, earlyPatchHono } from '../../src/shared/applyPatches';

Callers

nothing calls this directly

Calls 9

earlyPatchHonoFunction · 0.90
applyPatchesFunction · 0.90
requestMethod · 0.80
getMethod · 0.65
textMethod · 0.65
routeMethod · 0.65
callbackFunction · 0.50
fetchMethod · 0.45

Tested by

no test coverage detected