Database.updateMutationBroadcast

Update the status of a mutant and broadcast the status to other mutants at that point.

struct Database
void
updateMutationBroadcast
@trusted
(
,
const Mutation.Status st
,
const Duration d
,
const(TestCase)[] tcs
,
)

Parameters

bcast
Type: const(Mutation.Kind)[]

mutants to broadcast the status to in addition to the id

Meta