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

Method uploadRoot

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

Source from the content-addressed store, hash-verified

141 }
142
143 public static function uploadRoot(): string
144 {
145 return self::uploadRootForSource(self::getActiveSource());
146 }
147
148 public static function uploadRootForId(string $id): string
149 {

Callers 1

trashRootMethod · 0.95

Calls 2

uploadRootForSourceMethod · 0.95
getActiveSourceMethod · 0.95

Tested by

no test coverage detected