MCPcopy Index your code
hub / github.com/Autodesk/AutomaticComponentToolkit / ComponentDiffableElement

Interface ComponentDiffableElement

Source/componentdiff.go:89–91  ·  view source on GitHub ↗

ComponentDiffableElement is an interface for any element in a componentdefinition that can be diffed

Source from the content-addressed store, hash-verified

87
88// ComponentDiffableElement is an interface for any element in a componentdefinition that can be diffed
89type ComponentDiffableElement interface {
90
91}
92
93func diffParam(path string, paramA ComponentDefinitionParam, paramB ComponentDefinitionParam) ([]ComponentDiffAttributeChange, error) {
94 changes := make([]ComponentDiffAttributeChange, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected