List all installed Unity editors.
(self)
| 114 | return prompt_editor_selection(required_version, installed) |
| 115 | |
| 116 | def list_installed_editors(self) -> list[InstalledEditor]: |
| 117 | """List all installed Unity editors.""" |
| 118 | return get_installed_editors() |
nothing calls this directly
no test coverage detected