MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / get_project

Method get_project

app/api/agentops/opsboard/models.py:757–759  ·  view source on GitHub ↗

Get the full project model from the database.

(self, orm: orm.Session)

Source from the content-addressed store, hash-verified

755 return self._prem_status == PremStatus.free
756
757 def get_project(self, orm: orm.Session) -> Optional[ProjectModel]:
758 """Get the full project model from the database."""
759 return ProjectModel.get_by_id(orm, self.id)
760
761 @classmethod
762 def from_auth_payload(cls, token: "JWTPayload") -> "SparseProjectModel":

Callers

nothing calls this directly

Calls 1

get_by_idMethod · 0.45

Tested by

no test coverage detected