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

Method metaFile

src/FileRise/WebDAV/FileRiseFile.php:243–246  ·  view source on GitHub ↗
(string $folderKey)

Source from the content-addressed store, hash-verified

241 }
242
243 private function metaFile(string $folderKey): string
244 {
245 return MetadataPath::path((string)META_DIR, $folderKey);
246 }
247
248 private function loadMeta(string $folderKey): array
249 {

Callers 2

loadMetaMethod · 0.95
saveMetaMethod · 0.95

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected