MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / progress_runtime_prepare

Function progress_runtime_prepare

src/core/browser_runtime_status.py:60–66  ·  view source on GitHub ↗
(runtime_kind: str, message: str)

Source from the content-addressed store, hash-verified

58
59
60def progress_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:
61 return _update_status(
62 runtime_kind,
63 state="running",
64 active=True,
65 message=message,
66 )
67
68
69def finish_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:

Callers 5

_run_pip_installFunction · 0.85
_run_playwright_installFunction · 0.85

Calls 1

_update_statusFunction · 0.85

Tested by

no test coverage detected