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

Function reset_runtime_prepare

src/core/browser_runtime_status.py:89–96  ·  view source on GitHub ↗
(runtime_kind: str, message: str = "")

Source from the content-addressed store, hash-verified

87
88
89def reset_runtime_prepare(runtime_kind: str, message: str = "") -> Dict[str, Any]:
90 return _update_status(
91 runtime_kind,
92 state="idle",
93 active=False,
94 message=message,
95 error="",
96 )
97
98
99def get_runtime_status(runtime_kind: str) -> Dict[str, Any]:

Callers

nothing calls this directly

Calls 1

_update_statusFunction · 0.85

Tested by

no test coverage detected