Chunks returns a slice of ordered changes to transform "from" File into "to" File. If the file is a binary one, Chunks will be empty.
()
| 37 | // Chunks returns a slice of ordered changes to transform "from" File into |
| 38 | // "to" File. If the file is a binary one, Chunks will be empty. |
| 39 | Chunks() []Chunk |
| 40 | } |
| 41 | |
| 42 | // File contains all the file metadata necessary to print some patch formats. |
no outgoing calls