(&mut self)
| 210 | /// Returns a mutable reference to the line operations. |
| 211 | #[inline] |
| 212 | pub fn line_ops_mut(&mut self) -> &mut Vec<LineOps> { |
| 213 | &mut self.line_ops |
| 214 | } |
| 215 | |
| 216 | /// Adds a line operation. |
| 217 | pub fn add_line_op(&mut self, op: LineOps) { |
no outgoing calls
no test coverage detected