MCPcopy Create free account
hub / github.com/Rello/analytics / deleteWithFilterSimulate

Method deleteWithFilterSimulate

lib/Service/StorageService.php:223–225  ·  view source on GitHub ↗

* Simulate delete data with variables; used for data deletion jobs * * @NoAdminRequired * @param int $datasetId * @param $filter * @return bool * @throws Exception */

(int $datasetId, $filter)

Source from the content-addressed store, hash-verified

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

Callers 1

getDataFromDatasourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected