Check if the envelope is empty.
(&self)
| 80 | |
| 81 | /// Check if the envelope is empty. |
| 82 | pub fn is_empty(&self) -> bool { |
| 83 | self.batches.is_empty() |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | /// Result of applying adaptive fan-out limits to a scatter envelope. |
no outgoing calls
no test coverage detected