MCPcopy Create free account
hub / github.com/adny-code/fastgrind / export_html_command

Function export_html_command

tools/fastgrind.py:2892–2895  ·  view source on GitHub ↗
(engine: FastgrindQueryEngine, input_path: Path, output: str | None)

Source from the content-addressed store, hash-verified

2890
2891
2892def export_html_command(engine: FastgrindQueryEngine, input_path: Path, output: str | None) -> None:
2893 output_path = Path(output) if output else input_path.with_suffix(".html")
2894 engine.export_html_snapshot(output_path)
2895 print(f"HTML written: {output_path}")
2896
2897
2898def default_trace_path() -> Path:

Callers 1

mainFunction · 0.85

Calls 1

export_html_snapshotMethod · 0.80

Tested by

no test coverage detected