Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostcampwm-2021/web02-booducksound
/ functions
Functions
263 in github.com/boostcampwm-2021/web02-booducksound
⨍
Functions
263
◇
Types & classes
16
Function
handleEnter
()
frontend/src/pages/enter/index.tsx:79
Function
handleEnterRoom
()
frontend/src/components/organisms/EnterPwdModal/index.tsx:34
Function
handleEnterRoom
()
frontend/src/components/organisms/InviteCodeModal/index.tsx:36
Function
handleFindPwd
()
frontend/src/pages/findPwd/index.tsx:86
Function
handleGetRoomPassword
(uuid: string, done: Function)
backend/src/sockets/events/game/getRoomPassword.ts:6
Function
handleIdCheck
()
frontend/src/pages/join/index.tsx:112
Function
handleJoin
()
frontend/src/pages/join/index.tsx:119
Function
handleJoinRoom
(this: Socket, uuid: string, player: Player, done: (...argv: any) => void)
backend/src/sockets/events/lobby/joinRoom.ts:11
Function
handleLeaverRoom
(this: Socket, uuid: string)
backend/src/sockets/events/game/leaveRoom.ts:6
Function
handleLogin
()
frontend/src/pages/login/index.tsx:80
Function
handleLogout
()
frontend/src/components/molecules/ProfileBox/index.tsx:64
Function
handleMute
()
frontend/src/components/organisms/GameRoomNav/index.tsx:119
Function
handlePressEnter
(e)
frontend/src/components/atoms/InputText/index.tsx:21
Function
handlePressEnter
()
frontend/src/components/organisms/GameRoomInputContainer/index.tsx:40
Function
handleRegistButton
()
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:82
Function
handleSearchChange
(e)
frontend/src/components/organisms/SearchUrlModal/index.tsx:94
Function
handleSearchChange
(e)
frontend/src/components/organisms/SelectPlaylistModal/index.tsx:184
Function
handleSearchChange
(e)
frontend/src/pages/lobby/index.tsx:167
Function
handleSearchUrl
(this: Socket, search: string, done: (result: any[]) => void)
backend/src/sockets/events/playlist/searchUrl.ts:6
Function
handleSendChat
(this: Socket, uuid: string, name: string, text: string, color: string)
backend/src/sockets/events/game/sendChat.ts:10
Function
handleSetCode
({ target }: Event)
frontend/src/components/organisms/EnterPwdModal/index.tsx:43
Function
handleSetCode
({ target }: Event)
frontend/src/components/organisms/InviteCodeModal/index.tsx:44
Function
handleSetDelegate
(this: Socket, uuid: string, delegatedId: string)
backend/src/sockets/events/game/setDelegate.ts:8
Function
handleSetExpulsion
(this: Socket, uuid: string, Id: string)
backend/src/sockets/events/game/setExpulsion.ts:7
Function
handleSetLobbyRooms
(this: Socket, done: (...args: any) => void)
backend/src/sockets/events/lobby/setLobbyRooms.ts:8
Function
handleSetPlayer
(this: Socket, uuid: string, player: Player)
backend/src/sockets/events/game/setPlayer.ts:9
Function
handleSettingButtonClick
()
frontend/src/components/organisms/GameRoomContainer/index.tsx:182
Function
handleSkip
(this: Socket, uuid: string, id: string)
backend/src/sockets/events/game/skip.ts:9
Function
handleStartGame
(this: Socket, uuid: string)
backend/src/sockets/events/game/startGame.ts:12
Function
handleSubmit
()
frontend/src/pages/playlist/[playlistId].tsx:146
Function
handleUpdateRoomBtn
()
frontend/src/components/organisms/OptionModal/index.tsx:102
Function
handleVolume
({ target }: any)
frontend/src/components/organisms/GameRoomNav/index.tsx:121
Function
idCheck
(id: string)
backend/src/resources/account/service.ts:35
Function
incrementPlayCount
(_id: string)
backend/src/resources/playList/service.ts:54
Function
insertLikes
(id: string, playlistId: string)
backend/src/resources/user/service.ts:20
Function
join
({ id, password, nickname, color }: UserType)
backend/src/resources/account/service.ts:66
Function
logOut
(req: Request, res: Response)
backend/src/resources/account/controller.ts:81
Function
login
({ id, password }: LoginInfo)
backend/src/resources/account/service.ts:55
Function
makeSkip
()
frontend/src/components/organisms/GameRoomNav/index.tsx:109
Function
middleware
(req: NextRequest, ev: NextFetchEvent)
frontend/src/pages/_middleware.ts:3
Function
myLikePlayListTitle
()
frontend/src/__test__/mypage.test.tsx:33
Function
myPlayListTitle
()
frontend/src/__test__/mypage.test.tsx:32
Function
postMyPlaylist
(userId: string, playlistId: mongoose.Types.ObjectId)
backend/src/resources/user/service.ts:16
Function
pressEnterHandler
(e)
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:94
Function
putLikes
(req: Request, res: Response)
backend/src/resources/user/controller.ts:44
Function
register
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:33
Method
render
()
frontend/src/pages/_document.tsx:4
Function
resetPwd
(req: Request, res: Response)
backend/src/resources/account/controller.ts:35
Function
roomReducer
(state = initialState, action: { type: RoomActions; payload: RoomState })
frontend/src/reducers/room.ts:11
Function
search
(searchQuery: string)
backend/src/utils/crawler.ts:3
Function
search
(q: string, offset: number, limit: number)
backend/src/resources/playList/service.ts:46
Function
signIn
(req: Request, res: Response)
backend/src/resources/account/controller.ts:45
Function
signUp
(req: Request, res: Response)
backend/src/resources/account/controller.ts:56
Function
socketReducer
(state = initialState, action: { type: SocketActions; payload: SocketState })
frontend/src/reducers/socket.ts:15
Function
startGame
()
frontend/src/components/organisms/GameRoomNav/index.tsx:107
Method
stream
()
backend/src/variables/YoutubeStream.ts:18
Function
update
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:43
Function
updateById
(_id: string, data: PlaylistProps)
backend/src/resources/playList/service.ts:34
Function
updateLikeCount
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:63
Function
updateMusics
(newMusic: Music)
frontend/src/pages/playlist/[playlistId].tsx:186
Function
useEventListener
( event: string, handler: EventHandler<any>, element: globalThis.Element | globalThis.Window = global.wi
frontend/src/hooks/useEventListener.ts:3
Function
userReducer
(state = initialState, action: { type: UserActions; payload: UserState })
frontend/src/reducers/user.ts:20
Function
verifyToken
(token: string)
backend/src/resources/account/service.ts:50
← previous
201–263 of 263, ranked by callers