Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ PrimaryConnection
Class
PrimaryConnection
uncommon_route/connections_store.py:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
@dataclass(frozen=True, slots=True)
35
class
PrimaryConnection:
36
upstream: str =
""
37
api_key: str =
""
38
39
40
@dataclass(frozen=True, slots=True)
Callers
3
_sanitize_primary
Function · 0.85
set_primary
Method · 0.85
reset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected