Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Aureom/live-lol-esports
/ functions
Functions
37 in github.com/Aureom/live-lol-esports
⨍
Functions
37
◇
Types & classes
50
↓ 10 callers
Function
createToast
(blueTeam: boolean, soundIsPlaying: boolean, sound: string, message: string, image: string)
src/components/LiveStatusGameCard/LiveAPIWatcher.tsx:146
↓ 2 callers
Function
getDragonSVG
(dragonName: string)
src/components/LiveStatusGameCard/PlayersTable.tsx:358
↓ 2 callers
Function
getGoldDifference
(player: ParticipantWindow, side: string, gameMetadata: GameMetadata, frame: FrameWindow)
src/components/LiveStatusGameCard/PlayersTable.tsx:338
↓ 2 callers
Function
getISODateMultiplyOf10
()
src/utils/LoLEsportsAPI.ts:64
↓ 2 callers
Function
useTheme
()
src/theme/ThemeContext.tsx:32
↓ 1 callers
Function
getGameDetails
(gameId: string)
src/utils/LoLEsportsAPI.ts:51
↓ 1 callers
Function
getGoldPercentage
(goldBlue: number, goldRed: number)
src/components/LiveStatusGameCard/PlayersTable.tsx:368
↓ 1 callers
Function
getLiveDetailsGame
(gameId: string, date: string)
src/utils/LoLEsportsAPI.ts:39
↓ 1 callers
Function
getLiveGameDetails
()
src/components/LiveStatusGameCard/LiveGame.tsx:62
↓ 1 callers
Function
getLiveGameStatus
()
src/components/LiveStatusGameCard/LiveGame.tsx:52
↓ 1 callers
Function
getLiveGames
()
src/utils/LoLEsportsAPI.ts:11
↓ 1 callers
Function
getLiveWindow
()
src/components/LiveStatusGameCard/LiveGame.tsx:41
↓ 1 callers
Function
getLiveWindowGame
(gameId: string, date: string)
src/utils/LoLEsportsAPI.ts:27
↓ 1 callers
Function
getSchedule
()
src/utils/LoLEsportsAPI.ts:19
↓ 1 callers
Function
percentage
(partialValue: number, totalValue: number)
src/components/LiveStatusGameCard/MiniHealthBar.tsx:18
Function
App
()
src/App.tsx:12
Function
Footer
()
src/components/Footer/Footer.tsx:7
Function
GameCardList
({ liveGames, todayGames }: Props)
src/components/LiveGameCard/GameCardList.tsx:14
Function
ItemsDisplay
({ participantId, lastFrame }: Props)
src/components/LiveStatusGameCard/ItemsDisplay.tsx:10
Function
LiveAPIWatcher
({ lastFrameWindow, gameMetadata, blueTeam, redTeam } : Props)
src/components/LiveStatusGameCard/LiveAPIWatcher.tsx:53
Function
LiveGame
({ match }: any)
src/components/LiveStatusGameCard/LiveGame.tsx:17
Function
LiveGameCard
({ game }: Props)
src/components/LiveGameCard/LiveGameCard.tsx:8
Function
LiveGames
()
src/components/LiveGameCard/LiveGames.tsx:10
Function
LiveGames
({liveGames}: PropsLive)
src/components/LiveGameCard/GameCardList.tsx:30
Function
MiniHealthBar
({ currentHealth, maxHealth }: Props)
src/components/LiveStatusGameCard/MiniHealthBar.tsx:7
Function
Navbar
()
src/components/Navbar/Navbar.tsx:9
Function
PlayersTable
({ lastFrameWindow, lastFrameDetails, gameMetadata, gameDetails } : Props)
src/components/LiveStatusGameCard/PlayersTable.tsx:36
Function
ScheduleGameCard
({ game }: Props)
src/components/LiveGameCard/ScheduleGameCard.tsx:8
Function
SoundToggler
()
src/components/Navbar/SoundToggler.tsx:5
Function
ThemeProvider
({children})
src/theme/ThemeContext.tsx:18
Function
ThemeToggler
()
src/components/Navbar/ThemeToggler.tsx:6
Function
TodayGames
({todayGames}: PropsToday)
src/components/LiveGameCard/GameCardList.tsx:58
Function
filterByTeams
(event: LiveEvents)
src/components/LiveGameCard/LiveGames.tsx:41
Function
filterByTodayDate
(event: TodayEvent)
src/components/LiveGameCard/LiveGames.tsx:46
Function
handleClick
()
src/components/Navbar/ThemeToggler.tsx:23
Function
handleClick
()
src/components/Navbar/SoundToggler.tsx:19
Function
sortItems
(a: number, b: number)
src/components/LiveStatusGameCard/ItemsDisplay.tsx:81