MCPcopy 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
2487def _parse_tier_value(value: str) -> Tier:
2488 return Tier(str(value).strip().upper())
2489
2490
2491def _normalize_selector_body(

Callers 2

handle_selectorFunction · 0.85
handle_routing_configFunction · 0.85

Calls 1

TierClass · 0.90

Tested by

no test coverage detected