Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ pathForMetaRoot
Method
pathForMetaRoot
src/FileRise/Support/ACL.php:54–57 ·
view source on GitHub ↗
(string $metaRoot)
Source
from the content-addressed store, hash-verified
52
}
53
54
private static function pathForMetaRoot(string $metaRoot): string
55
{
56
return rtrim($metaRoot,
'/\\'
) . DIRECTORY_SEPARATOR .
'folder_acl.json'
;
57
}
58
59
private static function resetMemo(): void
60
{
Callers
2
path
Method · 0.95
purgeUser
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected