Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ log
Function
log
playground/html/inline/common.js:4–6 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
2
import
'./dep2'
3
4
export
function
log(name) {
5
document.getElementById(
'output'
).innerHTML += name +
' '
6
}
7
8
log(
'common'
)
Callers
15
unique.js
File · 0.90
dep1.js
File · 0.90
dep3.js
File · 0.90
dep2.js
File · 0.90
shared.js
File · 0.90
createDebugger
Function · 0.85
stopProfiler
Function · 0.85
normalizeUserOnWarn
Function · 0.85
debug
Method · 0.85
info
Method · 0.85
warn
Method · 0.85
optimizeDeps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected