()
| 40 | } |
| 41 | |
| 42 | private static function metaRoot(): string |
| 43 | { |
| 44 | if (class_exists('SourceContext')) { |
| 45 | SourceContext::ensureMetaDir(); |
| 46 | return SourceContext::metaRoot(); |
| 47 | } |
| 48 | return rtrim((string)META_DIR, '/\\') . DIRECTORY_SEPARATOR; |
| 49 | } |
| 50 | |
| 51 | private static function metaRootForId(string $sourceId): string |
| 52 | { |
no test coverage detected