MCPcopy
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

2import './dep2'
3
4export function log(name) {
5 document.getElementById('output').innerHTML += name + ' '
6}
7
8log('common')

Callers 15

unique.jsFile · 0.90
dep1.jsFile · 0.90
dep3.jsFile · 0.90
dep2.jsFile · 0.90
shared.jsFile · 0.90
createDebuggerFunction · 0.85
stopProfilerFunction · 0.85
normalizeUserOnWarnFunction · 0.85
debugMethod · 0.85
infoMethod · 0.85
warnMethod · 0.85
optimizeDepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected