(&self)
| 55 | } |
| 56 | |
| 57 | pub fn retention_window(&self) -> std::time::Duration { |
| 58 | std::time::Duration::from_secs( |
| 59 | u64::from(self.deactivated_collection_retention_days) * 24 * 60 * 60, |
| 60 | ) |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | fn default_deactivated_collection_retention_days() -> u32 { |
no outgoing calls
no test coverage detected