* Simulate delete data with variables; used for data deletion jobs * * @NoAdminRequired * @param int $datasetId * @param $filter * @return bool * @throws Exception */
(int $datasetId, $filter)
| 221 | * @throws Exception |
| 222 | */ |
| 223 | public function deleteWithFilterSimulate(int $datasetId, $filter) { |
| 224 | return $this->StorageMapper->deleteWithFilterSimulate($datasetId, $filter); |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Get the number of records for a dataset |
no outgoing calls
no test coverage detected