MCPcopy Create free account

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

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

↓ 1 callersFunctionfileImgType
(type: string)
client/src/components/Chat/FileItem/style.ts:7
↓ 1 callersMethodfindChatsByPages
(chattingChannelID: string, page: number, userID: number)
server/src/db/repositories/chat.repository.ts:6
↓ 1 callersMethodfindGroupsByUserID
(userID: number)
server/src/db/repositories/groupmember.repository.ts:15
↓ 1 callersFunctionfinishModal
()
client/src/components/Modal/GroupJoin/index.tsx:25
↓ 1 callersFunctionfinishModal
()
client/src/components/Modal/GroupCreate/index.tsx:29
↓ 1 callersFunctiongetBrowser
()
client/src/utils/browserChecker.ts:1
↓ 1 callersMethodgetChat
(req: Request, res: Response, next: NextFunction)
server/src/controllers/channel.controller.ts:13
↓ 1 callersFunctiongetChatsHeight
(chatListRef: React.RefObject<HTMLDivElement>, pillNumber: number)
client/src/utils/getChatsHeight.ts:11
↓ 1 callersFunctiongetFetcher
(url: string)
client/src/utils/api/fetcher.ts:1
↓ 1 callersMethodgetGroupMembers
(req: Request, res: Response, next: NextFunction)
server/src/controllers/group.controller.ts:62
↓ 1 callersFunctiongetMyStream
({ video, audio }: { video: boolean; audio: boolean })
client/src/utils/stream.ts:18
↓ 1 callersMethodgetThread
(req: Request, res: Response, next: NextFunction)
server/src/controllers/chat.controller.ts:79
↓ 1 callersFunctiongetUploadName
(fileName: string)
client/src/utils/uploadFile.ts:16
↓ 1 callersFunctiongetUploadURL
(responseURL: string)
client/src/utils/uploadFile.ts:18
↓ 1 callersFunctionhighlightMyVolume
(stream: MediaStream, myVideo: HTMLVideoElement)
client/src/utils/audio.ts:1
↓ 1 callersFunctionimageLoad
(video: HTMLVideoElementWithCaptureStream)
client/src/utils/capture.ts:34
↓ 1 callersFunctionisJpegOrPng
(file: File)
client/src/utils/uploadFile.ts:14
↓ 1 callersFunctionisWideImage
(imageBitmap: ImageBitmap)
client/src/utils/capture.ts:17
↓ 1 callersMethodjoinGroup
(req: Request, res: Response, next: NextFunction)
server/src/controllers/group.controller.ts:87
↓ 1 callersFunctionmockFetch
(data: string)
client/src/utils/test/fetcher.test.ts:4
↓ 1 callersFunctiononUserSelected
()
client/src/components/Chat/ChatList/ChatItem/index.tsx:47
↓ 1 callersFunctionormLoader
()
server/src/loaders/orm.loader.ts:69
↓ 1 callersFunctionrootLoader
(app, httpServer)
server/src/loaders/root.loader.ts:5
↓ 1 callersFunctionselectChat
()
client/src/components/Chat/ChatList/ChatItem/index.tsx:57
↓ 1 callersFunctionsocketLoader
(httpServer)
server/src/loaders/socket.loader.ts:16
↓ 1 callersFunctionupdateGroupCode
(newGroupCode: string)
client/src/components/Modal/GroupJoin/index.tsx:21
↓ 1 callersFunctionupdateGroupName
(newGroupName: string)
client/src/components/Modal/GroupCreate/index.tsx:26
↓ 1 callersFunctionuseAccessControl
({ signIn = true, redirectPath = URL.LOGIN, }: { signIn: boolean; redirectPath: string; })
client/src/hooks/useAccessControl.ts:5
↓ 1 callersFunctionuseChatInfinite
(chatListRef: React.RefObject<HTMLDivElement>)
client/src/hooks/useChatInfinite.ts:8
↓ 1 callersFunctionuseChatSocket
(chatListRef: React.RefObject<HTMLDivElement>)
client/src/hooks/useChatSocket.ts:8
↓ 1 callersFunctionuseControlMyStream
( myStreamRef: React.MutableRefObject<MediaStream | undefined>, )
client/src/hooks/useControlMyStrem.ts:6
↓ 1 callersFunctionuseCreatePeerConnection
( peerConnections: React.MutableRefObject<{ [socketID: string]: RTCPeerConnection }>, myStreamRef: React.M
client/src/hooks/useCreatePeerConnection.ts:16
↓ 1 callersFunctionuseGroupConnection
()
client/src/hooks/useGroupConnection.ts:4
↓ 1 callersFunctionuseMeeting
()
client/src/hooks/useMeeting.ts:26
↓ 1 callersFunctionuseOtherUserData
(userID: number | null)
client/src/hooks/useOtherUserdata.ts:6
↓ 1 callersFunctionuseScreenShare
( peerConnections: React.MutableRefObject<{ [socketID: string]: RTCPeerConnection }>, )
client/src/hooks/useScreenShare.ts:3
↓ 1 callersFunctionuseSelectVideo
()
client/src/hooks/useSelectVideo.ts:3
↓ 1 callersFunctionuseSelectedChat
()
client/src/hooks/useSelectedChat.ts:4
↓ 1 callersFunctionuseSocket
()
client/src/hooks/useSocket.ts:6
↓ 1 callersFunctionuseToasts
()
client/src/hooks/useToast.ts:20
↓ 1 callersFunctionuseUpdateMembersDeviceState
( setMeetingMembers: React.Dispatch<React.SetStateAction<MeetingMember[]>>, setSelectedVideo: React.Dispat
client/src/hooks/useUpdateMembersDeviceState.ts:6
FunctionAddChatReaction
({ handleLike, selectChat, }: { handleLike: () => void; selectChat: () => void; })
client/src/components/Chat/ChatList/ChatItem/AddChatReaction/index.tsx:6
FunctionApp
()
client/src/App.tsx:15
FunctionBackground
({ children }: Props)
client/src/components/common/Background/index.tsx:9
FunctionCatchError
(target, propertyKey: string, descriptor: PropertyDescriptor)
server/src/utils/CatchError.ts:3
FunctionChannelCreateModal
({ initialChannelType, controller, }: { initialChannelType: ChannelType; controller: ModalController;
client/src/components/Modal/ChannelCreate/index.tsx:15
FunctionChannelDeleteModal
({ controller }: { controller: ModalController })
client/src/components/Modal/ChannelDelete/index.tsx:15
FunctionChannelHeader
()
client/src/components/ChannelHeader/index.tsx:8
FunctionChannelListItem
({ showChannelDeleteModal, channelType, meetingUserCount, id, name, }: Props)
client/src/components/SideBar/Channels/ChannelListItem/index.tsx:22
FunctionChannelMeetingCount
({ meetingUserCount }: Props)
client/src/components/SideBar/Channels/ChannelListItem/ChannelMeetingCount/index.tsx:10
FunctionChannelTypeItem
({ isSelected, icon, title, subTitle, channelType, setChannelType, }: { isSelected: boolean; i
client/src/components/Modal/ChannelCreate/ChannelTypeItem/index.tsx:6
FunctionChannels
({ channelType }: Props)
client/src/components/SideBar/Channels/index.tsx:21
FunctionChat
()
client/src/components/Chat/index.tsx:10
FunctionChatInput
({ onInput }: { onInput: () => void })
client/src/components/Chat/ChatInput/index.tsx:11
FunctionChatItem
({ chatData, newFetched }: { chatData: ChatData; newFetched: boolean })
client/src/components/Chat/ChatList/ChatItem/index.tsx:15
FunctionChatList
({ chats, chatListRef, observedTarget, onMount }: Props)
client/src/components/Chat/ChatList/index.tsx:13
FunctionChatReaction
({ count, handleLike, isReactioned, }: { count: number; handleLike: () => void; isReactioned: bool
client/src/components/Chat/ChatList/ChatItem/ChatReaction/index.tsx:5
FunctionEmpty
({ message = '' }: EmptyProps)
client/src/components/common/Empty/index.tsx:9
FunctionFileItem
({ src, alt, itemType }: Props)
client/src/components/Chat/FileItem/index.tsx:11
FunctionFocusedVideo
({ selectedVideo: { loginID, username, stream, thumbnail, mic, cam, speaker, isScreen }, onClick, }: { s
client/src/components/Meet/MeetVideo/FocusedVideo/index.tsx:7
FunctionGroupAddModal
({ controller, showGroupCreate, showGroupJoin, }: { controller: ModalController; showGroupCreate: ()
client/src/components/Modal/GroupAdd/index.tsx:6
FunctionGroupCreateModal
({ controller: { hide, show, previous }, }: { controller: ModalController; })
client/src/components/Modal/GroupCreate/index.tsx:17
FunctionGroupDeleteModal
({ controller: { hide, show } }: { controller: ModalController })
client/src/components/Modal/GroupDelete/index.tsx:16
FunctionGroupInviteModal
({ controller: { hide, show } }: { controller: ModalController })
client/src/components/Modal/GroupInvite/index.tsx:9
FunctionGroupJoinModal
({ controller: { hide, show, previous } }: { controller: ModalController })
client/src/components/Modal/GroupJoin/index.tsx:15
FunctionGroupNav
()
client/src/components/SideBar/GroupNav/index.tsx:30
FunctionGroupSetting
()
client/src/components/SideBar/GroupSetting/index.tsx:9
FunctionLoading
()
client/src/pages/Loading/index.tsx:8
FunctionLogoutModal
({ controller: { hide, show } }: { controller: ModalController })
client/src/components/Modal/Logout/index.tsx:11
FunctionMain
()
client/src/pages/Main/index.tsx:19
FunctionMeet
()
client/src/components/Meet/index.tsx:7
FunctionMeetButton
({ onScreenShareClick, screenShare, }: { onScreenShareClick: () => void; screenShare: boolean; })
client/src/components/Meet/MeetVideo/MeetButton/index.tsx:18
FunctionMeetChat
()
client/src/components/Meet/MeetChat/index.tsx:31
FunctionMeetVideo
()
client/src/components/Meet/MeetVideo/index.tsx:11
FunctionMeetingUserList
({ meetingUser }: Props)
client/src/components/SideBar/Channels/MeetingUserList/index.tsx:9
FunctionModal
({ props: { title, subTitle, middleContent, bottomRightButton }, controller: { hide, previous }, }: { pr
client/src/components/Modal/index.tsx:15
FunctionMyVideo
({ myVideoRef, myScreenRef, cam, mic, speaker, screenShare }: MyVideoProps)
client/src/components/Meet/MeetVideo/MyVideo/index.tsx:16
FunctionNotFound
()
client/src/pages/NotFound/index.tsx:8
FunctionOtherVideo
({ member: { socketID, loginID, username, thumbnail, deviceState: { cam, speaker, mic },
client/src/components/Meet/MeetVideo/OtherVideo/index.tsx:13
FunctionProfile
()
client/src/components/SideBar/Profile/index.tsx:21
FunctionRestricted
({ children, signIn, redirectPath }: Props)
client/src/components/common/Restricted/index.tsx:10
FunctionSideBar
()
client/src/components/SideBar/index.tsx:10
FunctionSignIn
()
client/src/pages/SignIn/index.tsx:21
FunctionSignUp
()
client/src/pages/SignUp/index.tsx:26
FunctionSocketChannelController
(socket)
server/src/controllers/socket/channel.socket.ts:1
FunctionSocketGroupController
(socket)
server/src/controllers/socket/group.socket.ts:5
FunctionSocketMeetController
(socket: Socket)
server/src/controllers/socket/meet.socket.ts:12
FunctionThread
({ selectedChat }: { selectedChat: ChatData })
client/src/components/Chat/Thread/index.tsx:26
FunctionThreadItem
({ threadData }: { threadData: ThreadData })
client/src/components/Chat/ThreadItem/index.tsx:5
FunctionThreadPreview
({ count, lastThreadUser: { thumbnail }, threadLastTime, selectChat, }: { count: number; lastThrea
client/src/components/Chat/ChatList/ChatItem/ThreadPreview/index.tsx:5
FunctionToast
()
client/src/components/common/Toast/index.tsx:7
FunctionToastItem
({ message, type, duration }: ToastData)
client/src/components/common/Toast/Item/index.tsx:5
FunctionUserConnection
()
client/src/components/Chat/UserConnection/index.tsx:12
FunctionUserEditModal
({ controller }: { controller: ModalController })
client/src/components/Modal/UserEdit/index.tsx:13
FunctionUserInformationModal
({ controller }: { controller: ModalController })
client/src/components/Modal/UserInformation/index.tsx:10
FunctionaddEventToImg
(img: HTMLElement)
client/src/utils/getChatsHeight.ts:3
FunctionaddLoadEvent
(chatItem: HTMLElement)
client/src/utils/getChatsHeight.ts:8
Methodconstructor
({ message, status }: { message; status: number })
server/src/utils/CatchError.ts:17
Methodconstructor
({ loginID, username, password })
server/src/utils/validators/user.validator.ts:10
Methodconstructor
({ username, thumbnail, bio })
server/src/utils/validators/user.validator.ts:30
← previousnext →101–200 of 249, ranked by callers