private suspend fun isIssueStillAggregatedByInterface(issue: Issue, inter: Interface): Boolean

Checks if an Issue is still aggregated by an Interface.

Return

true if the issue is still aggregated by the interface, false otherwise

Parameters

issue

the issue to check

inter

the interface to check