(&self)
| 312 | /// Returns the maximum number of operations, if set. |
| 313 | #[inline] |
| 314 | pub fn max_operations(&self) -> Option<usize> { |
| 315 | self.max_operations |
| 316 | } |
| 317 | |
| 318 | /// Returns whether content range validation is enabled. |
| 319 | #[inline] |
no outgoing calls