Functionsยง
- get_
champions_ ๐by_ role - โ๏ธ Retrieves all champions that match the specified role from the database.
- get_
champions_ ๐with_ no_ role - โ๏ธ Retrieves all champions from the database without filtering by role.
- get_
list_ champions - โ๏ธ Retrieves a list of champions from the database, optionally filtered by role.
- get_
random_ champion - โ๏ธ Selects a random champion from a list of
ChampionData. - match_
role_ ๐with_ database_ roles - โ๏ธ Maps a
Roleenum value to its corresponding string representation as stored in the database.