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

Method GetChannelName

src/windows/GuildHeader.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58std::string GuildHeader::GetChannelName()
59{
60 Channel *pChannel = GetDiscordInstance()->GetCurrentChannel();
61 if (!pChannel)
62 return "";
63 return pChannel->m_name;
64}
65
66std::string GuildHeader::GetChannelInfo()
67{

Callers 1

WndProcMethod · 0.80

Calls 2

GetDiscordInstanceFunction · 0.85
GetCurrentChannelMethod · 0.45

Tested by

no test coverage detected