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

Method trashRoot

src/FileRise/Storage/SourceContext.php:172–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 public static function trashRoot(): string
173 {
174 return rtrim(self::uploadRoot(), "/\\") . DIRECTORY_SEPARATOR . 'trash' . DIRECTORY_SEPARATOR;
175 }
176
177 public static function metaRoot(): string
178 {

Callers

nothing calls this directly

Calls 1

uploadRootMethod · 0.95

Tested by

no test coverage detected