MCPcopy Create free account

hub / github.com/boostcampwm-2021/web09-Duxcord / functions

Functions249 in github.com/boostcampwm-2021/web09-Duxcord

Methodconstructor
({ groupName, thumbnail })
server/src/utils/validators/group.validator.ts:16
Methodconstructor
({ channelName, channelType })
server/src/utils/validators/group.validator.ts:28
FunctioncreateChannel
()
client/src/components/Modal/ChannelCreate/index.tsx:31
FunctioncreateThread
(e: FormEvent)
client/src/components/Chat/Thread/index.tsx:71
FunctiondeleteCurrentChannel
()
client/src/components/Modal/ChannelDelete/index.tsx:23
FunctiondeleteCurrentGroup
()
client/src/components/Modal/GroupDelete/index.tsx:23
FunctiondeselectVideo
()
client/src/hooks/useSelectVideo.ts:6
FunctioneditProfile
()
client/src/components/Modal/UserEdit/index.tsx:50
FunctiongetGroupsFetcher
(url: string)
client/src/hooks/useGroups.ts:12
MethodgetOtherUserData
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:60
MethodgetPresignedUrl
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:83
MethodgetUserData
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:41
MethodgetUserGroups
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:49
FunctionhandleIDInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignIn/index.tsx:28
FunctionhandleIDInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignUp/index.tsx:45
FunctionhandleLike
()
client/src/components/Chat/ChatList/ChatItem/index.tsx:35
FunctionhandlePasswordInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignIn/index.tsx:35
FunctionhandlePasswordInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignUp/index.tsx:69
FunctionhandleUserNameInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignUp/index.tsx:57
FunctionhandleUserSelect
()
client/src/components/SideBar/Profile/index.tsx:46
FunctionhideModal
()
client/src/components/Modal/index.tsx:24
FunctionjoinChannel
()
client/src/components/SideBar/Channels/ChannelListItem/index.tsx:36
FunctionjoinChannel
({ channelType, id }: { channelType: 'chatting' | 'meeting'; id: number })
client/src/utils/socket.ts:7
FunctionjoinGroup
()
client/src/components/Modal/GroupJoin/index.tsx:30
FunctionleaveChannel
({ channelType, id }: { channelType: 'chatting' | 'meeting'; id: number })
client/src/utils/socket.ts:10
FunctionloadImage
()
client/src/utils/getChatsHeight.ts:15
FunctionlogOut
()
client/src/components/Modal/Logout/index.tsx:14
FunctionnewChat
({ newChat, channelID })
server/src/utils/broadcast.ts:7
FunctionnewThread
({ newThread, chatID })
server/src/utils/broadcast.ts:11
FunctiononMeetingCaptureClick
()
client/src/components/Meet/MeetVideo/MeetButton/index.tsx:35
FunctiononMeetingStopClick
()
client/src/components/Meet/MeetVideo/MeetButton/index.tsx:30
FunctiononSubmit
(e: FormEvent)
client/src/components/Meet/MeetChat/index.tsx:40
FunctiononSubmitChat
(e: FormEvent)
client/src/components/Chat/ChatInput/index.tsx:16
FunctiononUploadFile
(e: React.ChangeEvent<HTMLInputElement>)
client/src/components/Modal/UserEdit/index.tsx:31
FunctiononUploadFile
(e: React.ChangeEvent<HTMLInputElement>)
client/src/components/Modal/GroupCreate/index.tsx:64
FunctiononUploadFile
(e: React.ChangeEvent<HTMLInputElement>)
client/src/components/Chat/ChatInput/index.tsx:35
FunctionpasteGroupCode
()
client/src/components/Modal/GroupInvite/index.tsx:13
FunctionreactionInfo
({ reactionInfo, channelID })
server/src/utils/broadcast.ts:19
FunctionsignIn
()
client/src/pages/SignIn/index.tsx:42
MethodsignIn
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:26
MethodsignInValidator
(req, res, next)
server/src/utils/validators/user.validator.ts:64
MethodsignOut
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:33
FunctionsignUp
()
client/src/pages/SignUp/index.tsx:81
MethodsignUp
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:13
MethodsignUpValidator
(req: Request, res: Response, next: NextFunction)
server/src/utils/validators/user.validator.ts:49
FunctionthreadInfo
({ threadInfo, channelID })
server/src/utils/broadcast.ts:15
MethodupdateUserData
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:68
MethodupdateUserValidator
(req: Request, res: Response, next: NextFunction)
server/src/utils/validators/user.validator.ts:80
FunctionuserDisconnect
()
server/src/controllers/socket/group.socket.ts:35
← previous201–249 of 249, ranked by callers