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

Method read

lib/Controller/DatasetController.php:69–72  ·  view source on GitHub ↗

* get own dataset details * * @param int $datasetId * @return array|bool */

(int $datasetId)

Source from the content-addressed store, hash-verified

67 * @return array|bool
68 */
69 #[NoAdminRequired]
70 public function read(int $datasetId) {
71 return $this->DatasetService->readOwn($datasetId);
72 }
73
74 /**
75 * Delete Dataset and all depending objects

Callers

nothing calls this directly

Calls 1

readOwnMethod · 0.45

Tested by

no test coverage detected