ApplyLocation represents the possible application locations for applying diffs.
| 1011 | // ApplyLocation represents the possible application locations for applying |
| 1012 | // diffs. |
| 1013 | type ApplyLocation int |
| 1014 | |
| 1015 | const ( |
| 1016 | // ApplyLocationWorkdir applies the patch to the workdir, leaving the |
nothing calls this directly
no outgoing calls
no test coverage detected