(string $metaRoot)
| 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 | { |
no outgoing calls
no test coverage detected