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

Function start_runtime_prepare

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

Source from the content-addressed store, hash-verified

48
49
50def start_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:
51 return _update_status(
52 runtime_kind,
53 state="running",
54 active=True,
55 message=message,
56 error="",
57 )
58
59
60def progress_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:

Callers 1

_prepare_captcha_runtimeFunction · 0.85

Calls 1

_update_statusFunction · 0.85

Tested by

no test coverage detected