Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/IBM/AssetOpsBench
/ TypeBreakdown
Class
TypeBreakdown
src/evaluation/models.py:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
105
class
TypeBreakdown(BaseModel):
106
total: int = 0
107
passed: int = 0
108
pass_rate: float = 0.0
109
110
111
class
EvalReport(BaseModel):
Callers
1
build_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected