MCPcopy
hub / github.com/nuxt/nuxt / TestData

Interface TestData

test/nuxt/use-fetch.test.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const createUseFetch = (_createUseFetch as unknown as { __nuxt_factory: typeof _createUseFetch }).__nuxt_factory
15
16interface TestData {
17 method: string
18 headers: Record<string, string>
19}
20
21registerEndpoint('/api/test', defineEventHandler(event => ({
22 method: event.method,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…