MCPcopy
hub / github.com/vitejs/vite / handler

Function handler

packages/vite/src/node/plugins/wasm.ts:84–86  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

82 resolveId: {
83 filter: { id: exactRegex(wasmHelperId) },
84 handler(id) {
85 return id
86 },
87 },
88
89 load: {

Callers

nothing calls this directly

Calls 7

fileToUrlFunction · 0.90
cleanUrlFunction · 0.90
parseWasmFunction · 0.85
generateGlueCodeFunction · 0.85
getFileNameMethod · 0.80
addMethod · 0.80

Tested by

no test coverage detected