(mut self, count: u32)
| 536 | /// Set the cumulative unique file count across the session. |
| 537 | #[must_use] |
| 538 | pub fn files_in_session(mut self, count: u32) -> Self { |
| 539 | self.files_in_session = count; |
| 540 | self |
| 541 | } |
| 542 | |
| 543 | /// Set the delegation ID for agent authorization. |
| 544 | #[must_use] |
no outgoing calls
no test coverage detected