MCPcopy
hub / github.com/kptdev/kpt / String

Method String

internal/util/diff/diff.go:69–71  ·  view source on GitHub ↗

String implements Stringer.

()

Source from the content-addressed store, hash-verified

67
68// String implements Stringer.
69func (dt DiffType) String() string {
70 return string(dt)
71}
72
73var SupportedDiffTypes = []DiffType{DiffTypeLocal, DiffTypeRemote, DiffTypeCombined, DiffType3Way}
74

Callers 15

TestCmdExportFunction · 0.45
renderTemplateFunction · 0.45
TestFixSettersV1Function · 0.45
preRunEMethod · 0.45
CompareFunction · 0.45
buildKptfileFunction · 0.45
runEMethod · 0.45
TestSearchCommandFunction · 0.45
TestSearchSubPackagesFunction · 0.45
TestDesc_ExecuteFunction · 0.45
TestCmd_defaultPkgFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestCmdExportFunction · 0.36
TestFixSettersV1Function · 0.36
TestSearchCommandFunction · 0.36
TestSearchSubPackagesFunction · 0.36
TestDesc_ExecuteFunction · 0.36
TestCmd_defaultPkgFunction · 0.36
TestMan_ExecuteFunction · 0.36
filterDiffMetadataFunction · 0.36