MCPcopy
hub / github.com/tirth8205/code-review-graph / EdgeInfo

Class EdgeInfo

code_review_graph/parser.py:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68@dataclass
69class EdgeInfo:
70 # CALLS, IMPORTS_FROM, INHERITS, IMPLEMENTS, CONTAINS,
71 # TESTED_BY, DEPENDS_ON, REFERENCES
72 kind: str
73 source: str # qualified name or path
74 target: str # qualified name or path
75 file_path: str
76 line: int = 0
77 extra: dict = field(default_factory=dict)
78
79
80# ---------------------------------------------------------------------------

Callers 15

_seed_realistic_graphMethod · 0.90
_seed_dataMethod · 0.90
_make_chain_storeMethod · 0.90
_seed_dataMethod · 0.90
_seed_dataMethod · 0.90
_seed_dataMethod · 0.90
_seed_dataMethod · 0.90
_seed_graphMethod · 0.90
_seed_dataMethod · 0.90

Calls

no outgoing calls

Tested by 15

_seed_realistic_graphMethod · 0.72
_seed_dataMethod · 0.72
_make_chain_storeMethod · 0.72
_seed_dataMethod · 0.72
_seed_dataMethod · 0.72
_seed_dataMethod · 0.72
_seed_dataMethod · 0.72
_seed_graphMethod · 0.72
_seed_dataMethod · 0.72