Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.85
Calls
3
addSourceToJsx
Function · 0.90
enhanceConsoleLog
Function · 0.90
generateConsolePipeCode
Function · 0.90
Tested by
no test coverage detected