MCPcopy Create free account
hub / github.com/CommE2E/comm / threadIsSidebar

Function threadIsSidebar

lib/shared/thread-utils.js:284–286  ·  view source on GitHub ↗
(threadInfo: ?(RawThreadInfo | ThreadInfo))

Source from the content-addressed store, hash-verified

282}
283
284function threadIsSidebar(threadInfo: ?(RawThreadInfo | ThreadInfo)): boolean {
285 return !!(threadInfo && threadTypeIsSidebar(threadInfo.type));
286}
287
288function threadInBackgroundChatList(
289 threadInfo: ?(RawThreadInfo | ThreadInfo),

Calls 1

threadTypeIsSidebarFunction · 0.90

Tested by

no test coverage detected