MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / ProjectStats

Class ProjectStats

server/schemas.py:34–39  ·  view source on GitHub ↗

Project statistics.

Source from the content-addressed store, hash-verified

32
33
34class ProjectStats(BaseModel):
35 """Project statistics."""
36 passing: int = 0
37 in_progress: int = 0
38 total: int = 0
39 percentage: float = 0.0
40
41
42class ProjectSummary(BaseModel):

Callers 2

get_project_statsFunction · 0.50
create_projectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected