in ruler-common/src/main/java/com/spotify/ruler/common/ownership/OwnershipInfo.kt [66:68]
fun getOwner(file: String, component: String, componentType: ComponentType): String {
return explicitOwnershipEntries[file] ?: getWildcardOwner(file) ?: getOwner(component, componentType)
}