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

Method getDataloadMetadata

lib/Service/DataloadService.php:574–580  ·  view source on GitHub ↗
(int $dataloadId, bool $enforceOwnership)

Source from the content-addressed store, hash-verified

572 }
573
574 private function getDataloadMetadata(int $dataloadId, bool $enforceOwnership)
575 {
576 if ($enforceOwnership) {
577 return $this->DataloadMapper->readOwnById($dataloadId);
578 }
579 return $this->DataloadMapper->getDataloadById($dataloadId);
580 }
581
582 private function detectDelimiter($data): string
583 {

Callers 2

executeMethod · 0.95
getDataFromDatasourceMethod · 0.95

Calls 2

readOwnByIdMethod · 0.80
getDataloadByIdMethod · 0.80

Tested by

no test coverage detected