MCPcopy
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
109function setImgSrc(el, src) {
110 hmr(el, src)
111}
112
113function removeCb({ msg }) {
114 text('.toRemove', msg)

Callers 1

hmr.tsFile · 0.70

Calls 1

hmrFunction · 0.70

Tested by

no test coverage detected