Add an operation to the result.
(&mut self, op: WordDiffOp)
| 438 | |
| 439 | /// Add an operation to the result. |
| 440 | fn push(&mut self, op: WordDiffOp) { |
| 441 | self.ops.push(op); |
| 442 | } |
| 443 | } |
| 444 | |
| 445 | /// Configuration for word-level diffing. |
no outgoing calls
no test coverage detected