bumping test coverage

more to go, more cleaning inbound also

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-10-25 08:09:33 -04:00
parent b82b46eb02
commit a87d9236d8
11 changed files with 240 additions and 60 deletions

View File

@@ -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()