mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
Working through test cases
There are still gaps to be found based on various combinations of crazy references. Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -44,6 +44,7 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user