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

Function text

playground/legacy/main.js:78–80  ·  view source on GitHub ↗
(el, text)

Source from the content-addressed store, hash-verified

76text('#asset-path', viteSvgPath)
77
78function text(el, text) {
79 document.querySelector(el).textContent = text
80}
81
82const worker = new MyWorker()
83worker.postMessage('ping')

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected