mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
bumping test coverage
more to go, more cleaning inbound also Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -556,7 +556,7 @@ func (index *SpecIndex) ExtractComponentsFromRefs(refs []*Reference) []*Referenc
|
||||
c := make(chan bool)
|
||||
|
||||
locate := func(ref *Reference, refIndex int, sequence []*ReferenceMapped) {
|
||||
located := index.FindComponent(ref.FullDefinition, ref.Node)
|
||||
located := index.FindComponent(ref.FullDefinition)
|
||||
if located != nil {
|
||||
|
||||
index.refLock.Lock()
|
||||
|
||||
Reference in New Issue
Block a user