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

Method uploadRoot

src/FileRise/Domain/FileModel.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 15

resolveFolderPathMethod · 0.95
saveFileMethod · 0.95
getDownloadInfoMethod · 0.95
createZipArchiveMethod · 0.95
extractZipArchiveMethod · 0.95
restoreFilesMethod · 0.95
getFileListMethod · 0.95
saveFileMethod · 0.45
shareFileMethod · 0.45
getFileListMethod · 0.45
listPortalEntriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected