Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSmallHanCat/flow2api
/ get_runtime_status
Function
get_runtime_status
src/core/browser_runtime_status.py:99–102 ·
view source on GitHub ↗
(runtime_kind: str)
Source
from the content-addressed store, hash-verified
97
98
99
def
get_runtime_status(runtime_kind: str) -> Dict[str, Any]:
100
kind = _normalize_runtime_kind(runtime_kind)
101
with
_STATUS_LOCK:
102
return
deepcopy(_RUNTIME_STATUS[kind])
Callers
1
get_captcha_runtime_status
Function · 0.85
Calls
1
_normalize_runtime_kind
Function · 0.85
Tested by
no test coverage detected