Home / Function/ getDepsCacheDir() — vite Function Reference

getDepsCacheDir() — vite Function Reference

Architecture documentation for the getDepsCacheDir() function in index.ts from the vite codebase.

Entity Profile

Dependency Diagram

graph TD
  178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07["getDepsCacheDir()"]
  2f328851_91ee_fb05_63f0_4f466b9d6250["index.ts"]
  178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07 -->|defined in| 2f328851_91ee_fb05_63f0_4f466b9d6250
  8f966b1b_ebbe_17e4_e14f_b8888709480c["loadCachedDepOptimizationMetadata()"]
  8f966b1b_ebbe_17e4_e14f_b8888709480c -->|calls| 178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07
  b53437fa_d2e4_a560_0d14_dfc84f740176["runOptimizeDeps()"]
  b53437fa_d2e4_a560_0d14_dfc84f740176 -->|calls| 178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07
  464801d1_961b_0f9e_c4bf_fae5244fc377["getOptimizedDepPath()"]
  464801d1_961b_0f9e_c4bf_fae5244fc377 -->|calls| 178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07
  5bdad750_70b8_ac01_1434_41e23a885c2f["getDepsCacheDirPrefix()"]
  178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07 -->|calls| 5bdad750_70b8_ac01_1434_41e23a885c2f
  1cf6e005_0646_327e_2e47_e32515fe0f05["getDepsCacheSuffix()"]
  178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07 -->|calls| 1cf6e005_0646_327e_2e47_e32515fe0f05
  style 178d0f68_5aa9_9f89_6fb4_a6b2acfb2c07 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/vite/src/node/optimizer/index.ts lines 938–940

export function getDepsCacheDir(environment: Environment): string {
  return getDepsCacheDirPrefix(environment) + getDepsCacheSuffix(environment)
}

Subdomains

Frequently Asked Questions

What does getDepsCacheDir() do?
getDepsCacheDir() is a function in the vite codebase, defined in packages/vite/src/node/optimizer/index.ts.
Where is getDepsCacheDir() defined?
getDepsCacheDir() is defined in packages/vite/src/node/optimizer/index.ts at line 938.
What does getDepsCacheDir() call?
getDepsCacheDir() calls 2 function(s): getDepsCacheDirPrefix, getDepsCacheSuffix.
What calls getDepsCacheDir()?
getDepsCacheDir() is called by 3 function(s): getOptimizedDepPath, loadCachedDepOptimizationMetadata, runOptimizeDeps.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free