MCPcopy Create free account

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

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

FunctionChip
({ children, deleteHandler }: PropsWithChildren<Props>)
frontend/src/components/molecules/Chip/index.tsx:25
FunctionCreatePlaylistInputBox
({ setPlaylist, playlistName, description, hashtag, handleAddChipKeyUp, handleAddChipKeyDown, }: P
frontend/src/components/organisms/CreatePlaylistInputBox/index.tsx:69
FunctionCreatePlaylistMusicItem
({ idx, title, deleteItem, modifyItem, dragHandlers }: PropsWithChildren<Props>)
frontend/src/components/molecules/CreatePlaylistMusicItem/index.tsx:47
FunctionCreatePlaylistMusicList
({ musics, setModalOption, setPlaylist }: PropsWithChildren<Props>)
frontend/src/components/organisms/CreatePlaylistMusicList/index.tsx:88
FunctionCreatePlaylistMusicModal
({ setMusics, setModalOption, musicInfo }: PropsWithChildren<Props>)
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:71
FunctionCreateRoomModal
({ setModalOnOff, leftButtonText }: Props)
frontend/src/components/organisms/CreateRoomModal/index.tsx:83
FunctionDelegateModal
({ nickname, leftButtonHandler, rightButtonHandler }: Props)
frontend/src/components/organisms/DelegateModal/index.tsx:19
FunctionDeleteButton
({ clickHandler }: Props)
frontend/src/components/atoms/DeleteButton/index.tsx:19
FunctionEnter
()
frontend/src/pages/enter/index.tsx:74
FunctionEnterPwdModal
({ uuid, setModalOnOff, leftButtonText }: Props)
frontend/src/components/organisms/EnterPwdModal/index.tsx:30
FunctionFindPwd
()
frontend/src/pages/findPwd/index.tsx:74
FunctionGame
()
frontend/src/pages/game/index.tsx:37
FunctionGamePlaySummary
({ gameRoom, endTime }: { gameRoom: GameRoom; endTime: number })
frontend/src/components/molecules/GamePlaySummary/index.tsx:54
FunctionGameResultModal
({ gameRoom, userId, setModalOnOff }: Props)
frontend/src/components/organisms/GameResultModal/index.tsx:86
FunctionGameRoomChatContainer
()
frontend/src/components/organisms/GameRoomChatContainer/index.tsx:35
FunctionGameRoomContainer
({ gameRoom, endTime }: { gameRoom: GameRoom; endTime: number })
frontend/src/components/organisms/GameRoomContainer/index.tsx:166
FunctionGameRoomInputContainer
({ uuid, name, color }: Props)
frontend/src/components/organisms/GameRoomInputContainer/index.tsx:33
FunctionGameRoomNav
({ players, status, music1, music2, isAllReady, }: { players?: Players; status: 'playing' | 'wai
frontend/src/components/organisms/GameRoomNav/index.tsx:84
FunctionHome
()
frontend/src/pages/index.tsx:82
FunctionInputText
({ type = 'text', handleKeyDown, handleChange, handleEnter, ...props }: InputTextProps)
frontend/src/components/atoms/InputText/index.tsx:20
FunctionInputWithButton
(props: Props)
frontend/src/components/molecules/InputWithButton/index.tsx:45
FunctionInviteCodeModal
({ setModalOnOff, leftButtonText, rooms }: Props)
frontend/src/components/organisms/InviteCodeModal/index.tsx:32
FunctionJoin
()
frontend/src/pages/join/index.tsx:91
FunctionLobby
()
frontend/src/pages/lobby/index.tsx:129
FunctionLogin
()
frontend/src/pages/login/index.tsx:75
FunctionMenuInfoBox
({ content }: Props)
frontend/src/components/atoms/MenuInfoBox/index.tsx:32
FunctionModal
({ children, height, maxWidth, leftButtonText, rightButtonText, leftButtonHandler, rightButtonHa
frontend/src/components/molecules/Modal/index.tsx:75
FunctionMyApp
({ Component, pageProps }: AppProps)
frontend/src/pages/_app.tsx:22
FunctionMyPage
()
frontend/src/pages/mypage/index.tsx:24
FunctionMyPageContainer
({ openRemoveModal }: { openRemoveModal: (id: string) => () => void })
frontend/src/components/organisms/MyPageContainer/index.tsx:31
FunctionMyPlayListBox
({ info, openRemoveModal }: Props)
frontend/src/components/molecules/MyPlayListBox/index.tsx:17
FunctionMyPlaylistTable
({ myPlaylist, isMine, openRemoveModal }: Props)
frontend/src/components/organisms/MyPlaylistTable/index.tsx:42
FunctionOptionModal
({ setModalOnOff, leftButtonText, gameRoom, initPassword }: Props)
frontend/src/components/organisms/OptionModal/index.tsx:86
FunctionPageBox
({ children }: any)
frontend/src/components/atoms/PageBox/index.tsx:37
FunctionPlaylistCreate
({ type, content })
frontend/src/pages/playlist/[playlistId].tsx:107
FunctionPortal
({ children }: PropsWithChildren<{}>)
frontend/src/components/atoms/Portal/index.tsx:5
FunctionProfileBox
({ info }: { info: Info })
frontend/src/components/molecules/ProfileBox/index.tsx:61
FunctionProfileSelector
({ type, color, setColor }: Props)
frontend/src/components/molecules/ProfileSelector/index.tsx:42
FunctionResponsiveButton
(props: PropsWithChildren<Props>)
frontend/src/components/molecules/ResponsiveButton/index.tsx:53
FunctionResultCharacter
({ player }: { player: Player })
frontend/src/components/molecules/ResultCharacter/index.tsx:104
FunctionRoomCard
({ room, handleClickRoomCard }: Props)
frontend/src/components/molecules/RoomCard/index.tsx:112
FunctionSelectBox
({ options, values, defaultValue, onChange }: Props)
frontend/src/components/atoms/SelectBox/index.tsx:25
FunctionSelectPlaylistModal
({ setModalOnOff, setMusic }: Props)
frontend/src/components/organisms/SearchUrlModal/index.tsx:89
FunctionSelectPlaylistModal
({ setModalOnOff, setForm, validateForm }: Props)
frontend/src/components/organisms/SelectPlaylistModal/index.tsx:159
FunctionSelectSection
({ titleSize, margin, title, options, values, defaultValue, onChange }: Props)
frontend/src/components/molecules/SelectSection/index.tsx:32
FunctionStatusChip
({ status }: Props)
frontend/src/components/atoms/StatusChip/index.tsx:33
FunctionTextLabel
({ children }: { children: string })
frontend/src/components/atoms/TextLabel/index.tsx:8
FunctionTimer
({ initSec, resetTrigger }: { initSec: number; resetTrigger: any })
frontend/src/components/atoms/Timer/index.tsx:19
FunctionUserInfoBox
({ info }: { info: Info })
frontend/src/components/molecules/UserInfoBox/index.tsx:35
Functionadd
(playlistInfo: PlaylistProps)
backend/src/resources/playList/service.ts:26
FunctionaddMusics
(newMusic: Music)
frontend/src/pages/playlist/[playlistId].tsx:180
FunctionaddSubChat
(prevState: OptimizeChat)
frontend/src/components/organisms/GameRoomChatContainer/index.tsx:58
FunctionchangeColor
(req: Request, res: Response)
backend/src/resources/user/controller.ts:6
FunctionchangeColor
(id: string, color: string)
backend/src/resources/user/service.ts:6
FunctionchangeNonUserColor
(req: Request, res: Response)
backend/src/resources/user/controller.ts:16
FunctioncheckChangePasswordAvailable
(id: string, nickname: string, newPw: string)
backend/src/resources/account/service.ts:84
FunctioncheckId
(req: Request, res: Response)
backend/src/resources/account/controller.ts:5
FunctioncheckLogin
(req: Request, res: Response)
backend/src/resources/account/controller.ts:16
Methodconstructor
(url: string)
backend/src/variables/YoutubeStream.ts:12
FunctioncreateNonUserToken
(nickname: string, color: string)
backend/src/resources/account/service.ts:45
FunctioncreateUserToken
(id: string)
backend/src/resources/account/service.ts:40
FunctiondecrementLikeCount
(_id: string)
backend/src/resources/playList/service.ts:62
Functiondel
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:53
FunctiondeleteById
(_id: string)
backend/src/resources/playList/service.ts:38
FunctiondeleteLikes
(req: Request, res: Response)
backend/src/resources/user/controller.ts:54
FunctiondeleteLikes
(id: string, _id: string)
backend/src/resources/user/service.ts:24
FunctiondeleteMusic
(target: number)
frontend/src/components/organisms/CreatePlaylistMusicList/index.tsx:115
Functionenter
()
backend/src/resources/account/service.ts:76
Functionget
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:6
FunctiongetById
(req: Request, res: Response)
backend/src/resources/playList/controller.ts:23
FunctiongetById
(_id: string)
backend/src/resources/playList/service.ts:22
FunctiongetLength
()
backend/src/resources/playList/service.ts:42
FunctiongetMusic
(req: Request, res: Response)
backend/src/resources/game/controller.ts:5
FunctiongetMyPlaylist
(req: Request, res: Response)
backend/src/resources/user/controller.ts:34
FunctiongetMyPlaylist
(_id: string)
backend/src/resources/user/service.ts:10
FunctiongetPlaylists
(page: number, search: string, option?: { init?: boolean })
frontend/src/components/organisms/SelectPlaylistModal/index.tsx:169
FunctiongetRandomColor
()
frontend/src/components/molecules/ProfileSelector/index.tsx:43
FunctiongetServerSideProps
({ query }: NextPageContext)
frontend/src/pages/playlist/[playlistId].tsx:86
FunctiongetUserInfo
(id: string)
backend/src/resources/account/service.ts:96
FunctionguestSignIn
(req: Request, res: Response)
backend/src/resources/account/controller.ts:67
FunctionhandleAddChipKeyDown
(e)
frontend/src/pages/playlist/[playlistId].tsx:132
FunctionhandleAddChipKeyUp
(e)
frontend/src/pages/playlist/[playlistId].tsx:137
FunctionhandleAudioEnded
(e)
frontend/src/pages/game/index.tsx:169
FunctionhandleBack
()
frontend/src/components/atoms/MenuInfoBox/index.tsx:28
FunctionhandleCancelButton
()
frontend/src/components/organisms/CreatePlaylistMusicModal/index.tsx:92
FunctionhandleChangeGameOption
(this: Socket, uuid: string, room: InitRoomInfo, done: (...argv: any) => void)
backend/src/sockets/events/game/setChangeGameOption.ts:11
FunctionhandleChangeInputText
(e)
frontend/src/components/organisms/GameRoomInputContainer/index.tsx:37
FunctionhandleCheckEnter
(this: Socket, { uuid, nickname, color }: { uuid: string; nickname: string; color: string })
backend/src/sockets/events/game/checkEnter.ts:6
FunctionhandleClickChangeBtn
(value: string)
frontend/src/components/molecules/UserInfoBox/index.tsx:41
FunctionhandleClickLikeBtn
()
frontend/src/components/organisms/GameResultModal/index.tsx:90
FunctionhandleCodeModalBtn
()
frontend/src/pages/lobby/index.tsx:159
FunctionhandleComparePwd
(uuid: string, code: string, done: Function)
backend/src/sockets/events/lobby/comparePwd.ts:6
FunctionhandleCopy
()
frontend/src/components/organisms/GameRoomNav/index.tsx:123
FunctionhandleCreateRoom
(this: Socket, room: any, done: (...argv: any) => void)
backend/src/sockets/events/lobby/createRoom.ts:39
FunctionhandleCreateRoomBtn
()
frontend/src/components/organisms/CreateRoomModal/index.tsx:99
FunctionhandleCreateRoomModalBtn
()
frontend/src/pages/lobby/index.tsx:163
FunctionhandleDragEnd
(e)
frontend/src/components/organisms/CreatePlaylistMusicList/index.tsx:110
FunctionhandleDragOver
(e)
frontend/src/components/organisms/CreatePlaylistMusicList/index.tsx:91
FunctionhandleDragStart
(e)
frontend/src/components/organisms/CreatePlaylistMusicList/index.tsx:95
FunctionhandleDrop
(e)
frontend/src/components/organisms/CreatePlaylistMusicList/index.tsx:101
← previousnext →101–200 of 263, ranked by callers