MCPcopy
hub / github.com/vitejs/vite / text

Function text

playground/hmr-ssr/hmr.ts:105–107  ·  view source on GitHub ↗
(el, text)

Source from the content-addressed store, hash-verified

103}
104
105function text(el, text) {
106 hmr(el, text)
107}
108
109function setImgSrc(el, src) {
110 hmr(el, src)

Callers 3

hmr.tsFile · 0.70
handleDepFunction · 0.70
removeCbFunction · 0.70

Calls 1

hmrFunction · 0.70

Tested by

no test coverage detected