MCPcopy
hub / github.com/HKUDS/DeepCode / FileSummary

Class FileSummary

tools/code_indexer.py:44–54  ·  view source on GitHub ↗

Summary information for a repository file

Source from the content-addressed store, hash-verified

42
43@dataclass
44class FileSummary:
45 """Summary information for a repository file"""
46
47 file_path: str
48 file_type: str
49 main_functions: List[str]
50 key_concepts: List[str]
51 dependencies: List[str]
52 summary: str
53 lines_of_code: int
54 last_modified: str
55
56
57@dataclass

Callers 2

analyze_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected