MCPcopy Create free account

hub / github.com/IFS49F/poker / functions

Functions50 in github.com/IFS49F/poker

↓ 4 callersFunctionbuildStateUpdate
( state: RoomState, action?: Action, revealScores = false, )
apps/server/src/state.ts:26
↓ 4 callersFunctionmaskScores
(state: RoomState | null)
apps/server/src/state.ts:8
↓ 3 callersFunctiondefaultState
()
apps/server/src/state.ts:3
↓ 3 callersFunctiongetKey
(key: string)
apps/server/src/redis.ts:11
↓ 3 callersFunctionisInvalidKey
(key: string | undefined | null)
apps/server/src/redis.ts:8
↓ 3 callersMethodpingPlayerState
( playerId: string, state: keyof PlayerActions[string], value: boolean | SpeakingAction, timeo
apps/web/src/lib/player-state-pinger.ts:34
↓ 2 callersMethodsetPlayerState
( playerId: string, state: keyof PlayerActions[string], value: boolean | SpeakingAction | undefine
apps/web/src/lib/player-state-pinger.ts:49
↓ 1 callersFunctionaddPlayer
( state: RoomState, player: Omit<Player, "score" | "voted">, )
apps/server/src/state.ts:35
↓ 1 callersMethodclearTimeouts
()
apps/web/src/lib/player-state-pinger.ts:66
↓ 1 callersFunctionclearVotes
(state: RoomState)
apps/server/src/state.ts:82
↓ 1 callersFunctioncloseRoomStore
()
apps/server/src/redis.ts:46
↓ 1 callersFunctiongetPlayerPayload
(payload: PlayPayload, socketId: string)
apps/server/src/socket.ts:33
↓ 1 callersMethodhandleAction
({ type, playerId }: Action)
apps/web/src/pages/Room/Room.tsx:161
↓ 1 callersFunctionisRoomEmpty
(io: PokerServer, room: string)
apps/server/src/socket.ts:30
↓ 1 callersFunctionnormalizeRoom
(room = "")
apps/server/src/socket.ts:28
↓ 1 callersFunctionregisterSocketHandlers
(io: PokerServer)
apps/server/src/socket.ts:42
↓ 1 callersFunctionremovePlayer
(state: RoomState, socketId: string)
apps/server/src/state.ts:92
↓ 1 callersMethodrender
()
apps/web/src/pages/Room/Room.tsx:31
↓ 1 callersFunctionshowScores
(state: RoomState)
apps/server/src/state.ts:77
↓ 1 callersFunctionshutdownSocketServer
()
apps/server/src/socket.ts:192
↓ 1 callersFunctionupdatePlayerVote
( state: RoomState, socketId: string, score: string, )
apps/server/src/state.ts:47
FunctionActions
({ show, myScore, onVote, onShow, onClear }: ActionsProps)
apps/web/src/components/Actions/Actions.tsx:14
FunctionApp
()
apps/web/src/pages/App/App.tsx:5
FunctionBounce
({ children, ...props }: TransitionProps)
apps/web/src/components/Votes/Votes.tsx:33
FunctionDonationBanner
()
apps/web/src/components/DonationBanner/DonationBanner.tsx:4
FunctionFade
({ children, ...props }: TransitionProps)
apps/web/src/components/Votes/Votes.tsx:23
FunctionLanding
()
apps/web/src/pages/Landing/Landing.tsx:88
FunctionPopIn
({ children, ...props }: TransitionProps)
apps/web/src/components/Votes/Votes.tsx:43
FunctionRoom
()
apps/web/src/pages/Room/Room.tsx:294
FunctionVotes
({ me, myScore, highlightScore, team, playerAction, show }: VotesProps)
apps/web/src/components/Votes/Votes.tsx:62
MethodcomponentDidMount
()
apps/web/src/pages/Landing/Landing.tsx:25
MethodcomponentDidMount
()
apps/web/src/pages/Room/Room.tsx:102
MethodcomponentWillUnmount
()
apps/web/src/pages/Room/Room.tsx:156
Methodconstructor
(props: ShareProps)
apps/web/src/components/Share/Share.tsx:17
Methodconstructor
(props: JoinProps)
apps/web/src/components/Join/Join.tsx:14
Methodconstructor
(props: LandingProps)
apps/web/src/pages/Landing/Landing.tsx:17
Methodconstructor
(props: RoomProps)
apps/web/src/pages/Room/Room.tsx:84
Methodconstructor
(props: { setState: SetState })
apps/web/src/lib/player-state-pinger.ts:22
Functiondel
(key: string)
apps/server/src/redis.ts:37
Functionfetch
(request, bunServer)
apps/server/src/index.ts:40
Functionget
(key: string)
apps/server/src/redis.ts:14
FunctiononMouseEnter
()
apps/web/src/components/Summary/Summary.tsx:25
FunctiononMouseLeave
()
apps/web/src/components/Summary/Summary.tsx:28
Methodrender
()
apps/web/src/components/Share/Share.tsx:35
Methodrender
()
apps/web/src/components/Join/Join.tsx:32
Methodrender
()
apps/web/src/pages/Landing/Landing.tsx:41
Methodrender
()
apps/web/src/pages/Room/Room.tsx:45
Methodrender
()
apps/web/src/pages/Room/Room.tsx:249
Functionset
(key: string, value: RoomState | string)
apps/server/src/redis.ts:27
Functionshutdown
()
apps/server/src/index.ts:59