(source, target, reportErrors)
| 64968 | return true; |
| 64969 | } |
| 64970 | function isRelatedToWorker(source, target, reportErrors) { |
| 64971 | return isRelatedTo(source, target, 3 /* RecursionFlags.Both */, reportErrors); |
| 64972 | } |
| 64973 | /** |
| 64974 | * Compare two types and return |
| 64975 | * * Ternary.True if they are related with no assumptions, |
nothing calls this directly
no test coverage detected