MCPcopy Create free account
hub / github.com/hunvreus/devpush / projects

Method projects

app/models.py:686–687  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected