DbMutant.updateMutationStatus

Update the status of a mutant.

struct DbMutant
@trusted
void
updateMutationStatus
(,,,
Flag!"updateTs" update_ts = No.updateTs
)

Parameters

id MutationStatusId

mutation status ID

st Mutation.Status

new status

update_ts Flag!"updateTs"

if the update timestamp should be updated.

Meta