MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / available_group_fields

Function available_group_fields

analysis/summary.py:207–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected