(filepathOrDirectory string)
| 70 | |
| 71 | type ManifestLocator interface { |
| 72 | Path(filepathOrDirectory string) (string, bool, error) |
| 73 | } |
| 74 | |
| 75 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . DiffDisplayer |
no outgoing calls
no test coverage detected