Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ get
Method
get
packages/vite/src/node/server/bundledDev.ts:504–506 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
502
}
503
504
get(id: string): NormalizedHotChannelClient | undefined {
505
return
this.idToClient.get(id)
506
}
507
508
getAll(): NormalizedHotChannelClient[] {
509
return
Array.from(this.idToClient.values())
Callers
15
ssrTransformScript
Function · 0.45
onIdentifier
Function · 0.45
setScope
Function · 0.45
isInScope
Function · 0.45
createWorkerTransport
Function · 0.45
get
Method · 0.45
listen
Method · 0.45
invalidateModule
Method · 0.45
setupIfNeeded
Method · 0.45
delete
Method · 0.45
invalidateModule
Method · 0.45
transformRequest
Function · 0.45
Calls
no outgoing calls
Tested by
1
createWorkerTransport
Function · 0.36