Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MinishLab/semble
/ SavingsSummary
Class
SavingsSummary
src/semble/stats.py:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
@dataclass
50
class
SavingsSummary:
51
buckets: dict[str, BucketStats]
52
call_type_counts: dict[str, int]
53
54
55
@cache
Callers
1
build_savings_summary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected