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

Class RepoInfo

api/api.py:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 language: str # Extracted from filename
59
60class RepoInfo(BaseModel):
61 owner: str
62 repo: str
63 type: str
64 token: Optional[str] = None
65 localPath: Optional[str] = None
66 repoUrl: Optional[str] = None
67
68
69class WikiSection(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected