(string $metaRoot, string $folder)
| 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 | { |
no test coverage detected