MCPcopy Create free account

hub / github.com/async-labs/async / functions

Functions483 in github.com/async-labs/async

MethodgetTeamData
(teamId)
api/server/models/User.ts:748
FunctionhandleError
(err, _, res)
api/server/api/index.ts:9
Functionhighlight
(code, lang)
app/components/messages/MessageEditor.tsx:67
Functionhighlight
(code, lang)
app/components/comments/CommentEditor.tsx:63
Functionhighlight
(code, lang)
api/server/utils/markdownToHtml.ts:36
MethodisChatUnreadForUser
()
app/lib/store/Chat.ts:339
MethodisChatsLinkUnreadForUser
()
app/lib/store/User.ts:437
MethodisCommentUnreadForUser
()
app/lib/store/Comment.ts:83
MethodisDiscussionPinnedForUser
()
app/lib/store/Discussion.ts:327
MethodisDiscussionUnreadForUser
()
app/lib/store/Discussion.ts:339
MethodisMessageUnreadBySomeone
()
app/lib/store/Message.ts:117
MethodisMessageUnreadByUser
()
app/lib/store/Message.ts:105
Methodleader
()
app/lib/store/Discussion.ts:311
FunctionleaveTeamApiMethod
({ teamIdOfTeamInQuestion, }: { teamIdOfTeamInQuestion: string; })
app/lib/api/to-api-server-team-member.ts:15
MethodmarkCommentAsReadForParticipantsOfDiscussionAfterCommentIsDeleted
({ userIdsToNotify, commentId, })
api/server/models/User.ts:1412
MethodmarkCommentAsUnreadForParticipantsOfDiscussionAfterCommentIsAdded
({ userIdsToNotify, commentId, })
api/server/models/User.ts:1397
MethodmarkMessageAsReadForParticipantsOfChatAfterMessageIsDeletedByUser
({ userIdsToNotify, messageId, })
api/server/models/User.ts:1542
MethodmarkMessageAsUnreadForParticipantsOfChatAfterMessageIsAddedByUser
({ userIdsToNotify, messageId, })
api/server/models/User.ts:1512
Methodmembers
()
app/lib/store/Chat.ts:99
Methodmembers
()
app/lib/store/Team.ts:158
Methodmembers
()
app/lib/store/Discussion.ts:156
MethodmessagesWereSeen
({ userId, messageIds })
api/server/models/User.ts:1456
MethodnumberOfUnreadComments
()
app/lib/store/User.ts:497
MethodorderedActiveDiscussions
()
app/lib/store/User.ts:449
MethodorderedArchivedDiscussions
()
app/lib/store/User.ts:470
MethodorderedChats
()
app/lib/store/User.ts:869
MethodpinChat
({ userId, chatId })
api/server/models/User.ts:1426
FunctionpinChatApiMethod
({ chatId, teamId }: { chatId: string; teamId: string })
app/lib/api/to-api-server-team-member.ts:456
MethodpinDiscussion
({ userId, discussionId })
api/server/models/User.ts:1336
MethodreSubscribeToPaidPlan
({ userId })
api/server/models/User.ts:1239
MethodreadComment
({ userId, commentId })
api/server/models/User.ts:1366
MethodregisterOrLogIn
({ uid, email, isLoginEvent, teamId })
api/server/models/User.ts:502
FunctionremoveInvitationIfMemberAddedApiMethod
(token: string)
app/lib/api/to-api-server-public.ts:60
MethodremoveTeamMember
({ removedUserEmail, teamId })
api/server/models/User.ts:980
Methodrender
()
app/components/layout/index.tsx:93
Methodrender
()
app/components/settings/SettingsMenu.tsx:17
Methodrender
()
app/components/messages/MessageContent.tsx:8
Methodrender
()
app/components/messages/MessageDetail.tsx:66
Methodrender
()
app/components/messages/MessageEditor.tsx:200
Methodrender
()
app/components/messages/MessageForm.tsx:91
Methodrender
()
app/components/discussions/SearchDiscussions.tsx:61
Methodrender
()
app/components/discussions/DiscussionDetail.tsx:201
Methodrender
()
app/components/discussions/DiscussionList.tsx:52
Methodrender
()
app/components/common/Notifier.tsx:23
Methodrender
()
app/components/common/Confirmer.tsx:38
Methodrender
()
app/components/common/MenuWithLinks.tsx:22
Methodrender
()
app/components/common/AvatarwithMenu.tsx:10
Methodrender
()
app/components/common/SidebarListItem.tsx:42
Methodrender
()
app/components/common/MenuWithMenuItems.tsx:14
Methodrender
()
app/components/common/LoginForm.tsx:29
Methodrender
()
app/components/common/MemberChooser.tsx:38
Methodrender
()
app/components/comments/CommentForm.tsx:90
Methodrender
()
app/components/comments/CommentDetail.tsx:48
Methodrender
()
app/components/comments/CommentContent.tsx:4
Methodrender
()
app/components/comments/CommentEditor.tsx:170
Methodrender
()
app/components/chats/ChatDetail.tsx:288
Methodrender
()
app/components/chats/SearchWithinChat.tsx:61
Methodrender
()
app/components/chats/ChatList.tsx:31
Methodrender
()
app/components/teams/CreateTeamModal.tsx:29
Methodrender
()
app/components/teams/InviteMemberModal.tsx:26
Methodrender
()
app/pages/chat.tsx:61
Methodrender
()
app/pages/_document.tsx:43
Methodrender
()
app/pages/discussion.tsx:70
Methodrender
()
app/pages/public/register.tsx:35
Methodrender
()
app/pages/public/login.tsx:50
Methodrender
()
app/pages/settings/team-settings.tsx:103
Methodrender
()
app/pages/settings/my-account.tsx:90
Methodrender
()
app/pages/settings/my-billing.tsx:67
MethodrevokeInvitation
({ revokedInvitationEmail, teamId })
api/server/models/User.ts:927
MethodsearchByContent
({ userId, teamId, whichList, query })
api/server/models/Discussion.ts:317
MethodsearchDiscussionsStoreMethod
({ query, whichList, teamId, }: { query: string; whichList: string; teamId: string;
app/lib/store/User.ts:477
MethodsearchWithinChat
({ chatId, userId, teamId, query })
api/server/models/Chat.ts:285
MethodsearchWithinChatStoreMethod
({ query, teamId, chatId, }: { query: string; teamId: string; chatId: string; })
app/lib/store/User.ts:998
MethodsubscribeToPaidPlan
({ session, teamLeader, }: { session: Stripe.Checkout.Session; teamLeader: IUserDocument;
api/server/models/User.ts:1105
MethodtoggleTheme
({ userId, showDarkTheme })
api/server/models/User.ts:1328
MethodtypingChatParticipants
()
app/lib/store/Chat.ts:103
MethodunpinChat
({ userId, chatId })
api/server/models/User.ts:1441
FunctionunpinChatApiMethod
({ chatId, teamId }: { chatId: string; teamId: string })
app/lib/api/to-api-server-team-member.ts:464
MethodunpinDiscussion
({ userId, discussionId })
api/server/models/User.ts:1351
MethodunreadComment
({ userId, commentId })
api/server/models/User.ts:1381
MethodupdateUserProfile
({ email, userName, userAvatarUrl })
api/server/models/User.ts:736
Methoduser
()
app/lib/store/Chat.ts:95
Methoduser
()
app/lib/store/Discussion.ts:152
← previous401–483 of 483, ranked by callers