| 14 | const createUseFetch = (_createUseFetch as unknown as { __nuxt_factory: typeof _createUseFetch }).__nuxt_factory |
| 15 | |
| 16 | interface TestData { |
| 17 | method: string |
| 18 | headers: Record<string, string> |
| 19 | } |
| 20 | |
| 21 | registerEndpoint('/api/test', defineEventHandler(event => ({ |
| 22 | method: event.method, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…