Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Cache/PathCanon/
CacheStats.rs

1//! Diagnostic snapshot of the canonical-path cache.
2
3#[derive(Debug, Clone, Copy)]
4pub struct Struct {
5	pub Entries:usize,
6
7	pub WeightedSize:usize,
8}