Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ setImgSrc
Function
setImgSrc
playground/hmr-ssr/hmr.ts:109–111 ·
view source on GitHub ↗
(el, src)
Source
from the content-addressed store, hash-verified
107
}
108
109
function
setImgSrc(el, src) {
110
hmr(el, src)
111
}
112
113
function
removeCb({ msg }) {
114
text(
'.toRemove'
, msg)
Callers
1
hmr.ts
File · 0.70
Calls
1
hmr
Function · 0.70
Tested by
no test coverage detected