MCPcopy
hub / github.com/codeaashu/claude-code / getOverrideSourceLabel

Function getOverrideSourceLabel

src/tools/AgentTool/agentDisplay.ts:90–92  ·  view source on GitHub ↗
(source: AgentSource)

Source from the content-addressed store, hash-verified

88 * Returns lowercase, e.g. "user", "project", "managed".
89 */
90export function getOverrideSourceLabel(source: AgentSource): string {
91 return getSourceDisplayName(source).toLowerCase()
92}
93
94/**
95 * Compare agents alphabetically by name (case-insensitive).

Callers 2

AgentsListFunction · 0.85
agentsHandlerFunction · 0.85

Calls 1

getSourceDisplayNameFunction · 0.85

Tested by

no test coverage detected