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

Function html_command

tools/fastgrind.py:2868–2869  ·  view source on GitHub ↗
(engine: FastgrindQueryEngine, port: int, open_browser: bool = True)

Source from the content-addressed store, hash-verified

2866
2867
2868def html_command(engine: FastgrindQueryEngine, port: int, open_browser: bool = True) -> None:
2869 FastgrindHtmlServer(engine, port=port).serve(open_browser=open_browser)
2870
2871
2872def ui_command(engine: FastgrindQueryEngine, path: Path, open_browser: bool = True, fallback_port: int = 0) -> None:

Callers 2

ui_commandFunction · 0.85
mainFunction · 0.85

Calls 2

FastgrindHtmlServerClass · 0.85
serveMethod · 0.80

Tested by

no test coverage detected