Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostcampwm-2021/web09-Duxcord
/ functions
Functions
249 in github.com/boostcampwm-2021/web09-Duxcord
⨍
Functions
249
◇
Types & classes
119
Method
constructor
({ groupName, thumbnail })
server/src/utils/validators/group.validator.ts:16
Method
constructor
({ channelName, channelType })
server/src/utils/validators/group.validator.ts:28
Function
createChannel
()
client/src/components/Modal/ChannelCreate/index.tsx:31
Function
createThread
(e: FormEvent)
client/src/components/Chat/Thread/index.tsx:71
Function
deleteCurrentChannel
()
client/src/components/Modal/ChannelDelete/index.tsx:23
Function
deleteCurrentGroup
()
client/src/components/Modal/GroupDelete/index.tsx:23
Function
deselectVideo
()
client/src/hooks/useSelectVideo.ts:6
Function
editProfile
()
client/src/components/Modal/UserEdit/index.tsx:50
Function
getGroupsFetcher
(url: string)
client/src/hooks/useGroups.ts:12
Method
getOtherUserData
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:60
Method
getPresignedUrl
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:83
Method
getUserData
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:41
Method
getUserGroups
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:49
Function
handleIDInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignIn/index.tsx:28
Function
handleIDInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignUp/index.tsx:45
Function
handleLike
()
client/src/components/Chat/ChatList/ChatItem/index.tsx:35
Function
handlePasswordInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignIn/index.tsx:35
Function
handlePasswordInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignUp/index.tsx:69
Function
handleUserNameInputChange
(event: React.FormEvent<HTMLInputElement>)
client/src/pages/SignUp/index.tsx:57
Function
handleUserSelect
()
client/src/components/SideBar/Profile/index.tsx:46
Function
hideModal
()
client/src/components/Modal/index.tsx:24
Function
joinChannel
()
client/src/components/SideBar/Channels/ChannelListItem/index.tsx:36
Function
joinChannel
({ channelType, id }: { channelType: 'chatting' | 'meeting'; id: number })
client/src/utils/socket.ts:7
Function
joinGroup
()
client/src/components/Modal/GroupJoin/index.tsx:30
Function
leaveChannel
({ channelType, id }: { channelType: 'chatting' | 'meeting'; id: number })
client/src/utils/socket.ts:10
Function
loadImage
()
client/src/utils/getChatsHeight.ts:15
Function
logOut
()
client/src/components/Modal/Logout/index.tsx:14
Function
newChat
({ newChat, channelID })
server/src/utils/broadcast.ts:7
Function
newThread
({ newThread, chatID })
server/src/utils/broadcast.ts:11
Function
onMeetingCaptureClick
()
client/src/components/Meet/MeetVideo/MeetButton/index.tsx:35
Function
onMeetingStopClick
()
client/src/components/Meet/MeetVideo/MeetButton/index.tsx:30
Function
onSubmit
(e: FormEvent)
client/src/components/Meet/MeetChat/index.tsx:40
Function
onSubmitChat
(e: FormEvent)
client/src/components/Chat/ChatInput/index.tsx:16
Function
onUploadFile
(e: React.ChangeEvent<HTMLInputElement>)
client/src/components/Modal/UserEdit/index.tsx:31
Function
onUploadFile
(e: React.ChangeEvent<HTMLInputElement>)
client/src/components/Modal/GroupCreate/index.tsx:64
Function
onUploadFile
(e: React.ChangeEvent<HTMLInputElement>)
client/src/components/Chat/ChatInput/index.tsx:35
Function
pasteGroupCode
()
client/src/components/Modal/GroupInvite/index.tsx:13
Function
reactionInfo
({ reactionInfo, channelID })
server/src/utils/broadcast.ts:19
Function
signIn
()
client/src/pages/SignIn/index.tsx:42
Method
signIn
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:26
Method
signInValidator
(req, res, next)
server/src/utils/validators/user.validator.ts:64
Method
signOut
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:33
Function
signUp
()
client/src/pages/SignUp/index.tsx:81
Method
signUp
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:13
Method
signUpValidator
(req: Request, res: Response, next: NextFunction)
server/src/utils/validators/user.validator.ts:49
Function
threadInfo
({ threadInfo, channelID })
server/src/utils/broadcast.ts:15
Method
updateUserData
(req: Request, res: Response, next: NextFunction)
server/src/controllers/user.controller.ts:68
Method
updateUserValidator
(req: Request, res: Response, next: NextFunction)
server/src/utils/validators/user.validator.ts:80
Function
userDisconnect
()
server/src/controllers/socket/group.socket.ts:35
← previous
201–249 of 249, ranked by callers