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

Function threadIsPending

lib/shared/thread-utils.js:370–372  ·  view source on GitHub ↗
(threadID: ?string)

Source from the content-addressed store, hash-verified

368}
369
370function threadIsPending(threadID: ?string): boolean {
371 return !!threadID?.startsWith('pending');
372}
373
374function threadIsPendingSidebar(threadID: ?string): boolean {
375 return (

Callers 15

isThreadWatchedFunction · 0.90
mergeNewMessagesFunction · 0.90
reduceMessageStoreFunction · 0.90
createChatMessageItemsFunction · 0.90
getMessageLabelFunction · 0.90
useAncestorThreadsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected