MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / HubEditorInfo

Class HubEditorInfo

unity_cli/hub/hub_cli.py:14–19  ·  view source on GitHub ↗

Editor info from Hub CLI.

Source from the content-addressed store, hash-verified

12
13@dataclass(frozen=True)
14class HubEditorInfo:
15 """Editor info from Hub CLI."""
16
17 version: str
18 path: str
19 modules: list[str]
20
21
22class HubCLI:

Callers 1

list_editorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected