DbMutant.removeOrphanedMutants

Remove mutants that have no connection to a mutation point, orphaned mutants.

struct DbMutant
@trusted
void
removeOrphanedMutants
(
void delegate
(
size_t i
,
size_t total
,
const Duration avgRemoveTime
,
const Duration timeLeft
,
SysTime predDoneAt
)
progress
,
void delegate
(
size_t total
)
done
)

Meta