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

Function finish_runtime_prepare

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

Source from the content-addressed store, hash-verified

67
68
69def finish_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:
70 return _update_status(
71 runtime_kind,
72 state="ready",
73 active=False,
74 message=message,
75 error="",
76 )
77
78
79def fail_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:

Callers 2

_prepare_captcha_runtimeFunction · 0.85

Calls 1

_update_statusFunction · 0.85

Tested by

no test coverage detected