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

Class RelationshipInfo

tools/code_reference_indexer.py:53–62  ·  view source on GitHub ↗

Relationship information structure

Source from the content-addressed store, hash-verified

51
52@dataclass
53class RelationshipInfo:
54 """Relationship information structure"""
55
56 repo_file_path: str
57 target_file_path: str
58 relationship_type: str
59 confidence_score: float
60 helpful_aspects: List[str]
61 potential_contributions: List[str]
62 usage_suggestions: str
63
64
65def load_index_files_from_directory(indexes_directory: str) -> Dict[str, Dict]:

Callers 1

extract_relationshipsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected