Files returns the from and to Files, with all the necessary metadata about them. If the patch creates a new file, "from" will be nil. If the patch deletes a file, "to" will be nil.
()
| 34 | // about them. If the patch creates a new file, "from" will be nil. |
| 35 | // If the patch deletes a file, "to" will be nil. |
| 36 | Files() (from, to File) |
| 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 |
no outgoing calls