MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / GetGuildName

Method GetGuildName

src/windows/GuildHeader.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string GuildHeader::GetGuildName()
46{
47 Guild* pGuild = GetDiscordInstance()->GetCurrentGuild();
48 if (!pGuild)
49 return "";
50 return pGuild->m_name;
51}
52
53std::string GuildHeader::GetSubtitleText()
54{

Callers 1

WndProcMethod · 0.80

Calls 2

GetDiscordInstanceFunction · 0.85
GetCurrentGuildMethod · 0.80

Tested by

no test coverage detected