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