delete_solution_sets

Function delete_solution_sets 

Source
pub fn delete_solution_sets(
    tx: &Transaction<'_>,
    cas: impl IntoIterator<Item = ContentAddress>,
) -> Result<()>
Expand description

Delete the solution sets with the given CAs from the database if they exist.

This also deletes all submissions associated with the specified solution sets.