(self)
| 684 | |
| 685 | @property |
| 686 | def projects(self) -> list["Project"]: |
| 687 | return [link.project for link in self.project_links if link.project] |
| 688 | |
| 689 | @property |
| 690 | def color(self) -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected