getAll() — vite Function Reference
Architecture documentation for the getAll() function in fullBundleEnvironment.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD 66f69099_a55f_0956_bd23_5711ae0c0f21["getAll()"] caa9598d_104d_5348_d8f9_91ed5a308516["Clients"] 66f69099_a55f_0956_bd23_5711ae0c0f21 -->|defined in| caa9598d_104d_5348_d8f9_91ed5a308516 848ddbbd_3d45_b055_e84a_874b4ca3fd45["listen()"] 848ddbbd_3d45_b055_e84a_874b4ca3fd45 -->|calls| 66f69099_a55f_0956_bd23_5711ae0c0f21 style 66f69099_a55f_0956_bd23_5711ae0c0f21 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/server/environments/fullBundleEnvironment.ts lines 388–390
getAll(): NormalizedHotChannelClient[] {
return Array.from(this.idToClient.values())
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getAll() do?
getAll() is a function in the vite codebase, defined in packages/vite/src/node/server/environments/fullBundleEnvironment.ts.
Where is getAll() defined?
getAll() is defined in packages/vite/src/node/server/environments/fullBundleEnvironment.ts at line 388.
What calls getAll()?
getAll() is called by 1 function(s): listen.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free