Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
class FolderModel
28
{
29
private static function storage(): StorageAdapterInterface
30
{
31
return StorageRegistry::getAdapter();
32
}
33
34
private static function uploadRoot(): string
35
{
Callers
15
countVisible
Method · 0.95
countVisibleDeep
Method · 0.95
countVisibleRemote
Method · 0.95
countVisibleDeepRemote
Method · 0.95
listChildren
Method · 0.95
listChildrenRemote
Method · 0.95
resolveFolderPath
Method · 0.95
copyFolderSameSource
Method · 0.95
createFolder
Method · 0.95
deleteFolderRecursiveAdmin
Method · 0.95
deleteFolderRecursiveAdminRemote
Method · 0.95
deleteFolder
Method · 0.95
Calls
1
getAdapter
Method · 0.80
Tested by
no test coverage detected