MCPcopy
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
160function setImgSrc(el, src) {
161 ;(document.querySelector(el) as HTMLImageElement).src = src
162}
163
164function removeCb({ msg }) {
165 text('.toRemove', msg)

Callers 1

hmr.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected