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

Function text

playground/hmr/hmr.ts:156–158  ·  view source on GitHub ↗
(el, text)

Source from the content-addressed store, hash-verified

154}
155
156function text(el, text) {
157 document.querySelector(el).textContent = text
158}
159
160function setImgSrc(el, src) {
161 ;(document.querySelector(el) as HTMLImageElement).src = src

Callers 3

hmr.tsFile · 0.70
handleDepFunction · 0.70
removeCbFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected