Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _parse_tier_value
Function
_parse_tier_value
uncommon_route/proxy.py:2487–2488 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
2485
2486
2487
def
_parse_tier_value(value: str) -> Tier:
2488
return
Tier(str(value).strip().upper())
2489
2490
2491
def
_normalize_selector_body(
Callers
2
handle_selector
Function · 0.85
handle_routing_config
Function · 0.85
Calls
1
Tier
Class · 0.90
Tested by
no test coverage detected