MCPcopy Create free account
hub / github.com/devfile/api / Simplify

Method Simplify

pkg/apis/workspaces/v1alpha1/union_definitions.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 return normalizeUnion(union, componentVisitorType)
55}
56func (union *Component) Simplify() {
57 simplifyUnion(union, componentVisitorType)
58}
59
60// +k8s:deepcopy-gen=false
61type PluginComponentsOverrideVisitor struct {

Callers

nothing calls this directly

Calls 1

simplifyUnionFunction · 0.70

Tested by

no test coverage detected