MCPcopy Create free account
hub / github.com/idank/explainshell / _page_map

Function _page_map

tests/evals/_common.py:93–94  ·  view source on GitHub ↗
(summary: dict[str, Any])

Source from the content-addressed store, hash-verified

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

Callers 4

compare_runsFunction · 0.90
_summarize_comparisonFunction · 0.90
_comparison_dataFunction · 0.90
diff_reportFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected