MCPcopy
hub / github.com/nuxt/nuxt / fetchModule

Method fetchModule

packages/vite/src/plugins/vite-node.ts:64–64  ·  view source on GitHub ↗

Fetches a module.

(moduleId: string)

Source from the content-addressed store, hash-verified

62 resolveId(id: string, importer?: string): Promise<ResolveIdResponse | null>
63 /** Fetches a module. */
64 fetchModule(moduleId: string): Promise<FetchResult>
65 /** Ensures the IPC socket is connected. */
66 ensureConnected(): Promise<Socket>
67}

Callers 2

fetchModuleFunction · 0.80
processMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected