You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The relationship only specify the target symbol's USR but if the target symbol has different representations in different source languages the relationship
129
+
// alone doesn't specify which language representation the source symbol belongs to. We could check the source and target symbol's interface language but that
130
+
// would require that we redundantly create multiple nodes for the same symbol in many common cases and then merge them. To avoid doing that, we instead check
131
+
// the source symbol's path components to find the correct target symbol by matching its name.
0 commit comments