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

Method Normalize

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

Source from the content-addressed store, hash-verified

99 return (*string)(&union.CommandType)
100}
101func (union *Command) Normalize() error {
102 return normalizeUnion(union, commandVisitorType)
103}
104func (union *Command) Simplify() {
105 simplifyUnion(union, commandVisitorType)
106}

Callers

nothing calls this directly

Calls 1

normalizeUnionFunction · 0.70

Tested by

no test coverage detected