MCPcopy Create free account

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

Functions483 in github.com/async-labs/async

↓ 1 callersMethodpinDiscussion
({ userId, discussionId }: { userId: string; discussionId: string })
api/server/models/User.ts:397
↓ 1 callersFunctionpinDiscussionApiMethod
({ discussionId, teamId, }: { discussionId: string; teamId: string; })
app/lib/api/to-api-server-team-member.ts:224
↓ 1 callersMethodpinDiscussionStoreMethod
(discussionId: string, teamId: string)
app/lib/store/User.ts:783
↓ 1 callersMethodpublicFields
()
api/server/models/User.ts:467
↓ 1 callersFunctionreSubscribe
({ subscriptionId })
api/server/stripe.ts:74
↓ 1 callersFunctionreSubscribeTeamApiMethod
(teamId: string)
app/lib/api/to-api-server-team-leader.ts:88
↓ 1 callersMethodreSubscribeTeamStoreMethod
(teamId: string)
app/lib/store/User.ts:1107
↓ 1 callersMethodreSubscribeToPaidPlan
({ userId }: { userId: string })
api/server/models/User.ts:388
↓ 1 callersMethodreadComment
({ userId, commentId }: { userId: string; commentId: string })
api/server/models/User.ts:406
↓ 1 callersFunctionreadCommentApiMethod
({ commentId, teamId, }: { commentId: string; teamId: string; })
app/lib/api/to-api-server-team-member.ts:254
↓ 1 callersMethodreadCommentStoreMethod
(commentId: string, teamId: string)
app/lib/store/User.ts:805
↓ 1 callersMethodregisterOrLogIn
({ uid, email, isLoginEvent, teamId, }: { uid: string; email: string; isLoginEve
api/server/models/User.ts:296
↓ 1 callersMethodremoveCommentFromLocalCacheStoreMethod
(commentId)
app/lib/store/Discussion.ts:244
↓ 1 callersMethodremoveFileInsideCommentFromLocalCacheStoreMethod
(commentId, fileUrl)
app/lib/store/Discussion.ts:221
↓ 1 callersMethodremoveFileInsideMessageFromLocalCacheStoreMethod
(messageId, fileUrl)
app/lib/store/Chat.ts:179
↓ 1 callersMethodremoveMessageFromLocalCacheStoreMethod
(messageId, parentMessageId)
app/lib/store/Chat.ts:220
↓ 1 callersMethodremoveTeamFromLocalCacheStoreMethod
(teamId: string, defaultTeamId: string)
app/lib/store/User.ts:1055
↓ 1 callersMethodremoveTeamMember
({ removedUserEmail, teamId, }: { removedUserEmail: string; teamId: string; })
api/server/models/User.ts:356
↓ 1 callersFunctionremoveTeamMemberApiMethod
({ removedUserEmail, teamId, }: { removedUserEmail: string; teamId: string; })
app/lib/api/to-api-server-team-leader.ts:40
↓ 1 callersMethodremoveTeamMemberStoreMethod
({ email, teamId }: { email: string; teamId: string })
app/lib/store/Team.ts:192
↓ 1 callersMethodrenderCommentDetail
(comment: Comment, isMobile)
app/components/comments/CommentDetail.tsx:100
↓ 1 callersMethodrenderCommentForm
()
app/components/discussions/DiscussionDetail.tsx:1067
↓ 1 callersMethodrenderComments
()
app/components/discussions/DiscussionDetail.tsx:803
↓ 1 callersMethodrenderEditIcon
()
app/components/messages/MessageDetail.tsx:108
↓ 1 callersMethodrenderEditIcon
()
app/components/comments/CommentDetail.tsx:83
↓ 1 callersMethodrenderInvoices
(isMobile)
app/pages/settings/my-billing.tsx:491
↓ 1 callersMethodrenderMessageDetail
(message: Message, isMobile: boolean, chat: Chat)
app/components/messages/MessageDetail.tsx:156
↓ 1 callersMethodrenderMessages
()
app/components/chats/ChatDetail.tsx:776
↓ 1 callersMethodrenderResult
()
app/components/discussions/SearchDiscussions.tsx:117
↓ 1 callersMethodrenderResult
()
app/components/chats/SearchWithinChat.tsx:117
↓ 1 callersMethodrenderThreadIcon
(count)
app/components/messages/MessageDetail.tsx:124
↓ 1 callersMethodrenderThreadMessages
()
app/components/chats/ChatDetail.tsx:1058
↓ 1 callersMethodrenderUploadArea
()
app/components/messages/MessageEditor.tsx:299
↓ 1 callersMethodrenderUploadArea
(isThemeDark)
app/components/comments/CommentEditor.tsx:251
↓ 1 callersFunctionresize
(resolve)
app/lib/resizeImage.ts:4
↓ 1 callersMethodrestoreCursorPosition
()
app/components/comments/CommentEditor.tsx:301
↓ 1 callersFunctionretrieveSession
({ sessionId }: { sessionId: string })
api/server/stripe.ts:61
↓ 1 callersMethodrevokeInvitation
({ revokedInvitationEmail, teamId, }: { revokedInvitationEmail: string; teamId: string; })
api/server/models/User.ts:348
↓ 1 callersFunctionrevokeInvitationApiMethod
({ revokedInvitationEmail, teamId, }: { revokedInvitationEmail: string; teamId: string; })
app/lib/api/to-api-server-team-leader.ts:55
↓ 1 callersMethodrevokeInvitationStoreMethod
({ email, teamId }: { email: string; teamId: string })
app/lib/store/Team.ts:184
↓ 1 callersMethodsaveCursorPosition
()
app/components/comments/CommentEditor.tsx:312
↓ 1 callersMethodsearchByContent
({ userId, teamId, whichList, query, }: { userId: string; teamId: string; whichL
api/server/models/Discussion.ts:85
↓ 1 callersFunctionsearchDiscussionsApiMethod
({ query, whichList, teamId, }: { query: string; whichList: string; teamId: string; })
app/lib/api/to-api-server-team-member.ts:207
↓ 1 callersMethodsearchWithinChat
({ userId, teamId, chatId, query, }: { userId: string; teamId: string; chatId: s
api/server/models/Chat.ts:54
↓ 1 callersFunctionsearchWithinChatApiMethod
({ query, chatId, teamId, }: { query: string; chatId: string; teamId: string; })
app/lib/api/to-api-server-team-member.ts:439
↓ 1 callersFunctionsendOnlineStatusToServerApiMethod
({ status, teamId, socketId, }: { status: boolean; teamId: string; socketId: string; })
app/lib/api/to-api-server-team-member.ts:586
↓ 1 callersMethodsetInitialChatsStoreMethod
(initialChats)
app/lib/store/User.ts:829
↓ 1 callersMethodsetInitialDiscussionsStoreMethod
(initialDiscussions)
app/lib/store/User.ts:354
↓ 1 callersMethodsetInitialMembersStoreMethod
(initialTeamMembers)
app/lib/store/Team.ts:97
↓ 1 callersMethodsetInitialTeamsStoreMethod
(initialTeams: any[], teamId?: string)
app/lib/store/User.ts:344
↓ 1 callersFunctionsetupPasswordless
({ server, ROOT_URL })
api/server/passwordless.ts:15
↓ 1 callersFunctionsetupSockets
({ httpServer, origin, sessionMiddleware, }: { httpServer: httpModule.Server; origin: string | boole
api/server/sockets.ts:20
↓ 1 callersFunctionsignRequestForUpload
({ fileName, fileType, teamId, userId, discussionId, commentId, chatId, messageId, })
api/server/aws-s3.ts:82
↓ 1 callersFunctionstripeWebHookAndCheckoutCallback
({ server })
api/server/stripe.ts:121
↓ 1 callersMethodsubscribeToPaidPlan
({ session, teamLeader, }: { session: Stripe.Checkout.Session; teamLeader: IUserDocument;
api/server/models/User.ts:373
↓ 1 callersFunctionteamDeleted
({ socketId, teamId, userId, }: { socketId?: string; teamId: string; userId: string; })
api/server/sockets.ts:602
↓ 1 callersMethodtoggleTheme
({ userId, showDarkTheme }: { userId: string; showDarkTheme: boolean })
api/server/models/User.ts:395
↓ 1 callersFunctiontoggleThemeApiMethod
({ showDarkTheme, teamId, }: { showDarkTheme: boolean; teamId: string; })
app/lib/api/to-api-server-team-member.ts:108
↓ 1 callersMethodtoggleThemeStoreMethod
({ showDarkTheme, teamId, }: { showDarkTheme: boolean; teamId: string; })
app/lib/store/User.ts:556
↓ 1 callersFunctiontypingStatus
({ socketId, status, chatId, userId, }: { socketId?: string; status: boolean; chatId: string;
api/server/sockets.ts:582
↓ 1 callersMethodunpinChat
({ userId, chatId }: { userId: string; chatId: string })
api/server/models/User.ts:426
↓ 1 callersMethodunpinDiscussion
({ userId, discussionId, }: { userId: string; discussionId: string; })
api/server/models/User.ts:398
↓ 1 callersFunctionunpinDiscussionApiMethod
({ discussionId, teamId, }: { discussionId: string; teamId: string; })
app/lib/api/to-api-server-team-member.ts:238
↓ 1 callersMethodunpinDiscussionStoreMethod
(discussionId: string, teamId: string)
app/lib/store/User.ts:794
↓ 1 callersFunctionunreadBySomeoneMessagesWereSeen
({ socketId, affectedUserIdsAndMessageIds, chatId, }: { socketId?: string; affectedUserIdsAndMessage
api/server/sockets.ts:619
↓ 1 callersMethodunreadComment
({ userId, commentId }: { userId: string; commentId: string })
api/server/models/User.ts:407
↓ 1 callersFunctionunreadCommentApiMethod
({ commentId, teamId, }: { commentId: string; teamId: string; })
app/lib/api/to-api-server-team-member.ts:268
↓ 1 callersFunctionunreadCommentDeleted
({ socketId, userIdsToNotify, commentId, discussionId, }: { socketId?: string; userIdsToNotify: st
api/server/sockets.ts:322
↓ 1 callersMethodunreadCommentStoreMethod
(commentId: string, teamId: string)
app/lib/store/User.ts:816
↓ 1 callersFunctionunreadMessageAdded
({ socketId, userIdsToNotify, messageId, parentMessageId, chatId, message, }: { socketId?: strin
api/server/sockets.ts:498
↓ 1 callersFunctionunreadMessageDeleted
({ socketId, userIdsToNotify, messageId, parentMessageId, chatId, }: { socketId?: string; userId
api/server/sockets.ts:529
↓ 1 callersFunctionupdateCustomer
(customerId: string, params: Stripe.CustomerUpdateParams)
api/server/stripe.ts:86
↓ 1 callersMethodupdateTypingStatusStoreMethod
(status: boolean, chatId: string, teamId: string)
app/lib/store/User.ts:1044
↓ 1 callersFunctionupdateTypingStatusViaServerApiMethod
({ status, teamId, chatId, socketId, }: { status: boolean; teamId: string; chatId: string; soc
app/lib/api/to-api-server-team-member.ts:602
↓ 1 callersMethodupdateUserProfile
({ email, userName, userAvatarUrl, }: { email: string; userName: string; userAvatarU
api/server/models/User.ts:308
↓ 1 callersFunctionverifySignature
(signature)
api/server/api/index.ts:15
↓ 1 callersFunctionverifyWebHook
(request)
api/server/stripe.ts:107
↓ 1 callersFunctionwrap
(middleware)
api/server/sockets.ts:47
FunctionLayoutWrapper
({ children }: { children: React.ReactNode })
app/components/layout/index.tsx:30
FunctionLoading
({ text, style = {} }: { text: string; style?: React.CSSProperties })
app/components/common/Loading.tsx:3
FunctionMongoStore
(options = {})
api/server/passwordless-token.ts:50
FunctionTokenStore
()
api/server/passwordless-tokenstore.ts:3
FunctionacceptAndGetTeamByTokenApiMethod
(token: string, req: any)
app/lib/api/to-api-server-public.ts:50
MethodaddFile
({ userId, commentId, fileName, fileUrl })
api/server/models/Comment.ts:364
MethodaddFile
({ userId, messageId, fileName, fileUrl, }: { userId: string; messageId: string;
api/server/models/Message.ts:124
MethodaddFile
({ userId, messageId, fileName, fileUrl })
api/server/models/Message.ts:459
MethodaddOrEdit
({ content, discussionId, teamId, userId, id, files })
api/server/models/Comment.ts:133
MethodaddOrEdit
({ content, chatId, teamId, userId, id, files, parentMessageId, }: { content
api/server/models/Message.ts:66
MethodaddOrEdit
({ content, chatId, teamId, userId, id, files, parentMessageId })
api/server/models/Message.ts:181
Methodarchive
({ userId, discussionId, action })
api/server/models/Discussion.ts:285
MethodcancelSubscriptionForAccount
({ userId })
api/server/models/User.ts:1200
MethodcancelSubscriptionForAccountAfterFailedPayment
({ subscriptionId })
api/server/models/User.ts:1281
MethodchangeOnlineStatusForTeam
({ userId, status, teamId })
api/server/models/User.ts:1583
MethodchangeStripeCard
({ session, teamLeader, }: { session: Stripe.Checkout.Session; teamLeader: IUserDocument;
api/server/models/User.ts:1168
FunctioncheckCardExpiration
(event: any)
lambda/handler.ts:5
FunctioncheckCardExpiration
(productionUrl: string)
lambda/src/checkCardExpiration.ts:5
MethodcheckPermission
({ userId, teamId, chat, }: { userId: string; teamId: string; chat?: IChatDocument;
api/server/models/Chat.ts:66
MethodcheckPermission
({ userId, discussionId, doc, }: { userId: string; discussionId: string; doc?: IComm
api/server/models/Comment.ts:100
MethodcheckPermission
({ userId, chatId, doc, }: { userId: string; chatId: string; doc?: IMessageDocument;
api/server/models/Message.ts:136
FunctioncheckRequest
(req, res, next)
api/server/api/index.ts:30
← previousnext →201–300 of 483, ranked by callers