Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ fn
Function
fn
playground/legacy/async.js:1–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
function
fn() {
2
const
m =
new
Map()
3
m.set(
'foo'
,
'Hello'
)
4
document.querySelector(
'#app'
).textContent = m.get(
'foo'
)
5
}
Callers
15
run
Function · 0.70
main.js
File · 0.70
prunePaths
Method · 0.50
queueUpdate
Method · 0.50
fetchUpdate
Method · 0.50
ignoreDeprecationWarnings
Function · 0.50
evalValue
Function · 0.50
preview
Function · 0.50
server-runtime.spec.ts
File · 0.50
buildStart
Function · 0.50
resolveId
Function · 0.50
load
Function · 0.50
Calls
2
set
Method · 0.45
get
Method · 0.45
Tested by
6
buildStart
Function · 0.40
resolveId
Function · 0.40
load
Function · 0.40
transform
Function · 0.40
withBuild
Function · 0.40
withServe
Function · 0.40