| 58 | language: str # Extracted from filename |
| 59 | |
| 60 | class 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 | |
| 69 | class WikiSection(BaseModel): |
nothing calls this directly
no outgoing calls
no test coverage detected