MCPcopy Create free account

hub / github.com/Morabotti/GHM / functions

Functions204 in github.com/Morabotti/GHM

↓ 1 callersFunctionupdateMatch
( id: MatchModel['_id'], { teamA, teamB }: NewMatch )
server/src/core/MatchCore.ts:354
↓ 1 callersFunctionupdatePlayer
( data: UpdatePlayerInfo, id: string )
client/src/dashboard/client.ts:193
↓ 1 callersFunctionupdatePlayer
( id: PlayerModel['_id'], { firstName, gameName, lastName, country, steam64ID, hasImage, team }: UpdatePla
server/src/core/PlayerCore.ts:145
↓ 1 callersFunctionupdatePlayerImage
( id: PlayerModel['_id'], newPlayer: UpdateImagePlayer )
server/src/core/PlayerCore.ts:196
↓ 1 callersFunctionupdatePlayerWithImage
( data: FormData, id: string )
client/src/dashboard/client.ts:176
↓ 1 callersFunctionupdateScore
( id: MatchModel['_id'], { scoreB, scoreA }: UpdateActiveScore )
server/src/core/MatchCore.ts:373
↓ 1 callersFunctionupdateTeam
( data: UpdateTeamInfo, id: string )
client/src/dashboard/client.ts:149
↓ 1 callersFunctionupdateTeam
( id: TeamModel['_id'], { nameLong, nameShort, country, hasLogo }: UpdateTeam )
server/src/core/TeamCore.ts:121
↓ 1 callersFunctionupdateTeamLogo
( id: TeamModel['_id'], { nameLong, nameShort, country, isLogo, path }: NewTeam )
server/src/core/TeamCore.ts:180
↓ 1 callersFunctionupdateTeamWithLogo
( data: FormData, id: string )
client/src/dashboard/client.ts:132
↓ 1 callersFunctionuseScores
( initScoreA: number, initScoreB: number, initFormat: string )
client/src/hooks/useScores.tsx:13
↓ 1 callersMethodvalidateData
(state: GameState)
server/src/core/GameState.ts:147
FunctionClientConnectButton
({ connected, isFullWidth }: BigConnectionButtonType)
client/src/dashboard/components/Buttons.tsx:20
FunctionConfirmModal
({ isOpen, onClose, onDelete, modalBody, modalHeader, team }: ConfirmModalProps)
client/src/dashboard/components/Modals.tsx:80
FunctionConnectionButton
({ clientConnection, serverConnection, overlayConnection, clientSpectating }: ConnectionButtonType)
client/src/dashboard/components/Buttons.tsx:60
FunctionEditPlayerModal
({ isOpen, onClose, onEdit, player, teams }: EditPlayerModalProps)
client/src/dashboard/components/PlayerModals.tsx:97
FunctionEditTeamModal
({ isOpen, onClose, team, onEdit }: EditTeamModalProps)
client/src/dashboard/components/TeamModals.tsx:91
FunctionMapSelectionModal
({ isOpen, onClose, onSelected }: MapSelectionProps)
client/src/dashboard/components/Modals.tsx:122
FunctionServerConnectButton
({ connected, isFullWidth }: BigConnectionButtonType)
client/src/dashboard/components/Buttons.tsx:36
FunctionStatusBtn
({ disconnected }: StatusType)
client/src/dashboard/components/Buttons.tsx:52
FunctionSubHeaderWithIcon
({ headerSize, iconName, headerText, subHeaderText }: Props)
client/src/dashboard/components/Headers.tsx:12
FunctionTeamSelectionModal
({ isOpen, onClose, teams, onSelected, teamA, teamB }: TeamSelectionProps)
client/src/dashboard/components/Modals.tsx:26
FunctionViewPlayerModal
({ isOpen, onClose, player }: ViewModalProps)
client/src/dashboard/components/PlayerModals.tsx:33
FunctionViewTeamModal
({ isOpen, onClose, team }: ViewTeamModalProps)
client/src/dashboard/components/TeamModals.tsx:31
Function_handleSubmit
()
client/src/dashboard/components/NewTeamForm.tsx:42
Function_handleSubmit
()
client/src/dashboard/components/NewPlayerForm.tsx:50
FunctionanalyzeEvents
(state: GameState)
server/src/core/GameEvents.ts:14
FunctioncheckResponse
(res: Response)
client/src/common/client.ts:4
FunctioncheckResponse
(res: Response)
client/src/dashboard/client.ts:14
FunctioncheckResponse
(res: Response)
client/src/overlay/client.ts:38
MethodcomponentDidMount
()
client/src/dashboard/components/Main.tsx:50
MethodcomponentDidMount
()
client/src/dashboard/components/SideBar.tsx:23
MethodcomponentDidMount
()
client/src/dashboard/routes/Page-Live.tsx:100
MethodcomponentDidMount
()
client/src/dashboard/routes/Page-Config.tsx:51
MethodcomponentDidMount
()
client/src/overlay/components/Radar.tsx:44
MethodcomponentDidMount
()
client/src/overlay/components/Main.tsx:57
MethodcomponentDidUpdate
()
client/src/dashboard/routes/Page-Config.tsx:68
MethodcomponentDidUpdate
(prevProp: Props)
client/src/overlay/components/ScorePlate.tsx:58
MethodcomponentDidUpdate
(prevProp: Props)
client/src/overlay/components/Radar.tsx:55
MethodcomponentDidUpdate
(prevProps: Props)
client/src/overlay/components/Player.tsx:37
MethodcomponentWillUnmount
()
client/src/dashboard/components/SideBar.tsx:28
MethodcomponentWillUnmount
()
client/src/dashboard/routes/Page-Live.tsx:105
MethodcomponentWillUnmount
()
client/src/overlay/components/ScorePlate.tsx:77
MethodcomponentWillUnmount
()
client/src/overlay/components/Main.tsx:65
MethodcomponentWillUpdate
(nextProp: Props)
client/src/overlay/components/RadarPlayer.tsx:44
Methodconstructor
(props: Props)
client/src/dashboard/routes/Page-Live.tsx:87
Methodconstructor
(props: {})
client/src/dashboard/routes/Page-Overlay.tsx:20
Methodconstructor
(props: Props)
client/src/overlay/components/ScorePlate.tsx:49
Methodconstructor
(props: Props)
client/src/overlay/components/Radar.tsx:35
Methodconstructor
(props: Props)
client/src/overlay/components/Main.tsx:48
Methodconstructor
()
server/src/db.ts:7
Methodconstructor
()
server/src/core/MatchCore.ts:26
Methodconstructor
()
server/src/core/GameState.ts:29
Methodconstructor
()
server/src/core/GameStats.ts:16
FunctionendMoneyCount
()
client/src/overlay/actions.ts:51
FunctionfileFilterPlayers
(req: Request, file, cb)
server/src/handler/Multer.ts:64
FunctionfileFilterTeams
(req: Request, file, cb)
server/src/handler/Multer.ts:27
FunctionforceLoadMatches
()
client/src/dashboard/client.ts:217
MethodgetClientIsSpectating
()
server/src/core/GameState.ts:405
MethodgetClientOnline
()
server/src/core/GameState.ts:396
FunctiongetDefaultState
()
client/src/dashboard/components/NewTeamForm.tsx:26
FunctiongetDefaultState
()
client/src/dashboard/components/NewPlayerForm.tsx:30
MethodgetGameLive
()
server/src/core/GameState.ts:402
MethodgetGameOnline
()
server/src/core/GameState.ts:399
FunctiongetLatestData
()
client/src/overlay/client.ts:45
FunctiongetMatch
( id: string )
client/src/dashboard/client.ts:75
FunctionhardUpdateGameState
()
client/src/dashboard/client.ts:244
FunctionmapMultipleLevels
(map: string)
client/src/overlay/lib/MapPrefix.ts:49
FunctionmapStateToProps
(state: State)
client/src/dashboard/components/TopBar.tsx:47
FunctionmapStateToProps
(state: State)
client/src/dashboard/components/SideBar.tsx:80
FunctionmapStateToProps
(state: State)
client/src/dashboard/routes/Page-Live.tsx:560
FunctionmapStateToProps
(state: State)
client/src/dashboard/routes/Page-Config.tsx:366
FunctionmapStateToProps
(state: State)
client/src/dashboard/routes/Page-Players.tsx:372
FunctionmapStateToProps
(state: State)
client/src/dashboard/routes/Page-Teams.tsx:387
FunctionmapStateToProps
(state: State)
client/src/overlay/components/ScorePlate.tsx:284
FunctionmapStateToProps
(state: State)
client/src/overlay/components/Radar.tsx:124
FunctionmapStateToProps
(state: State)
client/src/overlay/components/PlayerPlate.tsx:212
FunctionmapStateToProps
(state: State)
client/src/overlay/components/Main.tsx:165
FunctionmapStateToProps
(state: State)
client/src/overlay/components/Team.tsx:109
Functionreducer
( state: State = getDefaultState(), action: Action )
client/src/common/reducer.ts:45
Functionreducer
( state: State = getDefaultState(), action: Action )
client/src/dashboard/reducer.ts:23
Functionreducer
( state: State = getDefaultState(), action: Action )
client/src/overlay/reducer.ts:80
Methodrender
()
client/src/dashboard/components/TopBar.tsx:18
Methodrender
()
client/src/dashboard/components/Main.tsx:72
Methodrender
()
client/src/dashboard/components/SideBar.tsx:41
Methodrender
()
client/src/dashboard/routes/Page-Home.tsx:6
Methodrender
()
client/src/dashboard/routes/Page-Live.tsx:298
Methodrender
()
client/src/dashboard/routes/Page-Config.tsx:122
Methodrender
()
client/src/dashboard/routes/Page-Players.tsx:257
Methodrender
()
client/src/dashboard/routes/Page-Settings.tsx:6
Methodrender
()
client/src/dashboard/routes/Page-Overlay.tsx:63
Methodrender
()
client/src/dashboard/routes/Page-Teams.tsx:282
Methodrender
()
client/src/overlay/components/ScorePlate.tsx:88
Methodrender
()
client/src/overlay/components/Radar.tsx:66
Methodrender
()
client/src/overlay/components/RadarPlayer.tsx:56
Methodrender
()
client/src/overlay/components/PlayerPlate.tsx:30
Methodrender
()
client/src/overlay/components/Player.tsx:43
Methodrender
()
client/src/overlay/components/Main.tsx:91
Methodrender
()
client/src/overlay/components/Team.tsx:29
MethodsetVectors
(state: GameState | any)
server/src/core/GameState.ts:191
← previousnext →101–200 of 204, ranked by callers