MCPcopy Create free account

hub / github.com/boostcampwm-2024/web30-stop-troublepainter / functions

Functions253 in github.com/boostcampwm-2024/web30-stop-troublepainter

Methodconstructor
(message: string = 'Insufficient players')
server/src/exceptions/game.exception.ts:37
Methodconstructor
(message: string = 'Forbidden')
server/src/exceptions/game.exception.ts:43
Methodconstructor
(message: string = 'Game already started')
server/src/exceptions/game.exception.ts:48
Methodconstructor
(private configService: ConfigService)
server/src/common/clova-client.ts:10
Methodconstructor
()
server/src/common/services/timer.service.ts:13
Methodconstructor
(private configService: ConfigService)
server/src/redis/redis.service.ts:9
MethodcreateRoom
(roomId: string, room: Room, settings: RoomSettings)
server/src/game/game.repository.ts:10
MethodcreateRoom
()
server/src/game/game.controller.ts:9
FunctiondrawAni
()
client/src/components/ui/BackgroundCanvas.tsx:31
MethodexistsPlayer
(roomId: string, playerId: string)
server/src/chat/chat.repository.ts:26
MethodexistsPlayer
(roomId: string, playerId: string)
server/src/drawing/drawing.repository.ts:13
MethodexistsRoom
(roomId: string)
server/src/chat/chat.repository.ts:21
MethodexistsRoom
(roomId: string)
server/src/drawing/drawing.repository.ts:8
FunctionformatDate
(date: Date, format: string = 'YYYY-MM-DD')
client/src/utils/formatDate.ts:28
MethodgetRemainingTime
(roomId: string)
server/src/common/services/timer.service.ts:49
MethodgetRoomStatus
(roomId: string)
server/src/game/game.repository.ts:42
Methodhandle
(@ConnectedSocket() client: Socket, @MessageBody() data: { player: Partial<Player> })
server/src/game/game.gateway.ts:82
FunctionhandleBeforeUnload
(e: BeforeUnloadEvent)
client/src/layouts/BrowserNavigationGuard.tsx:12
MethodhandleCheckAnswer
(@ConnectedSocket() client: Socket, @MessageBody() data: { answer: string })
server/src/game/game.gateway.ts:175
FunctionhandleClick
()
client/src/hooks/useBackgroundMusic.ts:65
MethodhandleConnection
(client: Socket)
server/src/chat/chat.gateway.ts:19
MethodhandleConnection
(client: Socket)
server/src/drawing/drawing.gateway.ts:26
MethodhandleDisconnect
(@ConnectedSocket() client: Socket)
server/src/game/game.gateway.ts:192
MethodhandleDraw
(@ConnectedSocket() client: Socket, @MessageBody() data: { drawingData: any })
server/src/drawing/drawing.gateway.ts:44
FunctionhandleDrawingEvent
(e: ReactTouchEvent<HTMLCanvasElement> | ReactMouseEvent<HTMLCanvasElement>)
client/src/components/canvas/MainCanvas.tsx:137
MethodhandleGameStart
(@ConnectedSocket() client: Socket)
server/src/game/game.gateway.ts:92
MethodhandleJoinRoom
(@ConnectedSocket() client: Socket, @MessageBody() data: { roomId: string })
server/src/game/game.gateway.ts:37
FunctionhandleKeyDown
(e: KeyboardEvent<HTMLDivElement>)
client/src/components/ui/Toast.tsx:27
FunctionhandleKeyDown
(e: KeyboardEvent<Element>)
client/src/hooks/useModal.ts:42
FunctionhandleMessageReceived
(response: ChatResponse)
client/src/hooks/socket/useChatSocket.ts:58
FunctionhandleMouseLeave
()
client/src/components/ui/BackgroundCanvas.tsx:87
FunctionhandleMouseMove
(e: MouseEvent<HTMLCanvasElement>)
client/src/components/ui/BackgroundCanvas.tsx:77
FunctionhandleOpenHelpModal
(e: MouseEvent<HTMLButtonElement>)
client/src/components/ui/HelpContainer.tsx:10
FunctionhandlePopState
(e: PopStateEvent)
client/src/layouts/BrowserNavigationGuard.tsx:25
MethodhandleReconnect
(@ConnectedSocket() client: Socket, @MessageBody() data: { roomId: string; playerId: string })
server/src/game/game.gateway.ts:51
MethodhandleSendMessage
(@ConnectedSocket() client: Socket, @MessageBody() data: { message: string })
server/src/chat/chat.gateway.ts:37
MethodhandleSettings
(@ConnectedSocket() client: Socket, @MessageBody() data: { settings: Partial<RoomSettings> })
server/src/game/game.gateway.ts:72
FunctionhandleStartDrawingEvent
(e: ReactTouchEvent<HTMLCanvasElement> | ReactMouseEvent<HTMLCanvasElement>)
client/src/components/canvas/MainCanvas.tsx:117
FunctionhandleStopDrawingEvent
()
client/src/components/canvas/MainCanvas.tsx:154
FunctionhandleSubmit
(e: FormEvent)
client/src/components/chat/ChatInput.tsx:30
FunctionhandleTouchEnd
()
client/src/components/modal/HelpRollingModal.tsx:116
FunctionhandleTouchMove
(e: TouchEvent<HTMLDivElement>)
client/src/components/modal/HelpRollingModal.tsx:103
FunctionhandleTouchStart
(e: TouchEvent<HTMLDivElement>)
client/src/components/modal/HelpRollingModal.tsx:98
MethodisDeactivated
()
core/crdt/LWWRegister.ts:20
Methodmerge
(remoteState: RegisterState<T>)
core/crdt/LWWRegister.ts:40
FunctionrunCanvasComparisonTest
( clients: DrawingClient[], drawingFunction: (page: Page, clientIndex?: number) => Promise<void>, compar
core/crdt/test/test-utils.ts:128
FunctionsetupDifferentURL
(clientCount: number, browser: Browser)
core/crdt/test/test-utils.ts:249
FunctionsetupSameURL
(clientCount: number, browser: Browser)
core/crdt/test/test-utils.ts:227
Methodstate
()
core/crdt/LWWMap.ts:31
Methodstate
()
core/crdt/LWWRegister.ts:16
Methodstrokes
()
core/crdt/LWWMap.ts:39
MethodupdatePlayer
(roomId: string, playerId: string, player: Partial<Player>)
server/src/game/game.repository.ts:98
Methodvalue
()
core/crdt/LWWRegister.ts:12
← previous201–253 of 253, ranked by callers