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

Method authFileLinksPathForMetaRoot

src/FileRise/Domain/FileModel.php:2808–2811  ·  view source on GitHub ↗
(string $metaRoot)

Source from the content-addressed store, hash-verified

2806 }
2807
2808 private static function authFileLinksPathForMetaRoot(string $metaRoot): string
2809 {
2810 return rtrim($metaRoot, '/\\') . DIRECTORY_SEPARATOR . 'auth_file_links.json';
2811 }
2812
2813 private static function readAuthFileLinks(string $path): array
2814 {

Callers 2

createAuthFileLinkMethod · 0.95
getAuthFileLinkRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected