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

Method getMetadataFilePath

src/FileRise/Domain/FileModel.php:365–368  ·  view source on GitHub ↗

* Generates the metadata file path for a given folder. * * @param string $folder * @return string */

($folder)

Source from the content-addressed store, hash-verified

363 * @return string
364 */
365 private static function getMetadataFilePath($folder)
366 {
367 return self::getMetadataFilePathForRoot(self::metaRoot(), (string)$folder);
368 }
369
370 /**
371 * Generates a unique file name if a file with the same name exists in the destination directory.

Callers 12

copyFilesMethod · 0.95
deleteFilesMethod · 0.95
moveFilesMethod · 0.95
renameFileMethod · 0.95
saveFileMethod · 0.95
deleteFilesPermanentMethod · 0.95
extractZipArchiveMethod · 0.95
getTrashItemsMethod · 0.95
restoreFilesMethod · 0.95
saveFileTagMethod · 0.95
getFileListMethod · 0.95
createFileMethod · 0.95

Calls 2

metaRootMethod · 0.95

Tested by

no test coverage detected