MCPcopy 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
430function normTier(t?: string) {
431 return TIER_NAMES[t || ""] || (t || "—").toUpperCase();
432}
433
434function shortModel(model?: string) {
435 return (model || "").split("/").pop() || model || "—";

Callers 1

ExplainerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected