Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-labs/async
/ functions
Functions
483 in github.com/async-labs/async
⨍
Functions
483
◇
Types & classes
108
Method
getTeamData
(teamId)
api/server/models/User.ts:748
Function
handleError
(err, _, res)
api/server/api/index.ts:9
Function
highlight
(code, lang)
app/components/messages/MessageEditor.tsx:67
Function
highlight
(code, lang)
app/components/comments/CommentEditor.tsx:63
Function
highlight
(code, lang)
api/server/utils/markdownToHtml.ts:36
Method
isChatUnreadForUser
()
app/lib/store/Chat.ts:339
Method
isChatsLinkUnreadForUser
()
app/lib/store/User.ts:437
Method
isCommentUnreadForUser
()
app/lib/store/Comment.ts:83
Method
isDiscussionPinnedForUser
()
app/lib/store/Discussion.ts:327
Method
isDiscussionUnreadForUser
()
app/lib/store/Discussion.ts:339
Method
isMessageUnreadBySomeone
()
app/lib/store/Message.ts:117
Method
isMessageUnreadByUser
()
app/lib/store/Message.ts:105
Method
leader
()
app/lib/store/Discussion.ts:311
Function
leaveTeamApiMethod
({ teamIdOfTeamInQuestion, }: { teamIdOfTeamInQuestion: string; })
app/lib/api/to-api-server-team-member.ts:15
Method
markCommentAsReadForParticipantsOfDiscussionAfterCommentIsDeleted
({ userIdsToNotify, commentId, })
api/server/models/User.ts:1412
Method
markCommentAsUnreadForParticipantsOfDiscussionAfterCommentIsAdded
({ userIdsToNotify, commentId, })
api/server/models/User.ts:1397
Method
markMessageAsReadForParticipantsOfChatAfterMessageIsDeletedByUser
({ userIdsToNotify, messageId, })
api/server/models/User.ts:1542
Method
markMessageAsUnreadForParticipantsOfChatAfterMessageIsAddedByUser
({ userIdsToNotify, messageId, })
api/server/models/User.ts:1512
Method
members
()
app/lib/store/Chat.ts:99
Method
members
()
app/lib/store/Team.ts:158
Method
members
()
app/lib/store/Discussion.ts:156
Method
messagesWereSeen
({ userId, messageIds })
api/server/models/User.ts:1456
Method
numberOfUnreadComments
()
app/lib/store/User.ts:497
Method
orderedActiveDiscussions
()
app/lib/store/User.ts:449
Method
orderedArchivedDiscussions
()
app/lib/store/User.ts:470
Method
orderedChats
()
app/lib/store/User.ts:869
Method
pinChat
({ userId, chatId })
api/server/models/User.ts:1426
Function
pinChatApiMethod
({ chatId, teamId }: { chatId: string; teamId: string })
app/lib/api/to-api-server-team-member.ts:456
Method
pinDiscussion
({ userId, discussionId })
api/server/models/User.ts:1336
Method
reSubscribeToPaidPlan
({ userId })
api/server/models/User.ts:1239
Method
readComment
({ userId, commentId })
api/server/models/User.ts:1366
Method
registerOrLogIn
({ uid, email, isLoginEvent, teamId })
api/server/models/User.ts:502
Function
removeInvitationIfMemberAddedApiMethod
(token: string)
app/lib/api/to-api-server-public.ts:60
Method
removeTeamMember
({ removedUserEmail, teamId })
api/server/models/User.ts:980
Method
render
()
app/components/layout/index.tsx:93
Method
render
()
app/components/settings/SettingsMenu.tsx:17
Method
render
()
app/components/messages/MessageContent.tsx:8
Method
render
()
app/components/messages/MessageDetail.tsx:66
Method
render
()
app/components/messages/MessageEditor.tsx:200
Method
render
()
app/components/messages/MessageForm.tsx:91
Method
render
()
app/components/discussions/SearchDiscussions.tsx:61
Method
render
()
app/components/discussions/DiscussionDetail.tsx:201
Method
render
()
app/components/discussions/DiscussionList.tsx:52
Method
render
()
app/components/common/Notifier.tsx:23
Method
render
()
app/components/common/Confirmer.tsx:38
Method
render
()
app/components/common/MenuWithLinks.tsx:22
Method
render
()
app/components/common/AvatarwithMenu.tsx:10
Method
render
()
app/components/common/SidebarListItem.tsx:42
Method
render
()
app/components/common/MenuWithMenuItems.tsx:14
Method
render
()
app/components/common/LoginForm.tsx:29
Method
render
()
app/components/common/MemberChooser.tsx:38
Method
render
()
app/components/comments/CommentForm.tsx:90
Method
render
()
app/components/comments/CommentDetail.tsx:48
Method
render
()
app/components/comments/CommentContent.tsx:4
Method
render
()
app/components/comments/CommentEditor.tsx:170
Method
render
()
app/components/chats/ChatDetail.tsx:288
Method
render
()
app/components/chats/SearchWithinChat.tsx:61
Method
render
()
app/components/chats/ChatList.tsx:31
Method
render
()
app/components/teams/CreateTeamModal.tsx:29
Method
render
()
app/components/teams/InviteMemberModal.tsx:26
Method
render
()
app/pages/chat.tsx:61
Method
render
()
app/pages/_document.tsx:43
Method
render
()
app/pages/discussion.tsx:70
Method
render
()
app/pages/public/register.tsx:35
Method
render
()
app/pages/public/login.tsx:50
Method
render
()
app/pages/settings/team-settings.tsx:103
Method
render
()
app/pages/settings/my-account.tsx:90
Method
render
()
app/pages/settings/my-billing.tsx:67
Method
revokeInvitation
({ revokedInvitationEmail, teamId })
api/server/models/User.ts:927
Method
searchByContent
({ userId, teamId, whichList, query })
api/server/models/Discussion.ts:317
Method
searchDiscussionsStoreMethod
({ query, whichList, teamId, }: { query: string; whichList: string; teamId: string;
app/lib/store/User.ts:477
Method
searchWithinChat
({ chatId, userId, teamId, query })
api/server/models/Chat.ts:285
Method
searchWithinChatStoreMethod
({ query, teamId, chatId, }: { query: string; teamId: string; chatId: string; })
app/lib/store/User.ts:998
Method
subscribeToPaidPlan
({ session, teamLeader, }: { session: Stripe.Checkout.Session; teamLeader: IUserDocument;
api/server/models/User.ts:1105
Method
toggleTheme
({ userId, showDarkTheme })
api/server/models/User.ts:1328
Method
typingChatParticipants
()
app/lib/store/Chat.ts:103
Method
unpinChat
({ userId, chatId })
api/server/models/User.ts:1441
Function
unpinChatApiMethod
({ chatId, teamId }: { chatId: string; teamId: string })
app/lib/api/to-api-server-team-member.ts:464
Method
unpinDiscussion
({ userId, discussionId })
api/server/models/User.ts:1351
Method
unreadComment
({ userId, commentId })
api/server/models/User.ts:1381
Method
updateUserProfile
({ email, userName, userAvatarUrl })
api/server/models/User.ts:736
Method
user
()
app/lib/store/Chat.ts:95
Method
user
()
app/lib/store/Discussion.ts:152
← previous
401–483 of 483, ranked by callers