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

Method metaRoot

src/FileRise/Domain/FolderModel.php:42–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 private static function metaRoot(): string
43 {
44 if (class_exists('SourceContext')) {
45 SourceContext::ensureMetaDir();
46 return SourceContext::metaRoot();
47 }
48 return rtrim((string)META_DIR, '/\\') . DIRECTORY_SEPARATOR;
49 }
50
51 private static function folderOwnersPath(): string
52 {

Callers 9

folderOwnersPathMethod · 0.95
getMetadataFilePathMethod · 0.95
renameFolderMethod · 0.95
findShareFolderRecordMethod · 0.95
createShareFolderLinkMethod · 0.95
deleteShareFolderLinkMethod · 0.95

Calls 1

ensureMetaDirMethod · 0.80

Tested by

no test coverage detected