MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getDisplayName

Function getDisplayName

src/components/messages/UserTeammateMessage.tsx:49–54  ·  view source on GitHub ↗
(teammateId: string)

Source from the content-addressed store, hash-verified

47 return messages;
48}
49function getDisplayName(teammateId: string): string {
50 if (teammateId === 'leader') {
51 return 'leader';
52 }
53 return teammateId;
54}
55export function UserTeammateMessage({
56 addMargin,
57 param: {

Callers 1

UserTeammateMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected