()
| 205 | |
| 206 | |
| 207 | def available_group_fields() -> list[str]: |
| 208 | return sorted(set(_SIMPLE_FIELD_GETTERS) | set(_COMPOSITE_FIELDS)) |
| 209 | |
| 210 | |
| 211 | def _bucket_metrics(results: Iterable[NormalizedResult]) -> dict[str, Any]: |
no outgoing calls
no test coverage detected