Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ text
Function
text
playground/hmr/hmr.ts:156–158 ·
view source on GitHub ↗
(el, text)
Source
from the content-addressed store, hash-verified
154
}
155
156
function
text(el, text) {
157
document.querySelector(el).textContent = text
158
}
159
160
function
setImgSrc(el, src) {
161
;(document.querySelector(el) as HTMLImageElement).src = src
Callers
3
hmr.ts
File · 0.70
handleDep
Function · 0.70
removeCb
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected