DbMutant.updateMutation

Update the status of a mutant.

  1. void updateMutation(MutationId id, Mutation.Status st, ExitStatus ecode, MutantTimeProfile p, const(TestCase)[] tcs)
  2. void updateMutation(MutationStatusId id, Mutation.Status st, ExitStatus ecode, MutantTimeProfile p)
    struct DbMutant
    @trusted
    void
    updateMutation
  3. void updateMutation(MutationStatusId id, MutantTimeProfile p)

Parameters

id MutationStatusId

ID of the mutant

st Mutation.Status

status to broadcast

Meta