MCPcopy Create free account

hub / github.com/boostcampwm-2024/web27-Preview / functions

Functions383 in github.com/boostcampwm-2024/web27-Preview

MethodgetAllQuestionLists
(query: PaginateQueryDto, userId: number)
backend/src/question-list/question-list.service.ts:31
MethodgetAllQuestionListsByCategoryName
( @Res() res, @JwtPayload() token: IJwtPayload, @Query() query: PaginateQueryDto,
backend/src/question-list/question-list.controller.ts:66
MethodgetHello
()
backend/src/app.service.ts:5
MethodgetHello
()
backend/src/app.controller.ts:9
MethodgetMyQuestionLists
(userId: number, query: PaginateQueryDto)
backend/src/question-list/question-list.service.ts:159
MethodgetMyQuestionLists
( @Res() res, @Query() query: PaginateQueryDto, @JwtPayload() token: IJwtPayload )
backend/src/question-list/question-list.controller.ts:190
MethodgetPublicRoom
(@Query() query: AllRoomQueryParamDto)
backend/src/room/room.controller.ts:11
MethodgetPublicRoom
(inProgress?: boolean)
backend/src/room/room.service.ts:107
MethodgetQuestionListContents
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { qu
backend/src/question-list/question-list.controller.ts:157
MethodgetScrappedQuestionLists
(userId: number, query: PaginateQueryDto)
backend/src/question-list/question-list.service.ts:322
MethodgetScrappedQuestionLists
( @Res() res, @Query() query: PaginateQueryDto, @JwtPayload() token: IJwtPayload )
backend/src/question-list/question-list.controller.ts:442
MethodgetServer
()
backend/src/infra/infra.service.ts:41
MethodgetSocket
(socketId: string)
backend/src/infra/infra.service.ts:45
MethodgetUserByGithubId
(githubId: number)
backend/src/user/user.repository.ts:13
MethodgetUserInfo
(@Param("userId") userId: number)
backend/src/user/user.controller.ts:43
MethodgithubCallback
( @Res({ passthrough: true }) res: Response, @JwtTokenPair() pair: IJwtTokenPair )
backend/src/auth/auth.controller.ts:22
FunctionhandleAllUsers
(data: RoomJoinResponse)
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:98
MethodhandleAnswer
( @MessageBody() data: { answerReceiveID: string; sdp: any;
backend/src/signaling-server/sig-server.gateway.ts:34
FunctionhandleCancel
()
frontend/src/components/questions/create/QuestionInputSection/QuestionList.tsx:27
MethodhandleCandidate
( @MessageBody() data: { candidateReceiveID: string; candidate: any;
backend/src/signaling-server/sig-server.gateway.ts:49
FunctionhandleChangeIndex
(data: { currentIndex: number })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:213
FunctionhandleChangeNickname
(e: React.ChangeEvent<HTMLInputElement>)
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:83
FunctionhandleClose
()
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:79
MethodhandleConnection
(client: Socket)
backend/src/room/room.gateway.ts:58
MethodhandleCreateRoom
( @ConnectedSocket() client: Socket, @MessageBody() dto: CreateRoomDto )
backend/src/room/room.gateway.ts:65
MethodhandleCurrentIndex
(@MessageBody() dto: RoomIdDto)
backend/src/room/room.gateway.ts:144
FunctionhandleDialogClose
()
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:49
MethodhandleDisconnect
(client: Socket)
backend/src/room/room.gateway.ts:52
FunctionhandleEscape
(e: KeyboardEvent)
frontend/src/hooks/useModal.ts:21
MethodhandleFinishRoom
(@MessageBody() dto: FinishRoomDto)
backend/src/room/room.gateway.ts:96
FunctionhandleGetAnswer
(data: { sdp: RTCSessionDescription; answerSendID: string; })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:172
FunctionhandleGetCandidate
(data: { candidate: RTCIceCandidate; candidateSendID: string; })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:190
FunctionhandleGetOffer
(data: { sdp: RTCSessionDescription; offerSendID: string; offerSendNickname: string; })
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:143
MethodhandleJoinRoom
( @ConnectedSocket() client: Socket, @MessageBody() dto: JoinRoomDto )
backend/src/room/room.gateway.ts:75
FunctionhandleMouseDown
(e: React.MouseEvent<HTMLDialogElement>)
frontend/src/components/sessions/create/SessionForm/ListSelectModal/index.tsx:48
FunctionhandleMouseDown
(e: React.MouseEvent<HTMLDialogElement>)
frontend/src/components/common/Modal/index.tsx:37
FunctionhandleMouseDown
(e: React.MouseEvent<HTMLDialogElement>)
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:73
MethodhandleMoveIndex
( @ConnectedSocket() client: Socket, @MessageBody() dto: MoveIndexDto )
backend/src/room/room.gateway.ts:151
MethodhandleNextQuestion
( @ConnectedSocket() client: Socket, @MessageBody() dto: RoomIdDto )
backend/src/room/room.gateway.ts:134
MethodhandleOffer
( @MessageBody() data: { offerReceiveID: string; sdp: any;
backend/src/signaling-server/sig-server.gateway.ts:17
FunctionhandleProgress
(data: ProgressResponse)
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:220
FunctionhandleReaction
({ socketId, reactionType, }: { socketId: string; reactionType: string; })
frontend/src/pages/SessionPage/hooks/useReaction.ts:49
MethodhandleReaction
( @ConnectedSocket() client: Socket, @MessageBody() dto: ReactionDto )
backend/src/room/room.gateway.ts:103
MethodhandleRefresh
( @Res({ passthrough: true }) res: Response, @JwtTokenPair() pair: IJwtTokenPair )
backend/src/auth/auth.controller.ts:39
FunctionhandleRoomFull
()
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:203
FunctionhandleRoomProgress
()
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:208
FunctionhandleSave
()
frontend/src/components/questions/create/QuestionInputSection/QuestionList.tsx:19
FunctionhandleScroll
()
frontend/src/pages/IntroPage/IntroPage.tsx:22
MethodhandleSignup
(@Body() dto: CreateUserDto)
backend/src/user/user.controller.ts:30
MethodhandleStartProgress
( @ConnectedSocket() client: Socket, @MessageBody() dto: RoomIdDto )
backend/src/room/room.gateway.ts:118
MethodhandleStopProgress
( @ConnectedSocket() client: Socket, @MessageBody() dto: RoomIdDto )
backend/src/room/room.gateway.ts:126
FunctionhandleSubmit
()
frontend/src/pages/MyPage/view/ProfileEditModal.tsx:105
FunctionhandleTitleChange
(e: React.ChangeEvent<any>)
frontend/src/components/questions/create/TitleSection.tsx:7
MethodhandleWhoami
(@JwtPayload() payload: IJwtPayload)
backend/src/auth/auth.controller.ts:32
FunctionjoinRoom
()
frontend/src/pages/SessionPage/hooks/useSession.ts:108
MethodjoinRoom
(socket: Socket, roomId: string)
backend/src/infra/infra.service.ts:30
FunctionlogIn
()
frontend/src/hooks/useAuth.ts:38
Methodlogin
(@Res({ passthrough: true }) res: Response, @JwtTokenPair() pair: IJwtTokenPair)
backend/src/auth/auth.controller.ts:49
FunctionlogoutHandler
()
frontend/src/components/common/Sidebar/Sidebar.tsx:25
FunctionopenDeleteModal
(e: React.MouseEvent)
frontend/src/components/mypage/QuestionList/QuestionItem/index.tsx:25
Methodpaginate
(paginateDto: PaginateDto)
backend/src/question-list/repository/question-list.repository.ts:79
FunctionroomCreatedHandler
(response: RoomCreatedResponse)
frontend/src/pages/CreateSessionPage/view/SessionForm.tsx:63
MethodscrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/question-list.service.ts:330
MethodscrapQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { questionListId: number
backend/src/question-list/question-list.controller.ts:477
MethodscrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/repository/question-list.repository.ts:34
FunctionshareQuestionList
()
frontend/src/pages/QuestionDetailPage/QuestionDetailPage.tsx:35
FunctionsocketConnectErrorHandler
(error: Error)
frontend/src/stores/useSocketStore.ts:33
FunctionsocketConnectHandler
()
frontend/src/stores/useSocketStore.ts:30
FunctionsocketErrorHandler
(error: Error)
frontend/src/stores/useSocketStore.ts:27
FunctionsubmitHandler
()
frontend/src/pages/CreateSessionPage/view/SessionForm.tsx:36
FunctionsubmitHandler
()
frontend/src/pages/CreateQuestionPage/view/QuestionForm.tsx:16
FunctiontoggleTheme
()
frontend/src/hooks/useTheme.ts:20
MethodunscrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/question-list.service.ts:361
MethodunscrapQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Param("questionListId") questionListI
backend/src/question-list/question-list.controller.ts:515
MethodunscrapQuestionList
(questionListId: number, userId: number)
backend/src/question-list/repository/question-list.repository.ts:52
MethodupdateQuestion
(questionDto: QuestionDto)
backend/src/question-list/question-list.service.ts:248
MethodupdateQuestion
( @Res() res, @JwtPayload() token: IJwtPayload, @Body() body: { content: string },
backend/src/question-list/question-list.controller.ts:354
MethodupdateQuestionList
(updateQuestionListDto: UpdateQuestionListDto)
backend/src/question-list/question-list.service.ts:181
MethodupdateQuestionList
( @Res() res, @JwtPayload() token: IJwtPayload, @Param("questionListId") questionListI
backend/src/question-list/question-list.controller.ts:227
Methodvalidate
(req: Request)
backend/src/auth/github/github.strategy.ts:23
Methodvalidate
(username: string, password: string)
backend/src/auth/local/local.strategy.ts:19
Methodvalidate
(req: Request, payload: any)
backend/src/auth/jwt/strategy/refresh-token.strategy.ts:22
Methodvalidate
(req: Request)
backend/src/auth/jwt/strategy/access-token.strategy.ts:10
← previous301–383 of 383, ranked by callers