Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
class
SeveritySummary:
190
critical: List[str]
191
minor: List[str]
192
193
194
def
classify_severity(callers: Dict[str, Any], deps: Dict[str, Any], content: Dict[str, Any]) -> SeveritySummary:
Callers
1
classify_severity
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected