Home
last modified time | relevance | path

Searched refs:deduceCoord (Results 1 – 3 of 3) sorted by relevance

/dports/devel/dep/dep-0.5.4/gps/
H A Dmanager_test.go611 if sm.deduceCoord.rootxt.Len() != 1 {
612 …t.Errorf("Root path trie should have one element after one deduction, has %v", sm.deduceCoord.root…
621 if sm.deduceCoord.rootxt.Len() != 1 {
622 …l have one element after performing the same deduction twice; has %v", sm.deduceCoord.rootxt.Len())
633 if sm.deduceCoord.rootxt.Len() != 1 {
646 if sm.deduceCoord.rootxt.Len() != 2 {
647 …path trie should have two elements, one for each unique root; has %v", sm.deduceCoord.rootxt.Len())
658 if sm.deduceCoord.rootxt.Len() != 3 {
659 …th trie should have three elements, one for each unique root; has %v", sm.deduceCoord.rootxt.Len())
670 if sm.deduceCoord.rootxt.Len() != 4 {
[all …]
H A Dsource_manager.go172 deduceCoord *deductionCoordinator // subsystem that manages import path deduction member
313 deduceCoord: deducer,
595 pd, err := sm.deduceCoord.deduceRootPath(context.TODO(), ip)
650 deduced, err := sm.deduceCoord.deduceRootPath(context.TODO(), ip)
H A Ddeduce_test.go631 pd, err := sm.deduceCoord.deduceRootPath(ctx, fix.in)