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

Method getMetadataFilePath

src/FileRise/Domain/FolderModel.php:1510–1513  ·  view source on GitHub ↗

Build metadata file path for a given (relative) folder. */

(string $folder)

Source from the content-addressed store, hash-verified

1508
1509 /** Build metadata file path for a given (relative) folder. */
1510 private static function getMetadataFilePath(string $folder): string
1511 {
1512 return MetadataPath::path(self::metaRoot(), $folder);
1513 }
1514
1515 /**
1516 * Creates a folder under the specified parent (or in root) and creates an empty metadata file.

Callers 6

deleteFolderMethod · 0.95
getFolderListMethod · 0.95
getFolderListRemoteMethod · 0.95
uploadToSharedFolderMethod · 0.95

Calls 2

metaRootMethod · 0.95
pathMethod · 0.45

Tested by

no test coverage detected