Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ DisplayName
Method
DisplayName
client/entity/group_member.go:22–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(m *GroupMember) DisplayName() string {
23
if
m.MemberCard !=
""
{
24
return
m.MemberCard
25
}
26
return
m.Nickname
27
}
Callers
1
preProcessGroupMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected