Return the role metadata path as a Path object.
()
| 221 | |
| 222 | |
| 223 | def _resolve_role_meta_path() -> Path: |
| 224 | """Return the role metadata path as a Path object.""" |
| 225 | return Path(str(ROLE_META_PATH)) |
| 226 | |
| 227 | |
| 228 | def _load_roles_meta() -> Dict[str, Any]: |
no outgoing calls
no test coverage detected