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

Method Normalize

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

Source from the content-addressed store, hash-verified

186 return (*string)(&union.SourceType)
187}
188func (union *ProjectSource) Normalize() error {
189 return normalizeUnion(union, projectSourceVisitorType)
190}
191func (union *ProjectSource) Simplify() {
192 simplifyUnion(union, projectSourceVisitorType)
193}

Calls 1

normalizeUnionFunction · 0.70