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

Function threadIsSidebar

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

Source from the content-addressed store, hash-verified

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

Calls 1

threadTypeIsSidebarFunction · 0.90

Tested by

no test coverage detected