Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSmallHanCat/flow2api
/ ExtensionConnection
Class
ExtensionConnection
src/services/browser_captcha_extension.py:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
@dataclass
14
class
ExtensionConnection:
15
websocket: WebSocket
16
route_key: str =
""
17
client_label: str =
""
18
connected_at: float = field(default_factory=time.time)
19
20
21
class
ExtensionCaptchaService:
Callers
1
connect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected