findCommonAncestor
API / publicodes / utils / findCommonAncestor
function findCommonAncestor(dottedName1, dottedName2): string Experimental
Finds the common ancestor of two dottedName
Parameters
| Parameter | Type |
|---|---|
dottedName1 | string |
dottedName2 | string |
Returns
string