Updater updates a package to a new upstream version. If the package at pkgPath differs from the upstream ref it was fetch from, then Update will fail without making any changes.
| 32 | // If the package at pkgPath differs from the upstream ref it was fetch from, then Update will |
| 33 | // fail without making any changes. |
| 34 | type FastForwardUpdater struct{} |
| 35 | |
| 36 | var kptfileSet = func() sets.String { |
| 37 | s := sets.String{} |
nothing calls this directly
no outgoing calls
no test coverage detected