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

Method deleteSimulate

lib/Service/StorageService.php:193–195  ·  view source on GitHub ↗

* Simulate delete data * * @NoAdminRequired * @param int $datasetId * @param $dimension1 * @param $dimension2 * @return array * @throws Exception */

(int $datasetId, $dimension1, $dimension2)

Source from the content-addressed store, hash-verified

191 * @throws Exception
192 */
193 public function deleteSimulate(int $datasetId, $dimension1, $dimension2) {
194 return $this->StorageMapper->deleteSimulate($datasetId, $dimension1, $dimension2);
195 }
196
197 /**
198 * Delete data with variables; used for data deletion jobs

Callers 1

deleteDataSimulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected