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

File patchAppUse.test.ts

packages/hono/test/shared/patchAppUse.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 { beforeEach, describe, expect, it, vi } from 'vitest';
4import { patchAppUse, patchHttpMethodHandlers } from '../../src/shared/patchAppUse';

Callers

nothing calls this directly

Calls 7

patchAppUseFunction · 0.90
patchHttpMethodHandlersFunction · 0.90
nextFunction · 0.85
useMethod · 0.65
getMethod · 0.65
onMethod · 0.65
fetchMethod · 0.45

Tested by

no test coverage detected