Database.removeAllMutationPoints

Remove all mutants points from the database.

This removes all the mutants because of the cascade delete of the tables. But it will keep the mutation statuses and thus the checksums and the status of the code changes.

This then mean that when mutations+mutation points are added back they may reconnect with a mutation status.

  1. void removeAllMutationPoints()
    struct Database
    @trusted
    void
    removeAllMutationPoints
    ()
  2. void removeAllFiles()

Meta