MCPcopy Index your code
hub / github.com/HKUDS/DeepCode / RepoIndex

Class RepoIndex

tools/code_indexer.py:58–65  ·  view source on GitHub ↗

Complete index for a repository

Source from the content-addressed store, hash-verified

56
57@dataclass
58class RepoIndex:
59 """Complete index for a repository"""
60
61 repo_name: str
62 total_files: int
63 file_summaries: List[FileSummary]
64 relationships: List[FileRelationship]
65 analysis_metadata: Dict[str, Any]
66
67
68class CodeIndexer:

Callers 1

process_repositoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected