()
| 49 | } |
| 50 | |
| 51 | private static function folderOwnersPath(): string |
| 52 | { |
| 53 | return self::metaRoot() . 'folder_owners.json'; |
| 54 | } |
| 55 | /* ============================================================ |
| 56 | * Ownership mapping helpers (stored in META_DIR/folder_owners.json) |
| 57 | * ============================================================ */ |
no test coverage detected