Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ run
Function
run
playground/legacy/main.js:5–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
MyWorker from
'./worker?worker'
4
5
async
function
run() {
6
await
import
(
'./custom0.js'
)
7
await
import
(
'./custom1.js'
)
8
await
import
(
'./custom2.js'
)
9
const
{ fn } =
await
import
(
'./async.js'
)
10
fn()
11
}
12
13
run()
14
Callers
1
main.js
File · 0.70
Calls
1
fn
Function · 0.70
Tested by
no test coverage detected