more coverage bumps to rolodex

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-10-31 14:10:48 -04:00
parent 0b08a63e63
commit b37b9a2fb9
3 changed files with 138 additions and 118 deletions

View File

@@ -44,7 +44,6 @@ func (index *SpecIndex) FindComponent(componentId string) *Reference {
// root search
return index.FindComponentInRoot(componentId)
}
return nil
}
func FindComponent(root *yaml.Node, componentId, absoluteFilePath string, index *SpecIndex) *Reference {