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

Method datasetIndexV3

lib/Controller/ApiDataController.php:261–266  ·  view source on GitHub ↗

* list datasets * @return array * @throws \Exception */

()

Source from the content-addressed store, hash-verified

259 * @throws \Exception
260 */
261 #[NoAdminRequired]
262 #[NoCSRFRequired]
263 #[CORS]
264 public function datasetIndexV3() {
265 return $this->DatasetService->index();
266 }
267
268 /**
269 * list reports

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected