MCPcopy Create free account
hub / github.com/error311/FileRise / buildStoragePath

Method buildStoragePath

src/FileRise/Domain/UploadModel.php:532–536  ·  view source on GitHub ↗
(string $folderSan, string $relativeSubDir, string $fileName)

Source from the content-addressed store, hash-verified

530 }
531
532 private static function buildStoragePath(string $folderSan, string $relativeSubDir, string $fileName): string
533 {
534 $path = self::buildStorageDir($folderSan, $relativeSubDir);
535 return $path . DIRECTORY_SEPARATOR . $fileName;
536 }
537
538 private static function ensureRemoteUploadDir(StorageAdapterInterface $storage, string $folderSan, string $relativeSubDir): void
539 {

Callers 2

handleUploadMethod · 0.95
checkExistingMethod · 0.95

Calls 1

buildStorageDirMethod · 0.95

Tested by

no test coverage detected