private suspend fun componentRelatedEntities(component: Component): Set<AffectedByIssue>

Gets all entities related to a Component. This includes

Return

a set of all related entities

Parameters

component

the component to get the related entities of