MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / shortModel

Function shortModel

frontend/dashboard/src/components/Explainer.tsx:434–436  ·  view source on GitHub ↗
(model?: string)

Source from the content-addressed store, hash-verified

432}
433
434function shortModel(model?: string) {
435 return (model || "").split("/").pop() || model || "—";
436}
437
438function prettyTransport(transport?: string) {
439 switch (transport) {

Callers 2

ExplainerFunction · 0.70
AttemptRowFunction · 0.70

Calls 1

popMethod · 0.80

Tested by

no test coverage detected