Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ normTier
Function
normTier
frontend/dashboard/src/components/Explainer.tsx:430–432 ·
view source on GitHub ↗
(t?: string)
Source
from the content-addressed store, hash-verified
428
}
429
430
function normTier(t?: string) {
431
return TIER_NAMES[t ||
""
] || (t ||
"—"
).toUpperCase();
432
}
433
434
function shortModel(model?: string) {
435
return (model ||
""
).split(
"/"
).pop() || model ||
"—"
;
Callers
1
Explainer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected