MCPcopy Index your code
hub / github.com/TanStack/devtools / handler

Function handler

packages/devtools-vite/src/plugin.ts:140–142  ·  view source on GitHub ↗
(code, id)

Source from the content-addressed store, hash-verified

138 },
139 },
140 handler(code, id) {
141 return addSourceToJsx(code, id, args?.injectSource?.ignore)
142 },
143 },
144 },
145 {

Callers 1

index.test.tsFile · 0.85

Calls 3

addSourceToJsxFunction · 0.90
enhanceConsoleLogFunction · 0.90
generateConsolePipeCodeFunction · 0.90

Tested by

no test coverage detected