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

Method Normalize

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

Source from the content-addressed store, hash-verified

51 return (*string)(&union.ComponentType)
52}
53func (union *Component) Normalize() error {
54 return normalizeUnion(union, componentVisitorType)
55}
56func (union *Component) Simplify() {
57 simplifyUnion(union, componentVisitorType)
58}

Callers

nothing calls this directly

Calls 1

normalizeUnionFunction · 0.70

Tested by

no test coverage detected