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

Method storage

src/FileRise/Domain/FolderModel.php:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27class FolderModel
28{
29 private static function storage(): StorageAdapterInterface
30 {
31 return StorageRegistry::getAdapter();
32 }
33
34 private static function uploadRoot(): string
35 {

Callers 15

countVisibleMethod · 0.95
countVisibleDeepMethod · 0.95
countVisibleRemoteMethod · 0.95
listChildrenMethod · 0.95
listChildrenRemoteMethod · 0.95
resolveFolderPathMethod · 0.95
copyFolderSameSourceMethod · 0.95
createFolderMethod · 0.95
deleteFolderMethod · 0.95

Calls 1

getAdapterMethod · 0.80

Tested by

no test coverage detected