EditType represents a single operation within an edit-script.
| 21 | |
| 22 | // EditType represents a single operation within an edit-script. |
| 23 | type EditType uint8 |
| 24 | |
| 25 | const ( |
| 26 | // Identity indicates that a symbol pair is identical in both list X and Y. |
nothing calls this directly
no outgoing calls
no test coverage detected