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

Function fail_runtime_prepare

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

Source from the content-addressed store, hash-verified

77
78
79def fail_runtime_prepare(runtime_kind: str, message: str) -> Dict[str, Any]:
80 return _update_status(
81 runtime_kind,
82 state="error",
83 active=False,
84 message=message,
85 error=message,
86 )
87
88
89def reset_runtime_prepare(runtime_kind: str, message: str = "") -> Dict[str, Any]:

Callers 5

_run_pip_installFunction · 0.85
_run_playwright_installFunction · 0.85
_prepare_captcha_runtimeFunction · 0.85

Calls 1

_update_statusFunction · 0.85

Tested by

no test coverage detected