MCPcopy Index your code
hub / github.com/tirth8205/code-review-graph / GraphStats

Class GraphStats

code_review_graph/graph.py:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127@dataclass
128class GraphStats:
129 total_nodes: int
130 total_edges: int
131 nodes_by_kind: dict[str, int]
132 edges_by_kind: dict[str, int]
133 languages: list[str]
134 files_count: int
135 last_updated: Optional[str]
136
137
138# ---------------------------------------------------------------------------

Callers 1

get_statsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected