MCPcopy Create free account

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

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

FunctionhandleEnter
()
frontend/src/pages/enter/index.tsx:79
FunctionhandleEnterRoom
()
frontend/src/components/organisms/EnterPwdModal/index.tsx:34
FunctionhandleEnterRoom
()
frontend/src/components/organisms/InviteCodeModal/index.tsx:36
FunctionhandleFindPwd
()
frontend/src/pages/findPwd/index.tsx:86
FunctionhandleGetRoomPassword
(uuid: string, done: Function)
backend/src/sockets/events/game/getRoomPassword.ts:6
FunctionhandleIdCheck
()
frontend/src/pages/join/index.tsx:112
FunctionhandleJoin
()
frontend/src/pages/join/index.tsx:119
FunctionhandleJoinRoom
(this: Socket, uuid: string, player: Player, done: (...argv: any) => void)
backend/src/sockets/events/lobby/joinRoom.ts:11
FunctionhandleLeaverRoom
(this: Socket, uuid: string)
backend/src/sockets/events/game/leaveRoom.ts:6
FunctionhandleLogin
()
frontend/src/pages/login/index.tsx:80
FunctionhandleLogout
()
frontend/src/components/molecules/ProfileBox/index.tsx:64
FunctionhandleMute
()
frontend/src/components/organisms/GameRoomNav/index.tsx:119
FunctionhandlePressEnter
(e)
frontend/src/components/atoms/InputText/index.tsx:21
FunctionhandlePressEnter
()
frontend/src/components/organisms/GameRoomInputContainer/index.tsx:40
FunctionhandleRegistButton
()
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:82
FunctionhandleSearchChange
(e)
frontend/src/components/organisms/SearchUrlModal/index.tsx:94
FunctionhandleSearchChange
(e)
frontend/src/components/organisms/SelectPlaylistModal/index.tsx:184
FunctionhandleSearchChange
(e)
frontend/src/pages/lobby/index.tsx:167
FunctionhandleSearchUrl
(this: Socket, search: string, done: (result: any[]) => void)
backend/src/sockets/events/playlist/searchUrl.ts:6
FunctionhandleSendChat
(this: Socket, uuid: string, name: string, text: string, color: string)
backend/src/sockets/events/game/sendChat.ts:10
FunctionhandleSetCode
({ target }: Event)
frontend/src/components/organisms/EnterPwdModal/index.tsx:43
FunctionhandleSetCode
({ target }: Event)
frontend/src/components/organisms/InviteCodeModal/index.tsx:44
FunctionhandleSetDelegate
(this: Socket, uuid: string, delegatedId: string)
backend/src/sockets/events/game/setDelegate.ts:8
FunctionhandleSetExpulsion
(this: Socket, uuid: string, Id: string)
backend/src/sockets/events/game/setExpulsion.ts:7
FunctionhandleSetLobbyRooms
(this: Socket, done: (...args: any) => void)
backend/src/sockets/events/lobby/setLobbyRooms.ts:8
FunctionhandleSetPlayer
(this: Socket, uuid: string, player: Player)
backend/src/sockets/events/game/setPlayer.ts:9
FunctionhandleSettingButtonClick
()
frontend/src/components/organisms/GameRoomContainer/index.tsx:182
FunctionhandleSkip
(this: Socket, uuid: string, id: string)
backend/src/sockets/events/game/skip.ts:9
FunctionhandleStartGame
(this: Socket, uuid: string)
backend/src/sockets/events/game/startGame.ts:12
FunctionhandleSubmit
()
frontend/src/pages/playlist/[playlistId].tsx:146
FunctionhandleUpdateRoomBtn
()
frontend/src/components/organisms/OptionModal/index.tsx:102
FunctionhandleVolume
({ target }: any)
frontend/src/components/organisms/GameRoomNav/index.tsx:121
FunctionidCheck
(id: string)
backend/src/resources/account/service.ts:35
FunctionincrementPlayCount
(_id: string)
backend/src/resources/playList/service.ts:54
FunctioninsertLikes
(id: string, playlistId: string)
backend/src/resources/user/service.ts:20
Functionjoin
({ id, password, nickname, color }: UserType)
backend/src/resources/account/service.ts:66
FunctionlogOut
(req: Request, res: Response)
backend/src/resources/account/controller.ts:81
Functionlogin
({ id, password }: LoginInfo)
backend/src/resources/account/service.ts:55
FunctionmakeSkip
()
frontend/src/components/organisms/GameRoomNav/index.tsx:109
Functionmiddleware
(req: NextRequest, ev: NextFetchEvent)
frontend/src/pages/_middleware.ts:3
FunctionmyLikePlayListTitle
()
frontend/src/__test__/mypage.test.tsx:33
FunctionmyPlayListTitle
()
frontend/src/__test__/mypage.test.tsx:32
FunctionpostMyPlaylist
(userId: string, playlistId: mongoose.Types.ObjectId)
backend/src/resources/user/service.ts:16
FunctionpressEnterHandler
(e)
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:94
FunctionputLikes
(req: Request, res: Response)
backend/src/resources/user/controller.ts:44
Functionregister
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:33
Methodrender
()
frontend/src/pages/_document.tsx:4
FunctionresetPwd
(req: Request, res: Response)
backend/src/resources/account/controller.ts:35
FunctionroomReducer
(state = initialState, action: { type: RoomActions; payload: RoomState })
frontend/src/reducers/room.ts:11
Functionsearch
(searchQuery: string)
backend/src/utils/crawler.ts:3
Functionsearch
(q: string, offset: number, limit: number)
backend/src/resources/playList/service.ts:46
FunctionsignIn
(req: Request, res: Response)
backend/src/resources/account/controller.ts:45
FunctionsignUp
(req: Request, res: Response)
backend/src/resources/account/controller.ts:56
FunctionsocketReducer
(state = initialState, action: { type: SocketActions; payload: SocketState })
frontend/src/reducers/socket.ts:15
FunctionstartGame
()
frontend/src/components/organisms/GameRoomNav/index.tsx:107
Methodstream
()
backend/src/variables/YoutubeStream.ts:18
Functionupdate
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:43
FunctionupdateById
(_id: string, data: PlaylistProps)
backend/src/resources/playList/service.ts:34
FunctionupdateLikeCount
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:63
FunctionupdateMusics
(newMusic: Music)
frontend/src/pages/playlist/[playlistId].tsx:186
FunctionuseEventListener
( event: string, handler: EventHandler<any>, element: globalThis.Element | globalThis.Window = global.wi
frontend/src/hooks/useEventListener.ts:3
FunctionuserReducer
(state = initialState, action: { type: UserActions; payload: UserState })
frontend/src/reducers/user.ts:20
FunctionverifyToken
(token: string)
backend/src/resources/account/service.ts:50
← previous201–263 of 263, ranked by callers