MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / ProcessedProjectEntry

Class ProcessedProjectEntry

api/api.py:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 relatedPages: List[str]
50
51class ProcessedProjectEntry(BaseModel):
52 id: str # Filename
53 owner: str
54 repo: str
55 name: str # owner/repo
56 repo_type: str # Renamed from type to repo_type for clarity with existing models
57 submittedAt: int # Timestamp
58 language: str # Extracted from filename
59
60class RepoInfo(BaseModel):
61 owner: str

Callers 1

get_processed_projectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected