MCPcopy Create free account
hub / github.com/FastLED/FastLED / _AggBucket

Class _AggBucket

ci/bloat.py:195–201  ·  view source on GitHub ↗

Per-demangled-name aggregation row for the summary table.

Source from the content-addressed store, hash-verified

193
194@dataclass
195class _AggBucket:
196 """Per-demangled-name aggregation row for the summary table."""
197
198 size: int = 0
199 archive: str = ""
200 object: str = ""
201 sources: set[str] = field(default_factory=lambda: set[str]())
202
203
204def print_summary(report_json: Path, top: int) -> None:

Callers 1

print_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected