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

Method uploadRoot

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

Source from the content-addressed store, hash-verified

38 private const RESUMABLE_INDEX_UPDATE_MIN = 120;
39
40 private static function uploadRoot(): string
41 {
42 if (class_exists('SourceContext')) {
43 return SourceContext::uploadRoot();
44 }
45 return rtrim((string)UPLOAD_DIR, '/\\') . DIRECTORY_SEPARATOR;
46 }
47
48 private static function metaRoot(): string
49 {

Callers 4

stagingRootMethod · 0.95
buildStorageDirMethod · 0.95
handleUploadMethod · 0.95
logVirusDetectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected