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

Method uploadRoot

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

Source from the content-addressed store, hash-verified

32 }
33
34 private static function uploadRoot(): string
35 {
36 if (class_exists('SourceContext')) {
37 return SourceContext::uploadRoot();
38 }
39 return rtrim((string)UPLOAD_DIR, '/\\') . DIRECTORY_SEPARATOR;
40 }
41
42 private static function metaRoot(): string
43 {

Callers 14

countVisibleMethod · 0.95
countVisibleDeepMethod · 0.95
countVisibleRemoteMethod · 0.95
listChildrenMethod · 0.95
listChildrenRemoteMethod · 0.95
resolveFolderPathMethod · 0.95
copyFolderSameSourceMethod · 0.95
createFolderMethod · 0.95
renameFolderMethod · 0.95
getFolderListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected