Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
text(
'#asset-path'
, viteSvgPath)
77
78
function
text(el, text) {
79
document.querySelector(el).textContent = text
80
}
81
82
const
worker =
new
MyWorker()
83
worker.postMessage(
'ping'
)
Callers
1
main.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected