Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Cache/PathCanon/
CacheStats.rs

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