MCPcopy Create free account

hub / github.com/boostcampwm-2021/web02-booducksound / functions

Functions263 in github.com/boostcampwm-2021/web02-booducksound

↓ 18 callersFunctionAPI
(method: 'GET' | 'POST' | 'DELETE' | 'PUT')
frontend/src/utils/API.ts:11
↓ 16 callersFunctiongetGameRoom
(uuid: string)
backend/src/sockets/utils/getGameRoom.ts:4
↓ 13 callersFunctionuseSocket
()
frontend/src/hooks/useSocket.ts:8
↓ 11 callersFunctionuseSocketOn
(event: string, callback: (...data: any) => void, deps?: any)
frontend/src/hooks/useSocketOn.ts:5
↓ 8 callersFunctiongetUser
()
frontend/src/actions/user.ts:9
↓ 7 callersFunctiongetLobbyRoom
(uuid: string)
backend/src/sockets/utils/getLobbyRoom.ts:4
↓ 6 callersFunctionsetPlaylist
(newState: Object)
frontend/src/pages/playlist/[playlistId].tsx:121
↓ 5 callersFunctionclearTimer
(timer: NodeJS.Timeout | null)
backend/src/sockets/utils/clearTimer.ts:1
↓ 4 callersFunctionvalidateForm
(form: Form)
frontend/src/components/organisms/OptionModal/index.tsx:115
↓ 3 callersFunctiongetNextRound
( uuid: string, { type, answerCount }: { type: 'SKIP' | 'ANSWER' | 'TIMEOUT'; answerCount?: number }, )
backend/src/sockets/utils/getNextRound.ts:10
↓ 3 callersFunctiongetPlaylists
(option?: { q?: string; page?: number })
frontend/src/api/playlist.ts:25
↓ 3 callersFunctiongetRandomHex
()
frontend/src/components/molecules/ProfileSelector/index.tsx:11
↓ 3 callersFunctionhandleChange
({ inputType }: InputType)
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:107
↓ 3 callersFunctionsetColor
(color: string)
frontend/src/actions/user.ts:25
↓ 2 callersFunctiongetMyPlaylist
(_id: Array<string>)
frontend/src/api/user.ts:14
↓ 2 callersFunctionhandleDelegate
(option: boolean)
frontend/src/components/molecules/CharacterProfile/index.tsx:242
↓ 2 callersFunctionhandleSelect
(option: SelectOption)
frontend/src/components/organisms/OptionModal/index.tsx:121
↓ 2 callersFunctionidCheck
()
frontend/src/pages/join/index.tsx:98
↓ 2 callersFunctionleaveRoom
(socket: Socket, uuid: string)
backend/src/sockets/utils/leaveRoom.ts:11
↓ 2 callersFunctionreplaceText
(str: string)
backend/src/sockets/utils/replaceText.ts:1
↓ 2 callersFunctionresetPlayer
(uuid: string)
backend/src/sockets/utils/resetPlayer.ts:3
↓ 2 callersFunctionscrollToBottom
()
frontend/src/components/organisms/GameRoomChatContainer/index.tsx:40
↓ 2 callersFunctionsetHintTimer
(serverRoom: ServerRoom, uuid: string)
backend/src/sockets/utils/setHintTimer.ts:6
↓ 2 callersFunctionsetRoundTimer
(serverRoom: ServerRoom, uuid: string)
backend/src/sockets/utils/setRoundTimer.ts:9
↓ 2 callersFunctionshowAlert
(condition: boolean, message: string)
frontend/src/utils/showAlert.ts:5
↓ 2 callersFunctionupdateChat
({ name, text, status, color }: Chat)
frontend/src/components/organisms/GameRoomChatContainer/index.tsx:46
↓ 2 callersFunctionupdateLikeCount
(option: string)
frontend/src/api/playlist.ts:34
↓ 2 callersFunctionuseDebounce
(value: T, delay: number)
frontend/src/hooks/useDebounce.ts:3
↓ 2 callersFunctionuseSocketEmit
(event: string, ...argv: any)
frontend/src/hooks/useSocketEmit.ts:5
↓ 1 callersMethod#getMp3Path
(videoId: string)
backend/src/variables/YoutubeStream.ts:49
↓ 1 callersMethod#getPassThrough
(videoId: string, mp3Path: string)
backend/src/variables/YoutubeStream.ts:23
↓ 1 callersMethod#parseUrl
(url: string)
backend/src/variables/YoutubeStream.ts:53
↓ 1 callersFunctionchangeColor
(id: string, color: string)
frontend/src/api/user.ts:10
↓ 1 callersFunctionchangeStatus
(player: Player)
frontend/src/components/organisms/GameRoomNav/index.tsx:102
↓ 1 callersFunctioncheckAllValidInput
()
frontend/src/pages/playlist/[playlistId].tsx:126
↓ 1 callersFunctioncheckFormChanged
(prev: Form, next: Form)
frontend/src/components/organisms/OptionModal/index.tsx:111
↓ 1 callersFunctioncheckValidUrl
(url: string)
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:102
↓ 1 callersFunctionclickLogOut
()
frontend/src/__test__/mypage.test.tsx:36
↓ 1 callersFunctionconfirmKing
()
frontend/src/components/organisms/GameRoomContainer/index.tsx:176
↓ 1 callersFunctionconnectSocket
()
frontend/src/actions/socket.ts:8
↓ 1 callersFunctioncreatePlaylist
(playlistInfo: Playlist)
frontend/src/api/playlist.ts:10
↓ 1 callersFunctiondeleteLikes
(playlistId: string, _id: string)
frontend/src/api/user.ts:24
↓ 1 callersFunctiondeleteLikesList
(id: string, oid: string)
frontend/src/pages/mypage/index.tsx:38
↓ 1 callersFunctiondeleteMusics
(idx: number)
frontend/src/pages/playlist/[playlistId].tsx:194
↓ 1 callersFunctiondeletePlaylist
(_id: string)
frontend/src/api/playlist.ts:20
↓ 1 callersFunctionfindAvailableRoom
(roomID: string, rooms: Array<String>)
frontend/src/components/organisms/InviteCodeModal/index.tsx:28
↓ 1 callersFunctiongameEnd
(uuid: string)
backend/src/sockets/utils/gameEnd.ts:12
↓ 1 callersFunctiongetUserInfo
()
frontend/src/api/account.ts:6
↓ 1 callersFunctionhandleClickDeleteBtn
(id: string, oid: string)
frontend/src/pages/mypage/index.tsx:43
↓ 1 callersFunctionhandleClickRoomCard
(room: LobbyRoom, uuid: string)
frontend/src/pages/lobby/index.tsx:172
↓ 1 callersFunctionhandleColor
(id: string, color: string)
frontend/src/api/user.ts:7
↓ 1 callersFunctionhandleDeletePlaylist
(_id: string | undefined, dispatch: Dispatch<any>)
frontend/src/components/organisms/MyPlaylistTable/index.tsx:46
↓ 1 callersFunctionhandleEnter
(e)
frontend/src/components/organisms/SearchUrlModal/index.tsx:99
↓ 1 callersFunctionhandleNonUserColor
(color: string)
frontend/src/api/user.ts:4
↓ 1 callersFunctionhandleOpenModal
(name: string)
frontend/src/components/molecules/CharacterProfile/index.tsx:237
↓ 1 callersFunctionhandleSelectPlaylistBtnClick
(e: MouseEvent, playlistId: string, playlistName: string)
frontend/src/components/organisms/SelectPlaylistModal/index.tsx:188
↓ 1 callersFunctionhandleStartBtnClick
(player: Player)
frontend/src/components/organisms/GameRoomNav/index.tsx:113
↓ 1 callersFunctionhandleUpdatePlaylist
(_id: string | undefined)
frontend/src/components/organisms/MyPlaylistTable/index.tsx:55
↓ 1 callersFunctionincrementLikeCount
(_id: string)
backend/src/resources/playList/service.ts:58
↓ 1 callersFunctioninsertLikes
(playlistId: string, _id: string)
frontend/src/api/user.ts:20
↓ 1 callersFunctionlogOutButton
()
frontend/src/__test__/mypage.test.tsx:34
↓ 1 callersFunctionmapSubmitFunction
({ type, playlistId, playlist, }: { type: string; playlistId: string | string[] | undefi
frontend/src/pages/playlist/[playlistId].tsx:163
↓ 1 callersFunctiononChangeGameOption
(socket: Socket)
backend/src/sockets/events/game/setChangeGameOption.ts:40
↓ 1 callersFunctiononCheckEnter
(socket: Socket)
backend/src/sockets/events/game/checkEnter.ts:20
↓ 1 callersFunctiononComparePwd
(socket: Socket)
backend/src/sockets/events/lobby/comparePwd.ts:12
↓ 1 callersFunctiononCreateRoom
(socket: Socket)
backend/src/sockets/events/lobby/createRoom.ts:51
↓ 1 callersFunctiononGetRoomPassword
(socket: Socket)
backend/src/sockets/events/game/getRoomPassword.ts:10
↓ 1 callersFunctiononJoinroom
(socket: Socket)
backend/src/sockets/events/lobby/joinRoom.ts:51
↓ 1 callersFunctiononLeaveRoom
(socket: Socket)
backend/src/sockets/events/game/leaveRoom.ts:15
↓ 1 callersFunctiononSearchUrl
(socket: Socket)
backend/src/sockets/events/playlist/searchUrl.ts:19
↓ 1 callersFunctiononSendChat
(socket: Socket)
backend/src/sockets/events/game/sendChat.ts:45
↓ 1 callersFunctiononSetDelegate
(socket: Socket)
backend/src/sockets/events/game/setDelegate.ts:20
↓ 1 callersFunctiononSetExpulsion
(socket: Socket)
backend/src/sockets/events/game/setExpulsion.ts:21
↓ 1 callersFunctiononSetLobbyRoom
(socket: Socket)
backend/src/sockets/events/lobby/setLobbyRooms.ts:20
↓ 1 callersFunctiononSetPlayer
(socket: Socket)
backend/src/sockets/events/game/setPlayer.ts:21
↓ 1 callersFunctiononSkip
(socket: Socket)
backend/src/sockets/events/game/skip.ts:26
↓ 1 callersFunctiononStartGame
(socket: Socket)
backend/src/sockets/events/game/startGame.ts:34
↓ 1 callersFunctionopenRemoveModal
(id: string)
frontend/src/pages/mypage/index.tsx:32
↓ 1 callersMethodparseVideo
(data: any)
backend/src/utils/parseService.ts:2
↓ 1 callersFunctionrenderMypage
()
frontend/src/__test__/mypage.test.tsx:25
↓ 1 callersFunctionrequestChangePassword
(id: string, nickname: string, password: string)
frontend/src/api/account.ts:22
↓ 1 callersFunctionrequestEnter
(nickname: string, color: string)
frontend/src/api/account.ts:29
↓ 1 callersFunctionrequestJoin
(id: string, password: string, nickname: string, color: string)
frontend/src/api/account.ts:37
↓ 1 callersFunctionrequestLogin
(id: string, password: string)
frontend/src/api/account.ts:11
↓ 1 callersFunctionrequestLogout
()
frontend/src/api/account.ts:18
↓ 1 callersFunctionsearchVideo
(searchQuery: string)
backend/src/utils/search.ts:5
↓ 1 callersFunctionselectPlaylist
(_id: string)
frontend/src/api/playlist.ts:5
↓ 1 callersFunctionsetRoomInfo
(room: InitRoomInfo)
backend/src/sockets/events/lobby/createRoom.ts:11
↓ 1 callersFunctionsetWaitTimer
(serverRoom: ServerRoom, uuid: string, isExistNext: boolean)
backend/src/sockets/utils/setWaitTimer.ts:11
↓ 1 callersFunctionsignUp
()
frontend/src/pages/join/index.tsx:103
↓ 1 callersFunctionswap
(i: number, j: number, arr: T[])
frontend/src/utils/swap.ts:1
↓ 1 callersFunctionupdatePlaylist
(_id: string, playlistInfo: Playlist)
frontend/src/api/playlist.ts:15
↓ 1 callersFunctionuseLeavePage
(callback: { (...argv: any): void })
frontend/src/hooks/useLeavePage.ts:5
↓ 1 callersFunctionvalidateForm
(form: Form)
frontend/src/components/organisms/CreateRoomModal/index.tsx:109
FunctionBlurDialog
({ title, content }: { title: string; content: string })
frontend/src/components/molecules/BlurDialog/index.tsx:52
FunctionButton
({ width, height, background, fontSize, paddingH, children, onClick, disabled, }: PropsWithChi
frontend/src/components/atoms/Button/index.tsx:51
FunctionCharacter
(props: character)
frontend/src/components/atoms/Character/index.tsx:3
FunctionCharacterList
({ players, status, roomNo, }: { players: Players; status?: GameRoom['status']; roomNo: string | n
frontend/src/components/molecules/CharacterList/index.tsx:31
FunctionCharacterProfile
({ id, mode, color, name, status, skip, answer, score, type, roomNo, }: PropsWithChildren<
frontend/src/components/molecules/CharacterProfile/index.tsx:221
FunctionChat
({ name, text, status, color }: Props)
frontend/src/components/atoms/Chat/index.tsx:29
next →1–100 of 263, ranked by callers