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

Method GetChannelInfo

src/windows/GuildHeader.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::string GuildHeader::GetChannelInfo()
67{
68 Channel* pChannel = GetDiscordInstance()->GetCurrentChannel();
69 if (!pChannel)
70 return "";
71 return pChannel->m_topic;
72}
73
74void GuildHeader::Update()
75{

Callers 1

WndProcMethod · 0.80

Calls 2

GetDiscordInstanceFunction · 0.85
GetCurrentChannelMethod · 0.45

Tested by

no test coverage detected