(summary: dict[str, Any])
| 91 | |
| 92 | |
| 93 | def _page_map(summary: dict[str, Any]) -> dict[str, dict[str, Any]]: |
| 94 | return {page["path"]: page for page in summary["pages"]} |
| 95 | |
| 96 | |
| 97 | def _get_metric(page: dict[str, Any], key: str) -> int | float: |
no outgoing calls
no test coverage detected