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

Method getMetadataFilePathForRoot

src/FileRise/Domain/FileModel.php:67–70  ·  view source on GitHub ↗
(string $metaRoot, string $folder)

Source from the content-addressed store, hash-verified

65 }
66
67 private static function getMetadataFilePathForRoot(string $metaRoot, string $folder): string
68 {
69 return MetadataPath::path($metaRoot, $folder);
70 }
71
72 private static function trashRoot(): string
73 {

Callers 3

getMetadataFilePathMethod · 0.95

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected