Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
bool IsChannelASubThread(Channel::eChannelType x)
330
{
331
return x >= Channel::NEWSTHREAD && x < Channel::FORUM;
332
}
333
334
static UINT g_columnIndices[] = { 1 };
335
Callers
1
AddChannel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected