MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / SeveritySummary

Class SeveritySummary

scripts/compare_backend_snapshots.py:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188@dataclass
189class SeveritySummary:
190 critical: List[str]
191 minor: List[str]
192
193
194def classify_severity(callers: Dict[str, Any], deps: Dict[str, Any], content: Dict[str, Any]) -> SeveritySummary:

Callers 1

classify_severityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected