Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kptdev/kpt
/ Diff
Method
Diff
internal/util/diff/diff.go:246–246 ·
view source on GitHub ↗
(pkgs ...string)
Source
from the content-addressed store, hash-verified
244
// PkgDiffer knows how to compare given packages.
245
type
PkgDiffer
interface
{
246
Diff(pkgs ...string) error
247
}
248
249
type
defaultPkgDiffer
struct
{
Callers
4
Run
Method · 0.65
errorIfChanged
Function · 0.65
TestSetV2AutoSetter
Function · 0.65
TestEnvironmentSetters
Function · 0.65
Implementers
1
defaultPkgDiffer
internal/util/diff/diff.go
Calls
no outgoing calls
Tested by
2
TestSetV2AutoSetter
Function · 0.52
TestEnvironmentSetters
Function · 0.52