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

Function IsChannelASubThread

src/windows/ChannelView.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329bool IsChannelASubThread(Channel::eChannelType x)
330{
331 return x >= Channel::NEWSTHREAD && x < Channel::FORUM;
332}
333
334static UINT g_columnIndices[] = { 1 };
335

Callers 1

AddChannelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected