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

Method resumableFolderKey

src/FileRise/Domain/UploadModel.php:115–122  ·  view source on GitHub ↗
(string $folderSan)

Source from the content-addressed store, hash-verified

113 }
114
115 private static function resumableFolderKey(string $folderSan): string
116 {
117 $folderSan = trim(str_replace('\\', '/', $folderSan), '/');
118 if ($folderSan === '' || $folderSan === 'root') {
119 return 'root';
120 }
121 return $folderSan;
122 }
123
124 private static function normalizeResumableIdentifier($identifier): ?string
125 {

Callers 3

markResumablePendingMethod · 0.95
removeChunksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected