1 2 3 4 5 6 7 8
#![cfg_attr(coverage_nightly, coverage(off))] // Storage implementation - split for file health (CB-040) include!("storage_impl.rs"); #[cfg(test)] #[path = "storage_tests.rs"] mod tests;