IsBinary returns true if this patch is representing a binary file.
()
| 30 | type FilePatch interface { |
| 31 | // IsBinary returns true if this patch is representing a binary file. |
| 32 | IsBinary() bool |
| 33 | // Files returns the from and to Files, with all the necessary metadata |
| 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. |
no outgoing calls
no test coverage detected