MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getModelDisplayLabel

Function getModelDisplayLabel

src/utils/status.tsx:441–451  ·  view source on GitHub ↗
(mainLoopModel: string | null)

Source from the content-addressed store, hash-verified

439}
440
441export function getModelDisplayLabel(mainLoopModel: string | null): string {
442 let modelLabel = modelDisplayString(mainLoopModel);
443
444 if (mainLoopModel === null && isClaudeAISubscriber()) {
445 const description = getClaudeAiUserDefaultModelDescription();
446
447 modelLabel = `${chalk.bold('Default')} ${description}`;
448 }
449
450 return modelLabel;
451}

Callers 1

buildSecondarySectionFunction · 0.85

Calls 3

modelDisplayStringFunction · 0.85
isClaudeAISubscriberFunction · 0.70

Tested by

no test coverage detected