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

Function _load_summary

tests/evals/_common.py:89–90  ·  view source on GitHub ↗
(run_dir: Path)

Source from the content-addressed store, hash-verified

87
88
89def _load_summary(run_dir: Path) -> dict[str, Any]:
90 return json.loads((run_dir / "summary.json").read_text())
91
92
93def _page_map(summary: dict[str, Any]) -> dict[str, dict[str, Any]]:

Callers 4

compare_runsFunction · 0.90
list_runsFunction · 0.90
_comparison_dataFunction · 0.90
audit_runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected