MCPcopy Index your code

hub / github.com/IchBinLeoon/anisearch-discord-bot / functions

Functions219 in github.com/IchBinLeoon/anisearch-discord-bot

↓ 1 callersMethodinsert_manga_titles
(&self, titles: Vec<String>)
anisearch-bot/src/services/anilist/cache.rs:67
↓ 1 callersMethodinsert_staff_names
(&self, names: Vec<String>)
anisearch-bot/src/services/anilist/cache.rs:75
↓ 1 callersMethodinsert_studio_names
(&self, names: Vec<String>)
anisearch-bot/src/services/anilist/cache.rs:79
↓ 1 callersMethodinsert_tags
(&self, tags: Vec<String>)
anisearch-bot/src/services/anilist/cache.rs:115
↓ 1 callersMethodis_first_page
(&self)
anisearch-bot/src/components/paginate.rs:172
↓ 1 callersMethodis_last_page
(&self)
anisearch-bot/src/components/paginate.rs:176
↓ 1 callersFunctionlog_command_invocation
(ctx: Context<'_>, status: ExecutionStatus)
anisearch-bot/src/events.rs:150
↓ 1 callersMethodmanga_autocomplete
(&self, title: String)
anisearch-bot/src/services/anilist/mod.rs:268
↓ 1 callersFunctionon_error
(error: FrameworkError<'_, Data, Error>)
anisearch-bot/src/error.rs:31
↓ 1 callersFunctionpost_command
(ctx: Context<'_>)
anisearch-bot/src/events.rs:146
↓ 1 callersFunctionpre_command
(ctx: Context<'_>)
anisearch-bot/src/events.rs:121
↓ 1 callersMethodrandom
( &self, media: Option<MediaType>, genres: Option<Vec<String>>, tags: Option<V
anisearch-bot/src/services/anilist/mod.rs:185
↓ 1 callersMethodregister_commands
(&self, http: &Http)
anisearch-bot/src/events.rs:87
↓ 1 callersMethodremove_guild
(&self, id: GuildId)
anisearch-bot/src/services/guild/mod.rs:40
↓ 1 callersFunctionroutes
()
anisearch-web/src/api/bot/mod.rs:13
↓ 1 callersMethodsearch
(lock: &RwLock<Trie>, word: &str)
anisearch-bot/src/services/anilist/cache.rs:29
↓ 1 callersMethodsearch_anime_titles
(&self, title: &str)
anisearch-bot/src/services/anilist/cache.rs:43
↓ 1 callersMethodsearch_character_names
(&self, name: &str)
anisearch-bot/src/services/anilist/cache.rs:51
↓ 1 callersMethodsearch_genres
(&self, genre: &str)
anisearch-bot/src/services/anilist/cache.rs:103
↓ 1 callersMethodsearch_manga_titles
(&self, title: &str)
anisearch-bot/src/services/anilist/cache.rs:47
↓ 1 callersMethodsearch_staff_names
(&self, name: &str)
anisearch-bot/src/services/anilist/cache.rs:55
↓ 1 callersMethodsearch_studio_names
(&self, name: &str)
anisearch-bot/src/services/anilist/cache.rs:59
↓ 1 callersMethodsearch_tags
(&self, tag: &str)
anisearch-bot/src/services/anilist/cache.rs:107
↓ 1 callersMethodseasonal
( &self, season: MediaSeason, year: i32, sort: MediaSort, )
anisearch-bot/src/services/anilist/mod.rs:162
↓ 1 callersMethodshards
( &self, _request: Request<ShardsRequest>, )
anisearch-bot/src/api.rs:129
↓ 1 callersFunctionspawn_activity_cycle
(ctx: SerenityContext)
anisearch-bot/src/events.rs:99
↓ 1 callersMethodstaff
( &self, variables: staff_query::Variables, )
anisearch-bot/src/clients/anilist/mod.rs:60
↓ 1 callersMethodstaff_autocomplete
(&self, name: String)
anisearch-bot/src/services/anilist/mod.rs:341
↓ 1 callersFunctionstart_health_check
( health_reporter: HealthReporter, runners: RunnersMap, database: Arc<DatabaseConnection>, )
anisearch-bot/src/api.rs:155
↓ 1 callersMethodstats
( &self, _request: Request<StatsRequest>, )
anisearch-bot/src/api.rs:54
↓ 1 callersMethodstudio
( &self, variables: studio_query::Variables, )
anisearch-bot/src/clients/anilist/mod.rs:67
↓ 1 callersMethodstudio_autocomplete
(&self, name: String)
anisearch-bot/src/services/anilist/mod.rs:367
↓ 1 callersMethodtags_autocomplete
(&self, tag: String)
anisearch-bot/src/services/anilist/mod.rs:404
↓ 1 callersMethodtrending
( &self, media: MediaType, )
anisearch-bot/src/services/anilist/mod.rs:149
↓ 1 callersMethodupdate_guild_command_usage
( &self, ctx_id: u64, execution_status: ExecutionStatus, execution_time: u128,
anisearch-bot/src/services/metrics/mod.rs:68
↓ 1 callersMethodupdate_private_command_usage
( &self, ctx_id: u64, execution_status: ExecutionStatus, execution_time: u128,
anisearch-bot/src/services/metrics/mod.rs:88
Functionanilist_context_menu_command
( ctx: Context<'_>, #[description = "User to look up."] user: User, )
anisearch-bot/src/commands/profile/anilist.rs:33
Functionanilist_slash_command
( ctx: Context<'_>, #[description = "AniList username to look up."] #[min_length = 2] #[max_le
anisearch-bot/src/commands/profile/anilist.rs:14
Functionanime_slash_command
( ctx: Context<'_>, #[description = "Title of the anime to search for."] #[autocomplete = autocomp
anisearch-bot/src/commands/search/anime.rs:24
Functionautocomplete_anime_title
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:28
Functionautocomplete_character_name
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:48
Functionautocomplete_genres
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:119
Functionautocomplete_manga_title
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:38
Functionautocomplete_staff_name
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:61
Functionautocomplete_studio_name
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:71
Functionautocomplete_tags
( ctx: Context<'a>, partial: &'a str, )
anisearch-bot/src/commands/autocomplete.rs:129
Methodbuilder
()
anisearch-bot/src/components/paginate.rs:318
Functioncharacter_slash_command
( ctx: Context<'_>, #[description = "Name of the character to search for."] #[autocomplete = autoc
anisearch-bot/src/commands/search/character.rs:22
Functioncommands
(State(state): State<AppState>)
anisearch-web/src/api/bot/commands.rs:10
Functioncreate_database_connection
(database_uri: &str)
anisearch-lib/src/database.rs:6
Methoddispatch
(&self, ctx: &SerenityContext, event: &FullEvent)
anisearch-bot/src/events.rs:31
Methoddown
(&self, manager: &SchemaManager)
anisearch-migration/src/m20220101_000001_initial_schema.rs:285
Methodextract_media_titles
(media: Vec<MediaQueryPageMedia>)
anisearch-bot/src/services/anilist/mod.rs:291
Methodflatten_response_data
(data: Option<T>, extract_fn: F)
anisearch-bot/src/services/anilist/mod.rs:235
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
anisearch-bot/src/utils/commands.rs:12
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
anisearch-bot/src/clients/anilist/mod.rs:144
Functionformat_duration_millis
(duration: Duration)
anisearch-bot/src/utils/format.rs:70
Functionformat_production
(media: &StudioQueryPageStudiosMediaNodes)
anisearch-bot/src/commands/search/studio.rs:145
Methodfrom
(e: SendError<T>)
anisearch-bot/src/components/mod.rs:21
Methodfrom
(value: CommandType)
anisearch-bot/src/utils/commands.rs:23
Methodfrom
(value: MediaChoice)
anisearch-bot/src/commands/choices.rs:12
Methodfrom
(value: DateTime<Utc>)
anisearch-bot/src/clients/anilist/mod.rs:198
Methodfrom
(e: Status)
anisearch-web/src/error.rs:36
Functionget_database_version
(db: &DatabaseConnection)
anisearch-lib/src/database.rs:36
Functionget_git_commit_hash
()
anisearch-lib/build.rs:22
Functionhealth
(State(state): State<AppState>)
anisearch-web/src/api/mod.rs:21
Methodinit
()
anisearch-lib/src/config.rs:8
Methodinit
(database: Arc<DatabaseConnection>)
anisearch-bot/src/services/guild/mod.rs:14
Methodinit
(database: Arc<DatabaseConnection>)
anisearch-bot/src/services/metrics/mod.rs:14
Methodinit
()
anisearch-bot/src/services/anilist/mod.rs:37
Methodinsert_option
(lock: &RwLock<Option<Trie>>, words: Vec<String>)
anisearch-bot/src/services/anilist/cache.rs:91
Methodinto_response
(self)
anisearch-web/src/error.rs:20
Functioninvite_slash_command
(ctx: Context<'_>)
anisearch-bot/src/commands/help/invite.rs:17
Functionkitsu_context_menu_command
( ctx: Context<'_>, #[description = "User to look up."] user: User, )
anisearch-bot/src/commands/profile/kitsu.rs:33
Functionkitsu_slash_command
( ctx: Context<'_>, #[description = "Kitsu username to look up."] #[min_length = 3] #[max_leng
anisearch-bot/src/commands/profile/kitsu.rs:14
Functionmain
()
anisearch-lib/build.rs:7
Functionmain
()
anisearch-bot/src/main.rs:55
Functionmain
()
anisearch-web/src/main.rs:34
Functionmanga_slash_command
( ctx: Context<'_>, #[description = "Title of the manga to search for."] #[autocomplete = autocomp
anisearch-bot/src/commands/search/manga.rs:19
Methodmigrations
()
anisearch-migration/src/lib.rs:9
Functionmyanimelist_context_menu_command
( ctx: Context<'_>, #[description = "User to look up."] user: User, )
anisearch-bot/src/commands/profile/myanimelist.rs:33
Functionmyanimelist_slash_command
( ctx: Context<'_>, #[description = "MyAnimeList username to look up."] #[min_length = 2] #[ma
anisearch-bot/src/commands/profile/myanimelist.rs:14
Methodnew
( runners: RunnersMap, cache: Arc<Cache>, metrics_service: Arc<MetricsService>, )
anisearch-bot/src/api.rs:35
Methodnew
(embed: CreateEmbed<'a>)
anisearch-bot/src/components/paginate.rs:383
Methodnew
()
anisearch-bot/src/services/anilist/trie.rs:9
Methodnew
()
anisearch-bot/src/services/anilist/cache.rs:17
Methodnew
()
anisearch-bot/src/clients/anilist/mod.rs:18
Functionping_slash_command
(ctx: Context<'_>)
anisearch-bot/src/commands/help/ping.rs:17
Functionprofile_add_slash_command
( ctx: Context<'_>, #[description = "Anime tracking site."] site: TrackingSiteChoice, #[descriptio
anisearch-bot/src/commands/profile/add.rs:13
Functionprofile_info_slash_command
( ctx: Context<'_>, #[description = "User to look up."] user: Option<User>, )
anisearch-bot/src/commands/profile/info.rs:14
Functionprofile_remove_slash_command
( ctx: Context<'_>, #[description = "Anime tracking site."] site: TrackingSiteChoice, )
anisearch-bot/src/commands/profile/remove.rs:13
Functionprofile_slash_command
(_: Context<'_>)
anisearch-bot/src/commands/profile/mod.rs:24
Functionrandom_slash_command
( ctx: Context<'_>, #[description = "Type of media."] media: Option<MediaChoice>, #[description =
anisearch-bot/src/commands/search/random.rs:21
Methodrequest
( &self, variables: T::Variables, )
anisearch-bot/src/clients/anilist/mod.rs:24
Functionrun_migrations
(db: &DatabaseConnection)
anisearch-lib/src/database.rs:25
Methodsearch
(&self, prefix: &str, limit: usize)
anisearch-bot/src/services/anilist/trie.rs:38
Methodsearch_option
(lock: &RwLock<Option<Trie>>, word: &str)
anisearch-bot/src/services/anilist/cache.rs:83
Functionseasonal_slash_command
( ctx: Context<'_>, #[description = "Season to display anime from."] season: Option<SeasonChoice>,
anisearch-bot/src/commands/search/seasonal.rs:20
Functionshards
(State(state): State<AppState>)
anisearch-web/src/api/bot/shards.rs:10
Functionsplit_and_trim
(value: String)
anisearch-bot/src/utils/format.rs:66
← previousnext →101–200 of 219, ranked by callers