breadarr/graphify-out/graph.json
2026-08-03 09:35:47 +08:00

28321 lines
No EOL
906 KiB
JSON

{
"directed": false,
"multigraph": false,
"graph": {},
"nodes": [
{
"label": "db.rs",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L1",
"_origin": "ast",
"id": "breadarrd_src_db",
"community": 20,
"community_name": "db.rs",
"norm_label": "db.rs"
},
{
"label": "backup_before_open()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L16",
"_origin": "ast",
"id": "breadarrd_src_db_backup_before_open",
"community": 20,
"community_name": "db.rs",
"norm_label": "backup_before_open()"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "path",
"community": 20,
"community_name": "db.rs",
"norm_label": "path"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_db_rs_result",
"community": 20,
"community_name": "db.rs",
"norm_label": "result"
},
{
"label": "prune_old_backups()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L49",
"_origin": "ast",
"id": "breadarrd_src_db_prune_old_backups",
"community": 20,
"community_name": "db.rs",
"norm_label": "prune_old_backups()"
},
{
"label": "add_column_if_missing()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L78",
"_origin": "ast",
"id": "breadarrd_src_db_add_column_if_missing",
"community": 20,
"community_name": "db.rs",
"norm_label": "add_column_if_missing()"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_db_rs_connection",
"community": 20,
"community_name": "db.rs",
"norm_label": "connection"
},
{
"label": "init()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L96",
"_origin": "ast",
"id": "breadarrd_src_db_init",
"community": 20,
"community_name": "db.rs",
"norm_label": "init()"
},
{
"label": "record_event()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L486",
"_origin": "ast",
"id": "breadarrd_src_db_record_event",
"community": 20,
"community_name": "db.rs",
"norm_label": "record_event()"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_db_rs_option",
"community": 20,
"community_name": "db.rs",
"norm_label": "option"
},
{
"label": "record_torrent_fetch()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L506",
"_origin": "ast",
"id": "breadarrd_src_db_record_torrent_fetch",
"community": 20,
"community_name": "db.rs",
"norm_label": "record_torrent_fetch()"
},
{
"label": "init_is_idempotent()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L530",
"_origin": "ast",
"id": "breadarrd_src_db_init_is_idempotent",
"community": 20,
"community_name": "db.rs",
"norm_label": "init_is_idempotent()"
},
{
"label": "record_event_inserts_a_queryable_row()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L546",
"_origin": "ast",
"id": "breadarrd_src_db_record_event_inserts_a_queryable_row",
"community": 20,
"community_name": "db.rs",
"norm_label": "record_event_inserts_a_queryable_row()"
},
{
"label": "record_event_rejects_an_unknown_event_type()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L566",
"_origin": "ast",
"id": "breadarrd_src_db_record_event_rejects_an_unknown_event_type",
"community": 20,
"community_name": "db.rs",
"norm_label": "record_event_rejects_an_unknown_event_type()"
},
{
"label": "record_torrent_fetch_inserts_a_queryable_row()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L573",
"_origin": "ast",
"id": "breadarrd_src_db_record_torrent_fetch_inserts_a_queryable_row",
"community": 20,
"community_name": "db.rs",
"norm_label": "record_torrent_fetch_inserts_a_queryable_row()"
},
{
"label": "record_torrent_fetch_allows_a_null_hash_and_size()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L604",
"_origin": "ast",
"id": "breadarrd_src_db_record_torrent_fetch_allows_a_null_hash_and_size",
"community": 20,
"community_name": "db.rs",
"norm_label": "record_torrent_fetch_allows_a_null_hash_and_size()"
},
{
"label": "backup_before_open_is_a_noop_when_no_database_exists_yet()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L628",
"_origin": "ast",
"id": "breadarrd_src_db_backup_before_open_is_a_noop_when_no_database_exists_yet",
"community": 20,
"community_name": "db.rs",
"norm_label": "backup_before_open_is_a_noop_when_no_database_exists_yet()"
},
{
"label": "backup_before_open_copies_an_existing_database()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L644",
"_origin": "ast",
"id": "breadarrd_src_db_backup_before_open_copies_an_existing_database",
"community": 20,
"community_name": "db.rs",
"norm_label": "backup_before_open_copies_an_existing_database()"
},
{
"label": "backup_before_open_prunes_beyond_max_backups()",
"file_type": "code",
"source_file": "breadarrd/src/db.rs",
"source_location": "L660",
"_origin": "ast",
"id": "breadarrd_src_db_backup_before_open_prunes_beyond_max_backups",
"community": 20,
"community_name": "db.rs",
"norm_label": "backup_before_open_prunes_beyond_max_backups()"
},
{
"label": "main.rs",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1",
"_origin": "ast",
"id": "breadarrd_src_main",
"community": 17,
"community_name": "main.rs",
"norm_label": "main.rs"
},
{
"label": "main()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L28",
"_origin": "ast",
"id": "breadarrd_src_main_main",
"community": 17,
"community_name": "main.rs",
"norm_label": "main()"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_main_rs_result",
"community": 17,
"community_name": "main.rs",
"norm_label": "result"
},
{
"label": "run_daemon()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L136",
"_origin": "ast",
"id": "breadarrd_src_main_run_daemon",
"community": 17,
"community_name": "main.rs",
"norm_label": "run_daemon()"
},
{
"label": "Config",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "config",
"community": 17,
"community_name": "main.rs",
"norm_label": "config"
},
{
"label": "load_title_matcher()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L274",
"_origin": "ast",
"id": "breadarrd_src_main_load_title_matcher",
"community": 17,
"community_name": "main.rs",
"norm_label": "load_title_matcher()"
},
{
"label": "TitleMatcher",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "titlematcher",
"community": 17,
"community_name": "main.rs",
"norm_label": "titlematcher"
},
{
"label": "background_loop()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"_origin": "ast",
"id": "breadarrd_src_main_background_loop",
"community": 17,
"community_name": "main.rs",
"norm_label": "background_loop()"
},
{
"label": "Arc",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "arc",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "arc"
},
{
"label": "Mutex",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_main_rs_mutex",
"community": 17,
"community_name": "main.rs",
"norm_label": "mutex"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_main_rs_connection",
"community": 17,
"community_name": "main.rs",
"norm_label": "connection"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_main_rs_option",
"community": 17,
"community_name": "main.rs",
"norm_label": "option"
},
{
"label": "JellyfinClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "jellyfinclient",
"community": 17,
"community_name": "main.rs",
"norm_label": "jellyfinclient"
},
{
"label": "CycleStatus",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "cyclestatus",
"community": 17,
"community_name": "main.rs",
"norm_label": "cyclestatus"
},
{
"label": "Receiver",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "receiver",
"community": 17,
"community_name": "main.rs",
"norm_label": "receiver"
},
{
"label": "BackgroundRequest",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backgroundrequest",
"community": 17,
"community_name": "main.rs",
"norm_label": "backgroundrequest"
},
{
"label": "debug_qbit_add()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L715",
"_origin": "ast",
"id": "breadarrd_src_main_debug_qbit_add",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_qbit_add()"
},
{
"label": "debug_jellyfin_refresh()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L733",
"_origin": "ast",
"id": "breadarrd_src_main_debug_jellyfin_refresh",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_jellyfin_refresh()"
},
{
"label": "debug_tvdb_add()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L746",
"_origin": "ast",
"id": "breadarrd_src_main_debug_tvdb_add",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_tvdb_add()"
},
{
"label": "debug_anime_map_refresh()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L797",
"_origin": "ast",
"id": "breadarrd_src_main_debug_anime_map_refresh",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_anime_map_refresh()"
},
{
"label": "debug_match_title()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L810",
"_origin": "ast",
"id": "breadarrd_src_main_debug_match_title",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_match_title()"
},
{
"label": "debug_grab_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L841",
"_origin": "ast",
"id": "breadarrd_src_main_debug_grab_cycle",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_grab_cycle()"
},
{
"label": "debug_import_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L881",
"_origin": "ast",
"id": "breadarrd_src_main_debug_import_cycle",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_import_cycle()"
},
{
"label": "debug_1337x_search()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L920",
"_origin": "ast",
"id": "breadarrd_src_main_debug_1337x_search",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_1337x_search()"
},
{
"label": "debug_tvdb_search()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L947",
"_origin": "ast",
"id": "breadarrd_src_main_debug_tvdb_search",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_tvdb_search()"
},
{
"label": "debug_scan_tv()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L963",
"_origin": "ast",
"id": "breadarrd_src_main_debug_scan_tv",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_scan_tv()"
},
{
"label": "debug_scan_movies()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1011",
"_origin": "ast",
"id": "breadarrd_src_main_debug_scan_movies",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_scan_movies()"
},
{
"label": "debug_search_show()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1067",
"_origin": "ast",
"id": "breadarrd_src_main_debug_search_show",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_search_show()"
},
{
"label": "debug_reconcile_report()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1147",
"_origin": "ast",
"id": "breadarrd_src_main_debug_reconcile_report",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_reconcile_report()"
},
{
"label": "debug_qbit_list()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1177",
"_origin": "ast",
"id": "breadarrd_src_main_debug_qbit_list",
"community": 17,
"community_name": "main.rs",
"norm_label": "debug_qbit_list()"
},
{
"label": "remux_backlog_cmd()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1200",
"_origin": "ast",
"id": "breadarrd_src_main_remux_backlog_cmd",
"community": 17,
"community_name": "main.rs",
"norm_label": "remux_backlog_cmd()"
},
{
"label": "relink_orphaned_files_cmd()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1225",
"_origin": "ast",
"id": "breadarrd_src_main_relink_orphaned_files_cmd",
"community": 17,
"community_name": "main.rs",
"norm_label": "relink_orphaned_files_cmd()"
},
{
"label": "probe_library_cmd()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1256",
"_origin": "ast",
"id": "breadarrd_src_main_probe_library_cmd",
"community": 17,
"community_name": "main.rs",
"norm_label": "probe_library_cmd()"
},
{
"label": "transcode_library_cmd()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1296",
"_origin": "ast",
"id": "breadarrd_src_main_transcode_library_cmd",
"community": 17,
"community_name": "main.rs",
"norm_label": "transcode_library_cmd()"
},
{
"label": "retranscode_oversized_cmd()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1331",
"_origin": "ast",
"id": "breadarrd_src_main_retranscode_oversized_cmd",
"community": 17,
"community_name": "main.rs",
"norm_label": "retranscode_oversized_cmd()"
},
{
"label": "drive_transcode_queue_to_completion()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1366",
"_origin": "ast",
"id": "breadarrd_src_main_drive_transcode_queue_to_completion",
"community": 17,
"community_name": "main.rs",
"norm_label": "drive_transcode_queue_to_completion()"
},
{
"label": "verify_library_cmd()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1407",
"_origin": "ast",
"id": "breadarrd_src_main_verify_library_cmd",
"community": 17,
"community_name": "main.rs",
"norm_label": "verify_library_cmd()"
},
{
"label": "wait_for_shutdown()",
"file_type": "code",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1419",
"_origin": "ast",
"id": "breadarrd_src_main_wait_for_shutdown",
"community": 17,
"community_name": "main.rs",
"norm_label": "wait_for_shutdown()"
},
{
"label": "qbit/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L1",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod",
"community": 19,
"community_name": "QbitClient",
"norm_label": "qbit/mod.rs"
},
{
"label": "extract_btih()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L13",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_extract_btih",
"community": 19,
"community_name": "QbitClient",
"norm_label": "extract_btih()"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_rs_option",
"community": 19,
"community_name": "QbitClient",
"norm_label": "option"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "string",
"community": 19,
"community_name": "QbitClient",
"norm_label": "string"
},
{
"label": "MagnetRejected",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L24",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_magnetrejected",
"community": 19,
"community_name": "QbitClient",
"norm_label": "magnetrejected"
},
{
"label": "Display",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "display",
"community": 19,
"community_name": "QbitClient",
"norm_label": "display"
},
{
"label": ".fmt()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L29",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_magnetrejected_fmt",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".fmt()"
},
{
"label": "Formatter",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "formatter",
"community": 19,
"community_name": "QbitClient",
"norm_label": "formatter"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_rs_result",
"community": 19,
"community_name": "QbitClient",
"norm_label": "result"
},
{
"label": "Error",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "error",
"community": 19,
"community_name": "QbitClient",
"norm_label": "error"
},
{
"label": "AddTorrentResponse",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L38",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_addtorrentresponse",
"community": 19,
"community_name": "QbitClient",
"norm_label": "addtorrentresponse"
},
{
"label": "QbitClient",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L45",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient",
"community": 19,
"community_name": "QbitClient",
"norm_label": "qbitclient"
},
{
"label": "Client",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "client",
"community": 19,
"community_name": "QbitClient",
"norm_label": "client"
},
{
"label": "RwLock",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "rwlock",
"community": 19,
"community_name": "QbitClient",
"norm_label": "rwlock"
},
{
"label": "Mutex",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_rs_mutex",
"community": 19,
"community_name": "QbitClient",
"norm_label": "mutex"
},
{
"label": "TorrentInfo",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L67",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_torrentinfo",
"community": 19,
"community_name": "QbitClient",
"norm_label": "torrentinfo"
},
{
"label": ".new()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L80",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_new",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".new()"
},
{
"label": "Into",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "into",
"community": 19,
"community_name": "QbitClient",
"norm_label": "into"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "self",
"community": 19,
"community_name": "QbitClient",
"norm_label": "self"
},
{
"label": ".login()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L96",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_login",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".login()"
},
{
"label": ".do_login()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L102",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_do_login",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".do_login()"
},
{
"label": ".try_reauth()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L127",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_try_reauth",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".try_reauth()"
},
{
"label": ".add_magnet()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L135",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_add_magnet",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".add_magnet()"
},
{
"label": ".list_torrents()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L181",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".list_torrents()"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "vec",
"community": 19,
"community_name": "QbitClient",
"norm_label": "vec"
},
{
"label": ".post_form()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L207",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_post_form",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".post_form()"
},
{
"label": ".lock_for_grab()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L232",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_lock_for_grab",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".lock_for_grab()"
},
{
"label": "MutexGuard",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "mutexguard",
"community": 19,
"community_name": "QbitClient",
"norm_label": "mutexguard"
},
{
"label": ".delete_torrent()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L245",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_qbitclient_delete_torrent",
"community": 19,
"community_name": "QbitClient",
"norm_label": ".delete_torrent()"
},
{
"label": "extracts_hash_from_a_real_magnet()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L260",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_extracts_hash_from_a_real_magnet",
"community": 19,
"community_name": "QbitClient",
"norm_label": "extracts_hash_from_a_real_magnet()"
},
{
"label": "extracts_base32_hash_from_a_magnet()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L269",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_extracts_base32_hash_from_a_magnet",
"community": 19,
"community_name": "QbitClient",
"norm_label": "extracts_base32_hash_from_a_magnet()"
},
{
"label": "returns_none_for_a_torrent_download_url()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L278",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_returns_none_for_a_torrent_download_url",
"community": 19,
"community_name": "QbitClient",
"norm_label": "returns_none_for_a_torrent_download_url()"
},
{
"label": "returns_none_for_a_1337x_page_url()",
"file_type": "code",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L286",
"_origin": "ast",
"id": "breadarrd_src_qbit_mod_returns_none_for_a_1337x_page_url",
"community": 19,
"community_name": "QbitClient",
"norm_label": "returns_none_for_a_1337x_page_url()"
},
{
"label": "config.rs",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L1",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "config.rs",
"id": "breadarr_shared_src_config"
},
{
"label": "Config",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L9",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "config",
"id": "breadarr_shared_src_config_config"
},
{
"label": "LibraryConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L34",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "libraryconfig",
"id": "breadarr_shared_src_config_libraryconfig"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "string",
"id": "breadarr_shared_src_config_rs_string"
},
{
"label": "default_root_folder()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L39",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_root_folder()",
"id": "breadarr_shared_src_config_default_root_folder"
},
{
"label": "SourcesConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L44",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "sourcesconfig",
"id": "breadarr_shared_src_config_sourcesconfig"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "vec",
"id": "breadarr_shared_src_config_rs_vec"
},
{
"label": "Default",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default",
"id": "default"
},
{
"label": ".default()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L114",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".default()",
"id": "breadarr_shared_src_config_sourcesconfig_default"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "self",
"id": "breadarr_shared_src_config_rs_self"
},
{
"label": "default_tpb_api_url()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L133",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_tpb_api_url()",
"id": "breadarr_shared_src_config_default_tpb_api_url"
},
{
"label": "default_upgrade_enabled()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L137",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_upgrade_enabled()",
"id": "breadarr_shared_src_config_default_upgrade_enabled"
},
{
"label": "default_upgrade_poll_interval_secs()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L141",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_upgrade_poll_interval_secs()",
"id": "breadarr_shared_src_config_default_upgrade_poll_interval_secs"
},
{
"label": "default_upgrade_budget_per_cycle()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L145",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_upgrade_budget_per_cycle()",
"id": "breadarr_shared_src_config_default_upgrade_budget_per_cycle"
},
{
"label": "default_upgrade_min_score_gain()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L149",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_upgrade_min_score_gain()",
"id": "breadarr_shared_src_config_default_upgrade_min_score_gain"
},
{
"label": "default_search_poll_interval_secs()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L153",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_search_poll_interval_secs()",
"id": "breadarr_shared_src_config_default_search_poll_interval_secs"
},
{
"label": "default_search_budget_per_cycle()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L157",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_search_budget_per_cycle()",
"id": "breadarr_shared_src_config_default_search_budget_per_cycle"
},
{
"label": "default_search_enabled()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L161",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_search_enabled()",
"id": "breadarr_shared_src_config_default_search_enabled"
},
{
"label": "default_nyaa_rss_url()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L165",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_nyaa_rss_url()",
"id": "breadarr_shared_src_config_default_nyaa_rss_url"
},
{
"label": "default_grab_poll_interval_secs()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L169",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_grab_poll_interval_secs()",
"id": "breadarr_shared_src_config_default_grab_poll_interval_secs"
},
{
"label": "default_grab_enabled()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L173",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_grab_enabled()",
"id": "breadarr_shared_src_config_default_grab_enabled"
},
{
"label": "default_import_poll_interval_secs()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L177",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_import_poll_interval_secs()",
"id": "breadarr_shared_src_config_default_import_poll_interval_secs"
},
{
"label": "default_1337x_mirrors()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L181",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_1337x_mirrors()",
"id": "breadarr_shared_src_config_default_1337x_mirrors"
},
{
"label": "DaemonConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L203",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "daemonconfig",
"id": "breadarr_shared_src_config_daemonconfig"
},
{
"label": ".default()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L224",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".default()",
"id": "breadarr_shared_src_config_daemonconfig_default"
},
{
"label": "QbitConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L238",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "qbitconfig",
"id": "breadarr_shared_src_config_qbitconfig"
},
{
"label": "NotificationsConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L268",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "notificationsconfig",
"id": "breadarr_shared_src_config_notificationsconfig"
},
{
"label": "JellyfinConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L275",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "jellyfinconfig",
"id": "breadarr_shared_src_config_jellyfinconfig"
},
{
"label": "TranscodeConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L289",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "transcodeconfig",
"id": "breadarr_shared_src_config_transcodeconfig"
},
{
"label": ".default()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L442",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".default()",
"id": "breadarr_shared_src_config_transcodeconfig_default"
},
{
"label": "default_transcode_poll_interval_secs()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L467",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_transcode_poll_interval_secs()",
"id": "breadarr_shared_src_config_default_transcode_poll_interval_secs"
},
{
"label": "default_vaapi_device()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L471",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_vaapi_device()",
"id": "breadarr_shared_src_config_default_vaapi_device"
},
{
"label": "default_parallelism_min()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L475",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_parallelism_min()",
"id": "breadarr_shared_src_config_default_parallelism_min"
},
{
"label": "default_parallelism_max()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L479",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_parallelism_max()",
"id": "breadarr_shared_src_config_default_parallelism_max"
},
{
"label": "default_parallelism_max_anime()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L490",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_parallelism_max_anime()",
"id": "breadarr_shared_src_config_default_parallelism_max_anime"
},
{
"label": "default_reference_bitrate_kbps()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L502",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_reference_bitrate_kbps()",
"id": "breadarr_shared_src_config_default_reference_bitrate_kbps"
},
{
"label": "default_reference_height()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L506",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_reference_height()",
"id": "breadarr_shared_src_config_default_reference_height"
},
{
"label": "default_av1_efficiency_factor()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L510",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_av1_efficiency_factor()",
"id": "breadarr_shared_src_config_default_av1_efficiency_factor"
},
{
"label": "default_exclude_hdr()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L514",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_exclude_hdr()",
"id": "breadarr_shared_src_config_default_exclude_hdr"
},
{
"label": "default_exclude_min_height()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L518",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_exclude_min_height()",
"id": "breadarr_shared_src_config_default_exclude_min_height"
},
{
"label": "default_quality_live_action()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L526",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_quality_live_action()",
"id": "breadarr_shared_src_config_default_quality_live_action"
},
{
"label": "default_quality_anime()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L535",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_quality_anime()",
"id": "breadarr_shared_src_config_default_quality_anime"
},
{
"label": "default_anime_svtav1_preset()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L539",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_anime_svtav1_preset()",
"id": "breadarr_shared_src_config_default_anime_svtav1_preset"
},
{
"label": "default_anime_svtav1_max_threads()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L543",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_anime_svtav1_max_threads()",
"id": "breadarr_shared_src_config_default_anime_svtav1_max_threads"
},
{
"label": "default_min_size_reduction_pct()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L547",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_min_size_reduction_pct()",
"id": "breadarr_shared_src_config_default_min_size_reduction_pct"
},
{
"label": "default_skip_below_ceiling_ratio()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L551",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_skip_below_ceiling_ratio()",
"id": "breadarr_shared_src_config_default_skip_below_ceiling_ratio"
},
{
"label": "default_verify_sample_secs()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L555",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_verify_sample_secs()",
"id": "breadarr_shared_src_config_default_verify_sample_secs"
},
{
"label": "TvdbConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L561",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "tvdbconfig",
"id": "breadarr_shared_src_config_tvdbconfig"
},
{
"label": "TmdbConfig",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L568",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "tmdbconfig",
"id": "breadarr_shared_src_config_tmdbconfig"
},
{
"label": ".load()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L574",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".load()",
"id": "breadarr_shared_src_config_config_load"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "result",
"id": "breadarr_shared_src_config_rs_result"
},
{
"label": ".validate()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L591",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".validate()",
"id": "breadarr_shared_src_config_config_validate"
},
{
"label": ".db_path()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L617",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".db_path()",
"id": "breadarr_shared_src_config_config_db_path"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "pathbuf",
"id": "breadarr_shared_src_config_rs_pathbuf"
},
{
"label": ".model_dir()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L621",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".model_dir()",
"id": "breadarr_shared_src_config_config_model_dir"
},
{
"label": ".default_root_folder()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L625",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": ".default_root_folder()",
"id": "breadarr_shared_src_config_config_default_root_folder"
},
{
"label": "config_path()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L630",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "config_path()",
"id": "breadarr_shared_src_config_config_path"
},
{
"label": "expand_home()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L638",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "expand_home()",
"id": "breadarr_shared_src_config_expand_home"
},
{
"label": "default_log_level()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L653",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_log_level()",
"id": "breadarr_shared_src_config_default_log_level"
},
{
"label": "default_listen_addr()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L657",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_listen_addr()",
"id": "breadarr_shared_src_config_default_listen_addr"
},
{
"label": "default_db_path()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L661",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_db_path()",
"id": "breadarr_shared_src_config_default_db_path"
},
{
"label": "default_model_dir()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L665",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_model_dir()",
"id": "breadarr_shared_src_config_default_model_dir"
},
{
"label": "default_qbit_category()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L669",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_qbit_category()",
"id": "breadarr_shared_src_config_default_qbit_category"
},
{
"label": "default_config_has_expected_values()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L678",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_config_has_expected_values()",
"id": "breadarr_shared_src_config_default_config_has_expected_values"
},
{
"label": "load_falls_back_to_default_when_file_missing()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L685",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "load_falls_back_to_default_when_file_missing()",
"id": "breadarr_shared_src_config_load_falls_back_to_default_when_file_missing"
},
{
"label": "parses_partial_toml_with_defaults()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L698",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "parses_partial_toml_with_defaults()",
"id": "breadarr_shared_src_config_parses_partial_toml_with_defaults"
},
{
"label": "default_config_passes_validation()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L705",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "default_config_passes_validation()",
"id": "breadarr_shared_src_config_default_config_passes_validation"
},
{
"label": "rejects_a_zero_reference_height()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L716",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "rejects_a_zero_reference_height()",
"id": "breadarr_shared_src_config_rejects_a_zero_reference_height"
},
{
"label": "rejects_a_negative_min_size_reduction_pct()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L726",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "rejects_a_negative_min_size_reduction_pct()",
"id": "breadarr_shared_src_config_rejects_a_negative_min_size_reduction_pct"
},
{
"label": "rejects_a_min_size_reduction_pct_above_one()",
"file_type": "code",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L732",
"_origin": "ast",
"community": 8,
"community_name": "config.rs",
"norm_label": "rejects_a_min_size_reduction_pct_above_one()",
"id": "breadarr_shared_src_config_rejects_a_min_size_reduction_pct_above_one"
},
{
"label": "ffprobe.rs",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L1",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "ffprobe.rs",
"id": "breadarrd_src_importer_ffprobe"
},
{
"label": "AudioStream",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L7",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "audiostream",
"id": "breadarrd_src_importer_ffprobe_audiostream"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "option",
"id": "breadarrd_src_importer_ffprobe_rs_option"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "string",
"id": "breadarrd_src_importer_ffprobe_rs_string"
},
{
"label": "SubtitleStream",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L15",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "subtitlestream",
"id": "breadarrd_src_importer_ffprobe_subtitlestream"
},
{
"label": "MediaProbe",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L25",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "mediaprobe",
"id": "breadarrd_src_importer_ffprobe_mediaprobe"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "vec",
"id": "breadarrd_src_importer_ffprobe_rs_vec"
},
{
"label": ".is_hdr()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L59",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": ".is_hdr()",
"id": "breadarrd_src_importer_ffprobe_mediaprobe_is_hdr"
},
{
"label": "is_english()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L67",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "is_english()",
"id": "breadarrd_src_importer_ffprobe_is_english"
},
{
"label": ".has_english_audio()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L72",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": ".has_english_audio()",
"id": "breadarrd_src_importer_ffprobe_mediaprobe_has_english_audio"
},
{
"label": ".default_audio_is_non_english()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L80",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": ".default_audio_is_non_english()",
"id": "breadarrd_src_importer_ffprobe_mediaprobe_default_audio_is_non_english"
},
{
"label": "probe()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L91",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "probe()",
"id": "breadarrd_src_importer_ffprobe_probe"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "path",
"id": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "result",
"id": "breadarrd_src_importer_ffprobe_rs_result"
},
{
"label": "build_media_probe()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L126",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "build_media_probe()",
"id": "breadarrd_src_importer_ffprobe_build_media_probe"
},
{
"label": "Value",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "value",
"id": "value"
},
{
"label": "parse_frame_rate_fraction()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L203",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "parse_frame_rate_fraction()",
"id": "breadarrd_src_importer_ffprobe_parse_frame_rate_fraction"
},
{
"label": "DecodeCheck",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L220",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "decodecheck",
"id": "breadarrd_src_importer_ffprobe_decodecheck"
},
{
"label": "verify_decodable()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L225",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "verify_decodable()",
"id": "breadarrd_src_importer_ffprobe_verify_decodable"
},
{
"label": "verify_decodable_sampled()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L259",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "verify_decodable_sampled()",
"id": "breadarrd_src_importer_ffprobe_verify_decodable_sampled"
},
{
"label": "has_english_audio_true_when_any_track_is_english()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L300",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "has_english_audio_true_when_any_track_is_english()",
"id": "breadarrd_src_importer_ffprobe_has_english_audio_true_when_any_track_is_english"
},
{
"label": "has_english_audio_false_with_no_tracks()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L322",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "has_english_audio_false_with_no_tracks()",
"id": "breadarrd_src_importer_ffprobe_has_english_audio_false_with_no_tracks"
},
{
"label": "default_audio_is_non_english_true_when_default_track_is_not_english()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L327",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "default_audio_is_non_english_true_when_default_track_is_not_english()",
"id": "breadarrd_src_importer_ffprobe_default_audio_is_non_english_true_when_default_track_is_not_english"
},
{
"label": "default_audio_is_non_english_false_when_no_default_is_set()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L341",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "default_audio_is_non_english_false_when_no_default_is_set()",
"id": "breadarrd_src_importer_ffprobe_default_audio_is_non_english_false_when_no_default_is_set"
},
{
"label": "default_audio_is_non_english_false_when_default_is_english()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L357",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "default_audio_is_non_english_false_when_default_is_english()",
"id": "breadarrd_src_importer_ffprobe_default_audio_is_non_english_false_when_default_is_english"
},
{
"label": "probe_fails_gracefully_for_a_nonexistent_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L371",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "probe_fails_gracefully_for_a_nonexistent_file()",
"id": "breadarrd_src_importer_ffprobe_probe_fails_gracefully_for_a_nonexistent_file"
},
{
"label": "generate_clip()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L376",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "generate_clip()",
"id": "breadarrd_src_importer_ffprobe_generate_clip"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "pathbuf",
"id": "breadarrd_src_importer_ffprobe_rs_pathbuf"
},
{
"label": "verify_decodable_sampled_passes_a_genuinely_intact_short_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L399",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "verify_decodable_sampled_passes_a_genuinely_intact_short_file()",
"id": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_short_file"
},
{
"label": "verify_decodable_sampled_passes_a_genuinely_intact_long_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L415",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "verify_decodable_sampled_passes_a_genuinely_intact_long_file()",
"id": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_long_file"
},
{
"label": "verify_decodable_sampled_flags_a_file_that_does_not_decode_at_all()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L433",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "verify_decodable_sampled_flags_a_file_that_does_not_decode_at_all()",
"id": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_flags_a_file_that_does_not_decode_at_all"
},
{
"label": "generate_test_clip()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L452",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "generate_test_clip()",
"id": "breadarrd_src_importer_ffprobe_generate_test_clip"
},
{
"label": "probe_extracts_real_resolution_and_audio_language_from_a_generated_clip()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L472",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "probe_extracts_real_resolution_and_audio_language_from_a_generated_clip()",
"id": "breadarrd_src_importer_ffprobe_probe_extracts_real_resolution_and_audio_language_from_a_generated_clip"
},
{
"label": "probe_extracts_extra_metadata_from_a_generated_clip()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L489",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "probe_extracts_extra_metadata_from_a_generated_clip()",
"id": "breadarrd_src_importer_ffprobe_probe_extracts_extra_metadata_from_a_generated_clip"
},
{
"label": "probe_finds_the_real_video_stream_even_when_attached_pic_comes_first()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L543",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "probe_finds_the_real_video_stream_even_when_attached_pic_comes_first()",
"id": "breadarrd_src_importer_ffprobe_probe_finds_the_real_video_stream_even_when_attached_pic_comes_first"
},
{
"label": "probe_finds_the_real_video_stream_when_attached_pic_comes_second()",
"file_type": "code",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L577",
"_origin": "ast",
"community": 10,
"community_name": "ffprobe.rs",
"norm_label": "probe_finds_the_real_video_stream_when_attached_pic_comes_second()",
"id": "breadarrd_src_importer_ffprobe_probe_finds_the_real_video_stream_when_attached_pic_comes_second"
},
{
"label": "importer/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "importer/mod.rs",
"id": "breadarrd_src_importer_mod"
},
{
"label": "PendingGrab",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L36",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "pendinggrab",
"id": "breadarrd_src_importer_mod_pendinggrab"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "string",
"id": "breadarrd_src_importer_mod_rs_string"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "option",
"id": "breadarrd_src_importer_mod_rs_option"
},
{
"label": ".release_id()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L72",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": ".release_id()",
"id": "breadarrd_src_importer_mod_pendinggrab_release_id"
},
{
"label": ".media_item_id()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L80",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": ".media_item_id()",
"id": "breadarrd_src_importer_mod_pendinggrab_media_item_id"
},
{
"label": ".torrent_hash()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L88",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": ".torrent_hash()",
"id": "breadarrd_src_importer_mod_pendinggrab_torrent_hash"
},
{
"label": ".episode_id()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L96",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": ".episode_id()",
"id": "breadarrd_src_importer_mod_pendinggrab_episode_id"
},
{
"label": ".root_folder()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L103",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": ".root_folder()",
"id": "breadarrd_src_importer_mod_pendinggrab_root_folder"
},
{
"label": "fetch_pending_grabs()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L117",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "fetch_pending_grabs()",
"id": "breadarrd_src_importer_mod_fetch_pending_grabs"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "connection",
"id": "breadarrd_src_importer_mod_rs_connection"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "result",
"id": "breadarrd_src_importer_mod_rs_result"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "vec",
"id": "breadarrd_src_importer_mod_rs_vec"
},
{
"label": "locate_video_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L181",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "locate_video_file()",
"id": "breadarrd_src_importer_mod_locate_video_file"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "path",
"id": "breadarrd_src_importer_mod_rs_path"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "pathbuf",
"id": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"label": "largest_video_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L188",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "largest_video_file()",
"id": "breadarrd_src_importer_mod_largest_video_file"
},
{
"label": "walk_files()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L208",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "walk_files()",
"id": "breadarrd_src_importer_mod_walk_files"
},
{
"label": "season_dir()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L226",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "season_dir()",
"id": "breadarrd_src_importer_mod_season_dir"
},
{
"label": "has_cjk()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L238",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "has_cjk()",
"id": "breadarrd_src_importer_mod_has_cjk"
},
{
"label": "deterministic_filename()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L248",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "deterministic_filename()",
"id": "breadarrd_src_importer_mod_deterministic_filename"
},
{
"label": "deterministic_movie_filename()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L265",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "deterministic_movie_filename()",
"id": "breadarrd_src_importer_mod_deterministic_movie_filename"
},
{
"label": "sanitize()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L273",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "sanitize()",
"id": "breadarrd_src_importer_mod_sanitize"
},
{
"label": "insufficient_space()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L285",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "insufficient_space()",
"id": "breadarrd_src_importer_mod_insufficient_space"
},
{
"label": "same_filesystem()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L306",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "same_filesystem()",
"id": "breadarrd_src_importer_mod_same_filesystem"
},
{
"label": "move_or_copy_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L332",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "move_or_copy_file()",
"id": "breadarrd_src_importer_mod_move_or_copy_file"
},
{
"label": "copy_via_temp_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L349",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "copy_via_temp_file()",
"id": "breadarrd_src_importer_mod_copy_via_temp_file"
},
{
"label": "ImportStats",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L363",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "importstats",
"id": "breadarrd_src_importer_mod_importstats"
},
{
"label": "update_grab_progress()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L389",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "update_grab_progress()",
"id": "breadarrd_src_importer_mod_update_grab_progress"
},
{
"label": "grab_is_stalled()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L408",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "grab_is_stalled()",
"id": "breadarrd_src_importer_mod_grab_is_stalled"
},
{
"label": "grab_missing_past_grace()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L423",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "grab_missing_past_grace()",
"id": "breadarrd_src_importer_mod_grab_missing_past_grace"
},
{
"label": "record_import_error()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L443",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "record_import_error()",
"id": "breadarrd_src_importer_mod_record_import_error"
},
{
"label": "fail_grab()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L461",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "fail_grab()",
"id": "breadarrd_src_importer_mod_fail_grab"
},
{
"label": "ReconcileOutcome",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L484",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcileoutcome",
"id": "breadarrd_src_importer_mod_reconcileoutcome"
},
{
"label": "reconcile_missing_files()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L532",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcile_missing_files()",
"id": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"label": "find_by_basename()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L672",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "find_by_basename()",
"id": "breadarrd_src_importer_mod_find_by_basename"
},
{
"label": "OsStr",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "osstr",
"id": "osstr"
},
{
"label": "find_by_stem()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L692",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "find_by_stem()",
"id": "breadarrd_src_importer_mod_find_by_stem"
},
{
"label": "RelinkCandidate",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L720",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "relinkcandidate",
"id": "breadarrd_src_importer_mod_relinkcandidate"
},
{
"label": "collect_video_files()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L737",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "collect_video_files()",
"id": "breadarrd_src_importer_mod_collect_video_files"
},
{
"label": "find_relinkable_episode_files()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "find_relinkable_episode_files()",
"id": "breadarrd_src_importer_mod_find_relinkable_episode_files"
},
{
"label": "relink_episode_files()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L844",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "relink_episode_files()",
"id": "breadarrd_src_importer_mod_relink_episode_files"
},
{
"label": "ensure_probed()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L875",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "ensure_probed()",
"id": "breadarrd_src_importer_mod_ensure_probed"
},
{
"label": "ProbeFields",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L918",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "probefields",
"id": "breadarrd_src_importer_mod_probefields"
},
{
"label": ".from_probe()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L942",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": ".from_probe()",
"id": "breadarrd_src_importer_mod_probefields_from_probe"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "self",
"id": "breadarrd_src_importer_mod_rs_self"
},
{
"label": "upsert_probe()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L988",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "upsert_probe()",
"id": "breadarrd_src_importer_mod_upsert_probe"
},
{
"label": "record_decode_check()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1068",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "record_decode_check()",
"id": "breadarrd_src_importer_mod_record_decode_check"
},
{
"label": "probe_indicates_import_problem()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1093",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "probe_indicates_import_problem()",
"id": "breadarrd_src_importer_mod_probe_indicates_import_problem"
},
{
"label": "ProbeSweepReport",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1106",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "probesweepreport",
"id": "breadarrd_src_importer_mod_probesweepreport"
},
{
"label": "probe_library()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1129",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "probe_library()",
"id": "breadarrd_src_importer_mod_probe_library"
},
{
"label": "VerifyLibraryReport",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1157",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "verifylibraryreport",
"id": "breadarrd_src_importer_mod_verifylibraryreport"
},
{
"label": "verify_library()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1173",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "verify_library()",
"id": "breadarrd_src_importer_mod_verify_library"
},
{
"label": "RemuxBacklogReport",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1218",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "remuxbacklogreport",
"id": "breadarrd_src_importer_mod_remuxbacklogreport"
},
{
"label": "remux_backlog()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1237",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "remux_backlog()",
"id": "breadarrd_src_importer_mod_remux_backlog"
},
{
"label": "remux_one_backlog_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1276",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "remux_one_backlog_file()",
"id": "breadarrd_src_importer_mod_remux_one_backlog_file"
},
{
"label": "remap_path()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1323",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "remap_path()",
"id": "breadarrd_src_importer_mod_remap_path"
},
{
"label": "run_import_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "run_import_cycle()",
"id": "breadarrd_src_importer_mod_run_import_cycle"
},
{
"label": "QbitClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "qbitclient",
"id": "qbitclient"
},
{
"label": "JellyfinClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "jellyfinclient",
"id": "breadarrd_src_importer_mod_rs_jellyfinclient"
},
{
"label": "process_pending_grabs()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "process_pending_grabs()",
"id": "breadarrd_src_importer_mod_process_pending_grabs"
},
{
"label": "TorrentInfo",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "torrentinfo",
"id": "torrentinfo"
},
{
"label": "ImportOutcome",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1553",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "importoutcome",
"id": "breadarrd_src_importer_mod_importoutcome"
},
{
"label": "maybe_enqueue_transcode()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1569",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "maybe_enqueue_transcode()",
"id": "breadarrd_src_importer_mod_maybe_enqueue_transcode"
},
{
"label": "StaleFile",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1607",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "stalefile",
"id": "breadarrd_src_importer_mod_stalefile"
},
{
"label": ".restore()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1617",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": ".restore()",
"id": "breadarrd_src_importer_mod_stalefile_restore"
},
{
"label": "import_one()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "import_one()",
"id": "breadarrd_src_importer_mod_import_one"
},
{
"label": "SeasonPackImportOutcome",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1987",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "seasonpackimportoutcome",
"id": "breadarrd_src_importer_mod_seasonpackimportoutcome"
},
{
"label": "import_season_pack()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "import_season_pack()",
"id": "breadarrd_src_importer_mod_import_season_pack"
},
{
"label": "PackFileOutcome",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2158",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "packfileoutcome",
"id": "breadarrd_src_importer_mod_packfileoutcome"
},
{
"label": "import_season_pack_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "import_season_pack_file()",
"id": "breadarrd_src_importer_mod_import_season_pack_file"
},
{
"label": "generate_test_clip()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2353",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "generate_test_clip()",
"id": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"label": "ensure_probed_flags_a_low_resolution_file_as_under_quality()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2371",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "ensure_probed_flags_a_low_resolution_file_as_under_quality()",
"id": "breadarrd_src_importer_mod_ensure_probed_flags_a_low_resolution_file_as_under_quality"
},
{
"label": "ensure_probed_does_not_flag_a_wide_aspect_ratio_file_as_under_quality()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2418",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "ensure_probed_does_not_flag_a_wide_aspect_ratio_file_as_under_quality()",
"id": "breadarrd_src_importer_mod_ensure_probed_does_not_flag_a_wide_aspect_ratio_file_as_under_quality"
},
{
"label": "ensure_probed_skips_reprobing_an_unchanged_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2458",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "ensure_probed_skips_reprobing_an_unchanged_file()",
"id": "breadarrd_src_importer_mod_ensure_probed_skips_reprobing_an_unchanged_file"
},
{
"label": "probe_library_reports_probed_vs_skipped_up_to_date()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2491",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "probe_library_reports_probed_vs_skipped_up_to_date()",
"id": "breadarrd_src_importer_mod_probe_library_reports_probed_vs_skipped_up_to_date"
},
{
"label": "verify_library_confirms_a_genuinely_decodable_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2524",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "verify_library_confirms_a_genuinely_decodable_file()",
"id": "breadarrd_src_importer_mod_verify_library_confirms_a_genuinely_decodable_file"
},
{
"label": "verify_library_flags_a_file_that_parses_but_does_not_decode()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2572",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "verify_library_flags_a_file_that_parses_but_does_not_decode()",
"id": "breadarrd_src_importer_mod_verify_library_flags_a_file_that_parses_but_does_not_decode"
},
{
"label": "verify_library_skips_files_that_never_even_passed_the_header_probe()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2626",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "verify_library_skips_files_that_never_even_passed_the_header_probe()",
"id": "breadarrd_src_importer_mod_verify_library_skips_files_that_never_even_passed_the_header_probe"
},
{
"label": "seeded_release_conn()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2657",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "seeded_release_conn()",
"id": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"label": "media_item_with_root()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2683",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "media_item_with_root()",
"id": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"label": "reconcile_clears_episode_file_rows_whose_path_no_longer_exists()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2694",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcile_clears_episode_file_rows_whose_path_no_longer_exists()",
"id": "breadarrd_src_importer_mod_reconcile_clears_episode_file_rows_whose_path_no_longer_exists"
},
{
"label": "reconcile_repairs_a_path_whose_show_folder_was_renamed_instead_of_clearing_it()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2746",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcile_repairs_a_path_whose_show_folder_was_renamed_instead_of_clearing_it()",
"id": "breadarrd_src_importer_mod_reconcile_repairs_a_path_whose_show_folder_was_renamed_instead_of_clearing_it"
},
{
"label": "reconcile_repairs_a_path_whose_extension_changed_from_a_transcode()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2805",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcile_repairs_a_path_whose_extension_changed_from_a_transcode()",
"id": "breadarrd_src_importer_mod_reconcile_repairs_a_path_whose_extension_changed_from_a_transcode"
},
{
"label": "reconcile_refuses_to_clear_an_anomalous_fraction_in_one_pass()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2849",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcile_refuses_to_clear_an_anomalous_fraction_in_one_pass()",
"id": "breadarrd_src_importer_mod_reconcile_refuses_to_clear_an_anomalous_fraction_in_one_pass"
},
{
"label": "reconcile_dry_run_reports_without_writing_anything()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2888",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "reconcile_dry_run_reports_without_writing_anything()",
"id": "breadarrd_src_importer_mod_reconcile_dry_run_reports_without_writing_anything"
},
{
"label": "find_relinkable_episode_files_finds_a_file_with_no_tracked_row()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2921",
"_origin": "ast",
"community": 16,
"community_name": "find_relinkable_episode_files",
"norm_label": "find_relinkable_episode_files_finds_a_file_with_no_tracked_row()",
"id": "breadarrd_src_importer_mod_find_relinkable_episode_files_finds_a_file_with_no_tracked_row"
},
{
"label": "find_relinkable_episode_files_falls_back_to_the_unpadded_season_folder()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2970",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "find_relinkable_episode_files_falls_back_to_the_unpadded_season_folder()",
"id": "breadarrd_src_importer_mod_find_relinkable_episode_files_falls_back_to_the_unpadded_season_folder"
},
{
"label": "find_relinkable_episode_files_skips_an_ambiguous_match_rather_than_guessing()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2997",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "find_relinkable_episode_files_skips_an_ambiguous_match_rather_than_guessing()",
"id": "breadarrd_src_importer_mod_find_relinkable_episode_files_skips_an_ambiguous_match_rather_than_guessing"
},
{
"label": "a_fresh_grab_is_not_stalled()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3032",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "a_fresh_grab_is_not_stalled()",
"id": "breadarrd_src_importer_mod_a_fresh_grab_is_not_stalled"
},
{
"label": "a_grab_untouched_past_the_threshold_is_stalled()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3038",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "a_grab_untouched_past_the_threshold_is_stalled()",
"id": "breadarrd_src_importer_mod_a_grab_untouched_past_the_threshold_is_stalled"
},
{
"label": "progress_advancing_resets_the_stall_clock()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3044",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "progress_advancing_resets_the_stall_clock()",
"id": "breadarrd_src_importer_mod_progress_advancing_resets_the_stall_clock"
},
{
"label": "update_grab_progress_ignores_a_non_increasing_value()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3053",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "update_grab_progress_ignores_a_non_increasing_value()",
"id": "breadarrd_src_importer_mod_update_grab_progress_ignores_a_non_increasing_value"
},
{
"label": "a_torrent_missing_within_the_grace_period_is_not_yet_failed()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3076",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "a_torrent_missing_within_the_grace_period_is_not_yet_failed()",
"id": "breadarrd_src_importer_mod_a_torrent_missing_within_the_grace_period_is_not_yet_failed"
},
{
"label": "a_torrent_missing_past_the_grace_period_is_failed()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3082",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "a_torrent_missing_past_the_grace_period_is_failed()",
"id": "breadarrd_src_importer_mod_a_torrent_missing_past_the_grace_period_is_failed"
},
{
"label": "fail_grab_reopens_the_release_for_search()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3088",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "fail_grab_reopens_the_release_for_search()",
"id": "breadarrd_src_importer_mod_fail_grab_reopens_the_release_for_search"
},
{
"label": "builds_filename_with_episode_title()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3120",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "builds_filename_with_episode_title()",
"id": "breadarrd_src_importer_mod_builds_filename_with_episode_title"
},
{
"label": "builds_filename_without_episode_title()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3128",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "builds_filename_without_episode_title()",
"id": "breadarrd_src_importer_mod_builds_filename_without_episode_title"
},
{
"label": "sanitizes_path_hostile_characters()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3136",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "sanitizes_path_hostile_characters()",
"id": "breadarrd_src_importer_mod_sanitizes_path_hostile_characters"
},
{
"label": "omits_a_cjk_only_episode_title_instead_of_embedding_it()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3141",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "omits_a_cjk_only_episode_title_instead_of_embedding_it()",
"id": "breadarrd_src_importer_mod_omits_a_cjk_only_episode_title_instead_of_embedding_it"
},
{
"label": "insufficient_space_is_false_for_a_trivially_small_request()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3152",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "insufficient_space_is_false_for_a_trivially_small_request()",
"id": "breadarrd_src_importer_mod_insufficient_space_is_false_for_a_trivially_small_request"
},
{
"label": "insufficient_space_is_true_for_an_absurd_request()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3157",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "insufficient_space_is_true_for_an_absurd_request()",
"id": "breadarrd_src_importer_mod_insufficient_space_is_true_for_an_absurd_request"
},
{
"label": "same_filesystem_is_true_for_two_paths_under_the_same_temp_dir()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3171",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "same_filesystem_is_true_for_two_paths_under_the_same_temp_dir()",
"id": "breadarrd_src_importer_mod_same_filesystem_is_true_for_two_paths_under_the_same_temp_dir"
},
{
"label": "same_filesystem_is_false_when_either_path_cannot_be_stat_d()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3185",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "same_filesystem_is_false_when_either_path_cannot_be_stat_d()",
"id": "breadarrd_src_importer_mod_same_filesystem_is_false_when_either_path_cannot_be_stat_d"
},
{
"label": "copy_via_temp_file_writes_through_a_part_file_and_renames_into_place()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3199",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "copy_via_temp_file_writes_through_a_part_file_and_renames_into_place()",
"id": "breadarrd_src_importer_mod_copy_via_temp_file_writes_through_a_part_file_and_renames_into_place"
},
{
"label": "move_or_copy_file_moves_the_source_out()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3220",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "move_or_copy_file_moves_the_source_out()",
"id": "breadarrd_src_importer_mod_move_or_copy_file_moves_the_source_out"
},
{
"label": "locates_a_single_file_torrent()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3237",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "locates_a_single_file_torrent()",
"id": "breadarrd_src_importer_mod_locates_a_single_file_torrent"
},
{
"label": "remap_path_translates_container_prefix_to_host_prefix()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3250",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "remap_path_translates_container_prefix_to_host_prefix()",
"id": "breadarrd_src_importer_mod_remap_path_translates_container_prefix_to_host_prefix"
},
{
"label": "remap_path_is_noop_when_prefixes_not_configured()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3262",
"_origin": "ast",
"community": 11,
"community_name": "importer/mod.rs",
"norm_label": "remap_path_is_noop_when_prefixes_not_configured()",
"id": "breadarrd_src_importer_mod_remap_path_is_noop_when_prefixes_not_configured"
},
{
"label": "process_pending_grabs_routes_each_grab_by_torrent_state()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3270",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "process_pending_grabs_routes_each_grab_by_torrent_state()",
"id": "breadarrd_src_importer_mod_process_pending_grabs_routes_each_grab_by_torrent_state"
},
{
"label": "does_not_import_a_torrent_while_it_is_still_being_physically_moved()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3399",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "does_not_import_a_torrent_while_it_is_still_being_physically_moved()",
"id": "breadarrd_src_importer_mod_does_not_import_a_torrent_while_it_is_still_being_physically_moved"
},
{
"label": "a_persistently_failing_import_escalates_to_failed_instead_of_retrying_forever()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3449",
"_origin": "ast",
"community": 13,
"community_name": "process_pending_grabs",
"norm_label": "a_persistently_failing_import_escalates_to_failed_instead_of_retrying_forever()",
"id": "breadarrd_src_importer_mod_a_persistently_failing_import_escalates_to_failed_instead_of_retrying_forever"
},
{
"label": "imports_a_movie_release_with_no_episode_id()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3520",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "imports_a_movie_release_with_no_episode_id()",
"id": "breadarrd_src_importer_mod_imports_a_movie_release_with_no_episode_id"
},
{
"label": "import_one_enqueues_a_transcode_job_when_transcode_is_enabled()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3599",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "import_one_enqueues_a_transcode_job_when_transcode_is_enabled()",
"id": "breadarrd_src_importer_mod_import_one_enqueues_a_transcode_job_when_transcode_is_enabled"
},
{
"label": "import_one_enqueues_an_anime_tagged_transcode_job_for_anime()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3668",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "import_one_enqueues_an_anime_tagged_transcode_job_for_anime()",
"id": "breadarrd_src_importer_mod_import_one_enqueues_an_anime_tagged_transcode_job_for_anime"
},
{
"label": "import_one_places_a_single_episode_grab_under_its_season_subfolder()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3745",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "import_one_places_a_single_episode_grab_under_its_season_subfolder()",
"id": "breadarrd_src_importer_mod_import_one_places_a_single_episode_grab_under_its_season_subfolder"
},
{
"label": "import_one_flags_quality_when_the_real_file_is_under_1080p()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3817",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "import_one_flags_quality_when_the_real_file_is_under_1080p()",
"id": "breadarrd_src_importer_mod_import_one_flags_quality_when_the_real_file_is_under_1080p"
},
{
"label": "generate_dual_audio_clip()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3900",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "generate_dual_audio_clip()",
"id": "breadarrd_src_importer_mod_generate_dual_audio_clip"
},
{
"label": "remux_backlog_promotes_english_to_default_for_a_flagged_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3933",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "remux_backlog_promotes_english_to_default_for_a_flagged_file()",
"id": "breadarrd_src_importer_mod_remux_backlog_promotes_english_to_default_for_a_flagged_file"
},
{
"label": "remux_backlog_skips_non_mkv_files()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3992",
"_origin": "ast",
"community": 14,
"community_name": "Connection",
"norm_label": "remux_backlog_skips_non_mkv_files()",
"id": "breadarrd_src_importer_mod_remux_backlog_skips_non_mkv_files"
},
{
"label": "refuses_to_overwrite_an_already_imported_higher_scoring_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4021",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "refuses_to_overwrite_an_already_imported_higher_scoring_file()",
"id": "breadarrd_src_importer_mod_refuses_to_overwrite_an_already_imported_higher_scoring_file"
},
{
"label": "a_strictly_better_release_replaces_the_existing_file_via_a_real_move()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4094",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "a_strictly_better_release_replaces_the_existing_file_via_a_real_move()",
"id": "breadarrd_src_importer_mod_a_strictly_better_release_replaces_the_existing_file_via_a_real_move"
},
{
"label": "an_upgrade_swap_sweeps_every_duplicate_episode_file_row_not_just_one()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4186",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "an_upgrade_swap_sweeps_every_duplicate_episode_file_row_not_just_one()",
"id": "breadarrd_src_importer_mod_an_upgrade_swap_sweeps_every_duplicate_episode_file_row_not_just_one"
},
{
"label": "a_drifted_root_folder_does_not_defeat_the_dest_collision_check()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4287",
"_origin": "ast",
"community": 15,
"community_name": "import_one",
"norm_label": "a_drifted_root_folder_does_not_defeat_the_dest_collision_check()",
"id": "breadarrd_src_importer_mod_a_drifted_root_folder_does_not_defeat_the_dest_collision_check"
},
{
"label": "locates_the_largest_video_file_in_a_directory()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4370",
"_origin": "ast",
"community": 12,
"community_name": "Result",
"norm_label": "locates_the_largest_video_file_in_a_directory()",
"id": "breadarrd_src_importer_mod_locates_the_largest_video_file_in_a_directory"
},
{
"label": "seeded_season_pack_conn()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4386",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "seeded_season_pack_conn()",
"id": "breadarrd_src_importer_mod_seeded_season_pack_conn"
},
{
"label": "import_season_pack_imports_every_file_and_marks_episodes_owned()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4418",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "import_season_pack_imports_every_file_and_marks_episodes_owned()",
"id": "breadarrd_src_importer_mod_import_season_pack_imports_every_file_and_marks_episodes_owned"
},
{
"label": "import_season_pack_skips_episodes_that_already_have_a_better_file()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4479",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "import_season_pack_skips_episodes_that_already_have_a_better_file()",
"id": "breadarrd_src_importer_mod_import_season_pack_skips_episodes_that_already_have_a_better_file"
},
{
"label": "import_season_pack_skips_an_upgrade_locked_episode_even_with_a_lower_scoring_existing_release()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4534",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "import_season_pack_skips_an_upgrade_locked_episode_even_with_a_lower_scoring_existing_release()",
"id": "breadarrd_src_importer_mod_import_season_pack_skips_an_upgrade_locked_episode_even_with_a_lower_scoring_existing_release"
},
{
"label": "import_season_pack_fails_when_nothing_in_it_matches_a_tracked_episode()",
"file_type": "code",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4595",
"_origin": "ast",
"community": 18,
"community_name": "import_season_pack",
"norm_label": "import_season_pack_fails_when_nothing_in_it_matches_a_tracked_episode()",
"id": "breadarrd_src_importer_mod_import_season_pack_fails_when_nothing_in_it_matches_a_tracked_episode"
},
{
"label": "transcode/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "transcode/mod.rs",
"id": "breadarrd_src_transcode_mod"
},
{
"label": "target_bitrate_kbps()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L19",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "target_bitrate_kbps()",
"id": "breadarrd_src_transcode_mod_target_bitrate_kbps"
},
{
"label": "run_ffmpeg_encode_live_action()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L102",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "run_ffmpeg_encode_live_action()",
"id": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "path",
"id": "breadarrd_src_transcode_mod_rs_path"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "result",
"id": "breadarrd_src_transcode_mod_rs_result"
},
{
"label": "run_ffmpeg_encode_anime()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L192",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "run_ffmpeg_encode_anime()",
"id": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime"
},
{
"label": "subtitle_codec_args()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L242",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "subtitle_codec_args()",
"id": "breadarrd_src_transcode_mod_subtitle_codec_args"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "vec",
"id": "breadarrd_src_transcode_mod_rs_vec"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "string",
"id": "breadarrd_src_transcode_mod_rs_string"
},
{
"label": "temp_path_for()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L283",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "temp_path_for()",
"id": "breadarrd_src_transcode_mod_temp_path_for"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "pathbuf",
"id": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"label": "EncodeOutcome",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L296",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encodeoutcome",
"id": "breadarrd_src_transcode_mod_encodeoutcome"
},
{
"label": "encode_and_verify()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify()",
"id": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "option",
"id": "breadarrd_src_transcode_mod_rs_option"
},
{
"label": "is_beneficial()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L460",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "is_beneficial()",
"id": "breadarrd_src_transcode_mod_is_beneficial"
},
{
"label": "is_anime()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L473",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "is_anime()",
"id": "breadarrd_src_transcode_mod_is_anime"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "connection",
"id": "breadarrd_src_transcode_mod_rs_connection"
},
{
"label": "is_anime_path()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L496",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "is_anime_path()",
"id": "breadarrd_src_transcode_mod_is_anime_path"
},
{
"label": "is_anime_content()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L506",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "is_anime_content()",
"id": "breadarrd_src_transcode_mod_is_anime_content"
},
{
"label": "reset_orphaned_running_jobs()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L533",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "reset_orphaned_running_jobs()",
"id": "breadarrd_src_transcode_mod_reset_orphaned_running_jobs"
},
{
"label": "enqueue()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L568",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "enqueue()",
"id": "breadarrd_src_transcode_mod_enqueue"
},
{
"label": "should_enqueue()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L596",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "should_enqueue()",
"id": "breadarrd_src_transcode_mod_should_enqueue"
},
{
"label": "find_backlog_candidates()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "find_backlog_candidates()",
"id": "breadarrd_src_transcode_mod_find_backlog_candidates"
},
{
"label": "find_oversized_av1_candidates()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "find_oversized_av1_candidates()",
"id": "breadarrd_src_transcode_mod_find_oversized_av1_candidates"
},
{
"label": "BacklogCandidate",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L727",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "backlogcandidate",
"id": "breadarrd_src_transcode_mod_backlogcandidate"
},
{
"label": "ClaimedJob",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L738",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "claimedjob",
"id": "breadarrd_src_transcode_mod_claimedjob"
},
{
"label": "claim_pending_jobs()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "claim_pending_jobs()",
"id": "breadarrd_src_transcode_mod_claim_pending_jobs"
},
{
"label": "Mutex",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "mutex",
"id": "mutex"
},
{
"label": "finalize_job()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "finalize_job()",
"id": "breadarrd_src_transcode_mod_finalize_job"
},
{
"label": "TranscodeOutcome",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L948",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "transcodeoutcome",
"id": "breadarrd_src_transcode_mod_transcodeoutcome"
},
{
"label": "FinalizedJob",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L953",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "finalizedjob",
"id": "breadarrd_src_transcode_mod_finalizedjob"
},
{
"label": "TranscodeCycleStats",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L959",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "transcodecyclestats",
"id": "breadarrd_src_transcode_mod_transcodecyclestats"
},
{
"label": ".merge()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L968",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": ".merge()",
"id": "breadarrd_src_transcode_mod_transcodecyclestats_merge"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "self",
"id": "breadarrd_src_transcode_mod_rs_self"
},
{
"label": "live_action_parallelism_for()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L989",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "live_action_parallelism_for()",
"id": "breadarrd_src_transcode_mod_live_action_parallelism_for"
},
{
"label": "effective_parallelism()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1007",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "effective_parallelism()",
"id": "breadarrd_src_transcode_mod_effective_parallelism"
},
{
"label": "JellyfinClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "jellyfinclient",
"id": "breadarrd_src_transcode_mod_rs_jellyfinclient"
},
{
"label": "run_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "run_cycle()",
"id": "breadarrd_src_transcode_mod_run_cycle"
},
{
"label": "run_pipeline_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "run_pipeline_cycle()",
"id": "breadarrd_src_transcode_mod_run_pipeline_cycle"
},
{
"label": "cfg()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1188",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "cfg()",
"id": "breadarrd_src_transcode_mod_cfg"
},
{
"label": "seed_file()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1212",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "seed_file()",
"id": "breadarrd_src_transcode_mod_seed_file"
},
{
"label": "claim_pending_jobs_respects_already_running_jobs_as_a_global_cap()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1235",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "claim_pending_jobs_respects_already_running_jobs_as_a_global_cap()",
"id": "breadarrd_src_transcode_mod_claim_pending_jobs_respects_already_running_jobs_as_a_global_cap"
},
{
"label": "find_backlog_candidates_excludes_skipped_jobs()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1282",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "find_backlog_candidates_excludes_skipped_jobs()",
"id": "breadarrd_src_transcode_mod_find_backlog_candidates_excludes_skipped_jobs"
},
{
"label": "claim_pending_jobs_claims_nothing_when_already_at_the_cap()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1300",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "claim_pending_jobs_claims_nothing_when_already_at_the_cap()",
"id": "breadarrd_src_transcode_mod_claim_pending_jobs_claims_nothing_when_already_at_the_cap"
},
{
"label": "claim_pending_jobs_enforces_live_action_and_anime_caps_independently()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1329",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "claim_pending_jobs_enforces_live_action_and_anime_caps_independently()",
"id": "breadarrd_src_transcode_mod_claim_pending_jobs_enforces_live_action_and_anime_caps_independently"
},
{
"label": "generate_test_clip()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1364",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "generate_test_clip()",
"id": "breadarrd_src_transcode_mod_generate_test_clip"
},
{
"label": "should_enqueue_rejects_missing_codec_or_height()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1390",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "should_enqueue_rejects_missing_codec_or_height()",
"id": "breadarrd_src_transcode_mod_should_enqueue_rejects_missing_codec_or_height"
},
{
"label": "encode_and_verify_skips_a_file_that_is_already_av1()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1405",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify_skips_a_file_that_is_already_av1()",
"id": "breadarrd_src_transcode_mod_encode_and_verify_skips_a_file_that_is_already_av1"
},
{
"label": "temp_path_for_is_not_picked_up_by_video_file_scans()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1434",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "temp_path_for_is_not_picked_up_by_video_file_scans()",
"id": "breadarrd_src_transcode_mod_temp_path_for_is_not_picked_up_by_video_file_scans"
},
{
"label": "is_beneficial_rejects_growth_and_marginal_shrinkage()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1460",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "is_beneficial_rejects_growth_and_marginal_shrinkage()",
"id": "breadarrd_src_transcode_mod_is_beneficial_rejects_growth_and_marginal_shrinkage"
},
{
"label": "live_action_parallelism_for_reserves_exactly_what_jellyfin_is_using()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1476",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "live_action_parallelism_for_reserves_exactly_what_jellyfin_is_using()",
"id": "breadarrd_src_transcode_mod_live_action_parallelism_for_reserves_exactly_what_jellyfin_is_using"
},
{
"label": "encode_and_verify_skips_pre_emptively_when_source_is_already_efficient()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1496",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify_skips_pre_emptively_when_source_is_already_efficient()",
"id": "breadarrd_src_transcode_mod_encode_and_verify_skips_pre_emptively_when_source_is_already_efficient"
},
{
"label": "generate_lossless_test_clip()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1514",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "generate_lossless_test_clip()",
"id": "breadarrd_src_transcode_mod_generate_lossless_test_clip"
},
{
"label": "generate_clip_with_attached_pic()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1536",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "generate_clip_with_attached_pic()",
"id": "breadarrd_src_transcode_mod_generate_clip_with_attached_pic"
},
{
"label": "generate_clip_with_mov_text_subtitle()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1561",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "generate_clip_with_mov_text_subtitle()",
"id": "breadarrd_src_transcode_mod_generate_clip_with_mov_text_subtitle"
},
{
"label": "subtitle_codec_args_converts_only_mov_text()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1585",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "subtitle_codec_args_converts_only_mov_text()",
"id": "breadarrd_src_transcode_mod_subtitle_codec_args_converts_only_mov_text"
},
{
"label": "encode_and_verify_handles_a_source_with_attached_cover_art()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1606",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify_handles_a_source_with_attached_cover_art()",
"id": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_attached_cover_art"
},
{
"label": "encode_and_verify_handles_a_source_with_a_mov_text_subtitle()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1631",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify_handles_a_source_with_a_mov_text_subtitle()",
"id": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_a_mov_text_subtitle"
},
{
"label": "encode_and_verify_anime_pipeline_shrinks_a_bloated_source()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1660",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify_anime_pipeline_shrinks_a_bloated_source()",
"id": "breadarrd_src_transcode_mod_encode_and_verify_anime_pipeline_shrinks_a_bloated_source"
},
{
"label": "encode_and_verify_force_reencode_bypasses_the_already_av1_short_circuit()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1692",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "encode_and_verify_force_reencode_bypasses_the_already_av1_short_circuit()",
"id": "breadarrd_src_transcode_mod_encode_and_verify_force_reencode_bypasses_the_already_av1_short_circuit"
},
{
"label": "is_anime_path_matches_configured_root_folders()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1736",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "is_anime_path_matches_configured_root_folders()",
"id": "breadarrd_src_transcode_mod_is_anime_path_matches_configured_root_folders"
},
{
"label": "target_bitrate_matches_reference_at_reference_resolution()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1753",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "target_bitrate_matches_reference_at_reference_resolution()",
"id": "breadarrd_src_transcode_mod_target_bitrate_matches_reference_at_reference_resolution"
},
{
"label": "target_bitrate_scales_down_for_720p()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1761",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "target_bitrate_scales_down_for_720p()",
"id": "breadarrd_src_transcode_mod_target_bitrate_scales_down_for_720p"
},
{
"label": "target_bitrate_scales_up_for_1440p()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1771",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "target_bitrate_scales_up_for_1440p()",
"id": "breadarrd_src_transcode_mod_target_bitrate_scales_up_for_1440p"
},
{
"label": "run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order()",
"file_type": "code",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1792",
"_origin": "ast",
"community": 9,
"community_name": "transcode/mod.rs",
"norm_label": "run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order()",
"id": "breadarrd_src_transcode_mod_run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order"
},
{
"label": "api/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L1",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "api/mod.rs",
"id": "breadarrd_src_api_mod"
},
{
"label": "AppState",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L24",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "appstate",
"id": "breadarrd_src_api_mod_appstate"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "connection",
"id": "breadarrd_src_api_mod_rs_connection"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "option",
"id": "breadarrd_src_api_mod_rs_option"
},
{
"label": "TvdbClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "tvdbclient",
"id": "tvdbclient"
},
{
"label": "TmdbClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "tmdbclient",
"id": "tmdbclient"
},
{
"label": "QbitClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "qbitclient",
"id": "breadarrd_src_api_mod_rs_qbitclient"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "string",
"id": "breadarrd_src_api_mod_rs_string"
},
{
"label": "Sender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "sender",
"id": "sender"
},
{
"label": "BackgroundRequest",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L47",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "backgroundrequest",
"id": "breadarrd_src_api_mod_backgroundrequest"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "result",
"id": "breadarrd_src_api_mod_rs_result"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "vec",
"id": "breadarrd_src_api_mod_rs_vec"
},
{
"label": "ReleaseCandidate",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "releasecandidate",
"id": "breadarrd_src_api_mod_rs_releasecandidate"
},
{
"label": "CycleStatus",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L76",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "cyclestatus",
"id": "breadarrd_src_api_mod_cyclestatus"
},
{
"label": "CycleRecord",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L90",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "cyclerecord",
"id": "breadarrd_src_api_mod_cyclerecord"
},
{
"label": "DateTime",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "datetime",
"id": "datetime"
},
{
"label": "Utc",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "utc",
"id": "utc"
},
{
"label": "require_api_token()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "require_api_token()",
"id": "breadarrd_src_api_mod_require_api_token"
},
{
"label": "State",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "state",
"id": "breadarrd_src_api_mod_rs_state"
},
{
"label": "Request",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "request",
"id": "request"
},
{
"label": "Next",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "next",
"id": "next"
},
{
"label": "Response",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "response",
"id": "response"
},
{
"label": "constant_time_eq()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L125",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "constant_time_eq()",
"id": "breadarrd_src_api_mod_constant_time_eq"
},
{
"label": "router()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L133",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "router()",
"id": "breadarrd_src_api_mod_router"
},
{
"label": "constant_time_eq_matches_identical_strings()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L202",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "constant_time_eq_matches_identical_strings()",
"id": "breadarrd_src_api_mod_constant_time_eq_matches_identical_strings"
},
{
"label": "constant_time_eq_rejects_different_strings_of_the_same_length()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L207",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "constant_time_eq_rejects_different_strings_of_the_same_length()",
"id": "breadarrd_src_api_mod_constant_time_eq_rejects_different_strings_of_the_same_length"
},
{
"label": "constant_time_eq_rejects_different_lengths()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L212",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "constant_time_eq_rejects_different_lengths()",
"id": "breadarrd_src_api_mod_constant_time_eq_rejects_different_lengths"
},
{
"label": "constant_time_eq_treats_empty_strings_as_equal()",
"file_type": "code",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L217",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "constant_time_eq_treats_empty_strings_as_equal()",
"id": "breadarrd_src_api_mod_constant_time_eq_treats_empty_strings_as_equal"
},
{
"label": "review.rs",
"file_type": "code",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L1",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "review.rs",
"id": "breadarrd_src_api_routes_review"
},
{
"label": "list()",
"file_type": "code",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "list()",
"id": "breadarrd_src_api_routes_review_list"
},
{
"label": "State",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "state",
"id": "breadarrd_src_api_routes_review_rs_state"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "result",
"id": "breadarrd_src_api_routes_review_rs_result"
},
{
"label": "Json",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "json",
"id": "json"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "vec",
"id": "breadarrd_src_api_routes_review_rs_vec"
},
{
"label": "ReviewQueueEntry",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "reviewqueueentry",
"id": "reviewqueueentry"
},
{
"label": "StatusCode",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "statuscode",
"id": "statuscode"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "string",
"id": "breadarrd_src_api_routes_review_rs_string"
},
{
"label": "approve()",
"file_type": "code",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "approve()",
"id": "breadarrd_src_api_routes_review_approve"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "path",
"id": "breadarrd_src_api_routes_review_rs_path"
},
{
"label": "reject()",
"file_type": "code",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "reject()",
"id": "breadarrd_src_api_routes_review_reject"
},
{
"label": "internal()",
"file_type": "code",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L117",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "internal()",
"id": "breadarrd_src_api_routes_review_internal"
},
{
"label": "E",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 1,
"community_name": "api/mod.rs",
"norm_label": "e",
"id": "e"
},
{
"label": "matcher/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L1",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "matcher/mod.rs",
"id": "breadarrd_src_matcher_mod"
},
{
"label": "ensure_model()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L26",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "ensure_model()",
"id": "breadarrd_src_matcher_mod_ensure_model"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "path",
"id": "breadarrd_src_matcher_mod_rs_path"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "result",
"id": "breadarrd_src_matcher_mod_rs_result"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "pathbuf",
"id": "pathbuf"
},
{
"label": "download()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L44",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "download()",
"id": "breadarrd_src_matcher_mod_download"
},
{
"label": "MatchCandidate",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L73",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "matchcandidate",
"id": "breadarrd_src_matcher_mod_matchcandidate"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "string",
"id": "breadarrd_src_matcher_mod_rs_string"
},
{
"label": "MatchOutcome",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L80",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "matchoutcome",
"id": "breadarrd_src_matcher_mod_matchoutcome"
},
{
"label": "TitleMatcher",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L86",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "titlematcher",
"id": "breadarrd_src_matcher_mod_titlematcher"
},
{
"label": "OrtEmbedder",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "ortembedder",
"id": "ortembedder"
},
{
"label": "HashMap",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "hashmap",
"id": "hashmap"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "vec",
"id": "breadarrd_src_matcher_mod_rs_vec"
},
{
"label": ".load()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L92",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": ".load()",
"id": "breadarrd_src_matcher_mod_titlematcher_load"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "self",
"id": "breadarrd_src_matcher_mod_rs_self"
},
{
"label": ".embed_cached()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L110",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": ".embed_cached()",
"id": "breadarrd_src_matcher_mod_titlematcher_embed_cached"
},
{
"label": ".embed_query()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L121",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": ".embed_query()",
"id": "breadarrd_src_matcher_mod_titlematcher_embed_query"
},
{
"label": ".best_match_index()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L136",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": ".best_match_index()",
"id": "breadarrd_src_matcher_mod_titlematcher_best_match_index"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "option",
"id": "breadarrd_src_matcher_mod_rs_option"
},
{
"label": ".match_title()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L156",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": ".match_title()",
"id": "breadarrd_src_matcher_mod_titlematcher_match_title"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "connection",
"id": "breadarrd_src_matcher_mod_rs_connection"
},
{
"label": "token_overlap_ratio()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L224",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "token_overlap_ratio()",
"id": "breadarrd_src_matcher_mod_token_overlap_ratio"
},
{
"label": "queue_for_review()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L246",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "queue_for_review()",
"id": "breadarrd_src_matcher_mod_queue_for_review"
},
{
"label": "identical_titles_fully_overlap()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L276",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "identical_titles_fully_overlap()",
"id": "breadarrd_src_matcher_mod_identical_titles_fully_overlap"
},
{
"label": "short_alias_contained_in_longer_title_fully_overlaps()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L281",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "short_alias_contained_in_longer_title_fully_overlaps()",
"id": "breadarrd_src_matcher_mod_short_alias_contained_in_longer_title_fully_overlaps"
},
{
"label": "unrelated_titles_have_no_overlap()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L291",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "unrelated_titles_have_no_overlap()",
"id": "breadarrd_src_matcher_mod_unrelated_titles_have_no_overlap"
},
{
"label": "empty_input_has_zero_overlap()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L303",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "empty_input_has_zero_overlap()",
"id": "breadarrd_src_matcher_mod_empty_input_has_zero_overlap"
},
{
"label": "shared_particle_alone_is_not_real_overlap()",
"file_type": "code",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L308",
"_origin": "ast",
"community": 6,
"community_name": "TitleMatcher",
"norm_label": "shared_particle_alone_is_not_real_overlap()",
"id": "breadarrd_src_matcher_mod_shared_particle_alone_is_not_real_overlap"
},
{
"label": "parser/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L1",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parser/mod.rs",
"id": "breadarrd_src_parser_mod"
},
{
"label": "Source",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L7",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "source",
"id": "breadarrd_src_parser_mod_source"
},
{
"label": "Codec",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L16",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "codec",
"id": "breadarrd_src_parser_mod_codec"
},
{
"label": "ParsedRelease",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L23",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parsedrelease",
"id": "breadarrd_src_parser_mod_parsedrelease"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "string",
"id": "breadarrd_src_parser_mod_rs_string"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "option",
"id": "breadarrd_src_parser_mod_rs_option"
},
{
"label": "parse()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L39",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parse()",
"id": "breadarrd_src_parser_mod_parse"
},
{
"label": "parses_standard_sxxexx_with_group_and_quality_chain()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L124",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_standard_sxxexx_with_group_and_quality_chain()",
"id": "breadarrd_src_parser_mod_parses_standard_sxxexx_with_group_and_quality_chain"
},
{
"label": "parses_sxxexx_with_a_trailing_fansub_revision_tag()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L135",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_sxxexx_with_a_trailing_fansub_revision_tag()",
"id": "breadarrd_src_parser_mod_parses_sxxexx_with_a_trailing_fansub_revision_tag"
},
{
"label": "parses_subsplease_dash_episode_with_group_and_hash()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L145",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_subsplease_dash_episode_with_group_and_hash()",
"id": "breadarrd_src_parser_mod_parses_subsplease_dash_episode_with_group_and_hash"
},
{
"label": "parses_erai_raws_bracket_quality_block()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L156",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_erai_raws_bracket_quality_block()",
"id": "breadarrd_src_parser_mod_parses_erai_raws_bracket_quality_block"
},
{
"label": "parses_lolihouse_webrip_hevc_10bit()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L166",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_lolihouse_webrip_hevc_10bit()",
"id": "breadarrd_src_parser_mod_parses_lolihouse_webrip_hevc_10bit"
},
{
"label": "parses_season_pack_no_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L176",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_season_pack_no_episode()",
"id": "breadarrd_src_parser_mod_parses_season_pack_no_episode"
},
{
"label": "parses_season_pack_shapes_without_literal_parens()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L185",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_season_pack_shapes_without_literal_parens()",
"id": "breadarrd_src_parser_mod_parses_season_pack_shapes_without_literal_parens"
},
{
"label": "parses_a_season_marker_followed_by_a_dash_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L221",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_a_season_marker_followed_by_a_dash_episode()",
"id": "breadarrd_src_parser_mod_parses_a_season_marker_followed_by_a_dash_episode"
},
{
"label": "a_genuine_season_only_pack_with_no_dash_episode_still_has_no_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L231",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "a_genuine_season_only_pack_with_no_dash_episode_still_has_no_episode()",
"id": "breadarrd_src_parser_mod_a_genuine_season_only_pack_with_no_dash_episode_still_has_no_episode"
},
{
"label": "does_not_mistake_a_yyyy_mm_dd_date_for_an_episode_range()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L248",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "does_not_mistake_a_yyyy_mm_dd_date_for_an_episode_range()",
"id": "breadarrd_src_parser_mod_does_not_mistake_a_yyyy_mm_dd_date_for_an_episode_range"
},
{
"label": "parses_yameii_dash_sxxexx_with_english_dub_tag()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L257",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_yameii_dash_sxxexx_with_english_dub_tag()",
"id": "breadarrd_src_parser_mod_parses_yameii_dash_sxxexx_with_english_dub_tag"
},
{
"label": "parses_year_and_bare_episode_number()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L266",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "parses_year_and_bare_episode_number()",
"id": "breadarrd_src_parser_mod_parses_year_and_bare_episode_number"
},
{
"label": "does_not_panic_on_real_corpus()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L279",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "does_not_panic_on_real_corpus()",
"id": "breadarrd_src_parser_mod_does_not_panic_on_real_corpus"
},
{
"label": "refuses_to_resolve_a_bracketed_batch_range_to_one_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L299",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "refuses_to_resolve_a_bracketed_batch_range_to_one_episode()",
"id": "breadarrd_src_parser_mod_refuses_to_resolve_a_bracketed_batch_range_to_one_episode"
},
{
"label": "refuses_to_resolve_a_dash_prefixed_batch_range_to_one_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L308",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "refuses_to_resolve_a_dash_prefixed_batch_range_to_one_episode()",
"id": "breadarrd_src_parser_mod_refuses_to_resolve_a_dash_prefixed_batch_range_to_one_episode"
},
{
"label": "refuses_to_resolve_an_sxxexx_range_to_one_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L317",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "refuses_to_resolve_an_sxxexx_range_to_one_episode()",
"id": "breadarrd_src_parser_mod_refuses_to_resolve_an_sxxexx_range_to_one_episode"
},
{
"label": "single_episode_dash_titles_are_unaffected_by_range_detection()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L327",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "single_episode_dash_titles_are_unaffected_by_range_detection()",
"id": "breadarrd_src_parser_mod_single_episode_dash_titles_are_unaffected_by_range_detection"
},
{
"label": "extracts_a_bare_year_from_a_scene_style_movie_name()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L336",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extracts_a_bare_year_from_a_scene_style_movie_name()",
"id": "breadarrd_src_parser_mod_extracts_a_bare_year_from_a_scene_style_movie_name"
},
{
"label": "does_not_mistake_a_year_titled_movie_for_a_bare_year()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L349",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "does_not_mistake_a_year_titled_movie_for_a_bare_year()",
"id": "breadarrd_src_parser_mod_does_not_mistake_a_year_titled_movie_for_a_bare_year"
},
{
"label": "brackets_still_take_priority_over_a_coincidental_bare_year()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L358",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "brackets_still_take_priority_over_a_coincidental_bare_year()",
"id": "breadarrd_src_parser_mod_brackets_still_take_priority_over_a_coincidental_bare_year"
},
{
"label": "does_not_panic_on_unparsable_manga_release()",
"file_type": "code",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L364",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "does_not_panic_on_unparsable_manga_release()",
"id": "breadarrd_src_parser_mod_does_not_panic_on_unparsable_manga_release"
},
{
"label": "tokens.rs",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L1",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "tokens.rs",
"id": "breadarrd_src_parser_tokens"
},
{
"label": "overlaps_a_date()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L105",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "overlaps_a_date()",
"id": "breadarrd_src_parser_tokens_overlaps_a_date"
},
{
"label": "looks_like_episode_range()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L109",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "looks_like_episode_range()",
"id": "breadarrd_src_parser_tokens_looks_like_episode_range"
},
{
"label": "extract_group()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L136",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_group()",
"id": "breadarrd_src_parser_tokens_extract_group"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "option",
"id": "breadarrd_src_parser_tokens_rs_option"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "string",
"id": "breadarrd_src_parser_tokens_rs_string"
},
{
"label": "extract_container()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L142",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_container()",
"id": "breadarrd_src_parser_tokens_extract_container"
},
{
"label": "extract_resolution()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L146",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_resolution()",
"id": "breadarrd_src_parser_tokens_extract_resolution"
},
{
"label": "extract_source()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L155",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_source()",
"id": "breadarrd_src_parser_tokens_extract_source"
},
{
"label": "extract_codec()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L168",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_codec()",
"id": "breadarrd_src_parser_tokens_extract_codec"
},
{
"label": "extract_bit_depth()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L180",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_bit_depth()",
"id": "breadarrd_src_parser_tokens_extract_bit_depth"
},
{
"label": "extract_year()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L184",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_year()",
"id": "breadarrd_src_parser_tokens_extract_year"
},
{
"label": "find_real_dash_episode()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L209",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "find_real_dash_episode()",
"id": "breadarrd_src_parser_tokens_find_real_dash_episode"
},
{
"label": "Captures",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "captures",
"id": "captures"
},
{
"label": "extract_episode_info()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L220",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "extract_episode_info()",
"id": "breadarrd_src_parser_tokens_extract_episode_info"
},
{
"label": "first_quality_marker()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L266",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "first_quality_marker()",
"id": "breadarrd_src_parser_tokens_first_quality_marker"
},
{
"label": "derive_title()",
"file_type": "code",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L278",
"_origin": "ast",
"community": 7,
"community_name": "parser/mod.rs",
"norm_label": "derive_title()",
"id": "breadarrd_src_parser_tokens_derive_title"
},
{
"label": "scheduler.rs",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "scheduler.rs",
"id": "breadarrd_src_scheduler"
},
{
"label": "ProcessOutcome",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L12",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "processoutcome",
"id": "breadarrd_src_scheduler_processoutcome"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "option",
"id": "breadarrd_src_scheduler_rs_option"
},
{
"label": "RejectReason",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "rejectreason",
"id": "rejectreason"
},
{
"label": "MediaItemRow",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L62",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "mediaitemrow",
"id": "breadarrd_src_scheduler_mediaitemrow"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "string",
"id": "breadarrd_src_scheduler_rs_string"
},
{
"label": "get_media_item()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L70",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "get_media_item()",
"id": "breadarrd_src_scheduler_get_media_item"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "connection",
"id": "breadarrd_src_scheduler_rs_connection"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "result",
"id": "breadarrd_src_scheduler_rs_result"
},
{
"label": "load_quality_profile()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L93",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "load_quality_profile()",
"id": "breadarrd_src_scheduler_load_quality_profile"
},
{
"label": "ProfileKind",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "profilekind",
"id": "profilekind"
},
{
"label": "QualityProfile",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "qualityprofile",
"id": "qualityprofile"
},
{
"label": "looks_like_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L113",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "looks_like_episode()",
"id": "breadarrd_src_scheduler_looks_like_episode"
},
{
"label": "looks_like_season_pack()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L122",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "looks_like_season_pack()",
"id": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"label": "release_sort_key()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L132",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "release_sort_key()",
"id": "breadarrd_src_scheduler_release_sort_key"
},
{
"label": "Reverse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "reverse",
"id": "reverse"
},
{
"label": "looks_like_non_video_format()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L147",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "looks_like_non_video_format()",
"id": "breadarrd_src_scheduler_looks_like_non_video_format"
},
{
"label": "movie_year_mismatch()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L167",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "movie_year_mismatch()",
"id": "breadarrd_src_scheduler_movie_year_mismatch"
},
{
"label": "movie_needs_grab()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L180",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "movie_needs_grab()",
"id": "breadarrd_src_scheduler_movie_needs_grab"
},
{
"label": "movie_eligible_for_upgrade()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L210",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "movie_eligible_for_upgrade()",
"id": "breadarrd_src_scheduler_movie_eligible_for_upgrade"
},
{
"label": "is_anime()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L243",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "is_anime()",
"id": "breadarrd_src_scheduler_is_anime"
},
{
"label": "resolve_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L258",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "resolve_episode()",
"id": "breadarrd_src_scheduler_resolve_episode"
},
{
"label": "find_episode_id()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L277",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "find_episode_id()",
"id": "breadarrd_src_scheduler_find_episode_id"
},
{
"label": "find_monitored_missing_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L292",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "find_monitored_missing_episode()",
"id": "breadarrd_src_scheduler_find_monitored_missing_episode"
},
{
"label": "find_monitored_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L311",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "find_monitored_episode()",
"id": "breadarrd_src_scheduler_find_monitored_episode"
},
{
"label": "count_monitored_missing_episodes_in_season()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L333",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "count_monitored_missing_episodes_in_season()",
"id": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season"
},
{
"label": "infer_has_english_audio()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L351",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "infer_has_english_audio()",
"id": "breadarrd_src_scheduler_infer_has_english_audio"
},
{
"label": "best_existing_score()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L357",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "best_existing_score()",
"id": "breadarrd_src_scheduler_best_existing_score"
},
{
"label": "best_existing_movie_score()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L366",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "best_existing_movie_score()",
"id": "breadarrd_src_scheduler_best_existing_movie_score"
},
{
"label": "best_existing_season_pack_score()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L381",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "best_existing_season_pack_score()",
"id": "breadarrd_src_scheduler_best_existing_season_pack_score"
},
{
"label": "should_grab()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L403",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "should_grab()",
"id": "breadarrd_src_scheduler_should_grab"
},
{
"label": "record_grab()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L415",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "record_grab()",
"id": "breadarrd_src_scheduler_record_grab"
},
{
"label": "is_seen()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L458",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "is_seen()",
"id": "breadarrd_src_scheduler_is_seen"
},
{
"label": "mark_seen()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L467",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "mark_seen()",
"id": "breadarrd_src_scheduler_mark_seen"
},
{
"label": "process_item()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "process_item()",
"id": "breadarrd_src_scheduler_process_item"
},
{
"label": "QbitClient",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "qbitclient",
"id": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"label": "grab_and_capture_hash()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L695",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "grab_and_capture_hash()",
"id": "breadarrd_src_scheduler_grab_and_capture_hash"
},
{
"label": "GrabCycleStats",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L754",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "grabcyclestats",
"id": "breadarrd_src_scheduler_grabcyclestats"
},
{
"label": "run_grab_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "run_grab_cycle()",
"id": "breadarrd_src_scheduler_run_grab_cycle"
},
{
"label": "SearchRoute",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L846",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "searchroute",
"id": "breadarrd_src_scheduler_searchroute"
},
{
"label": "SearchTarget",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L859",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "searchtarget",
"id": "breadarrd_src_scheduler_searchtarget"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "vec",
"id": "breadarrd_src_scheduler_rs_vec"
},
{
"label": "significant_words()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L888",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "significant_words()",
"id": "breadarrd_src_scheduler_significant_words"
},
{
"label": "passes_relevance_filter()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L903",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "passes_relevance_filter()",
"id": "breadarrd_src_scheduler_passes_relevance_filter"
},
{
"label": "sanitize_query_text()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L913",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "sanitize_query_text()",
"id": "breadarrd_src_scheduler_sanitize_query_text"
},
{
"label": "build_tv_query()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L938",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "build_tv_query()",
"id": "breadarrd_src_scheduler_build_tv_query"
},
{
"label": "build_movie_query()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L947",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "build_movie_query()",
"id": "breadarrd_src_scheduler_build_movie_query"
},
{
"label": "enumerate_search_targets()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L988",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "enumerate_search_targets()",
"id": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"label": "enumerate_upgrade_targets()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1167",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "enumerate_upgrade_targets()",
"id": "breadarrd_src_scheduler_enumerate_upgrade_targets"
},
{
"label": "record_search_attempt()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1324",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "record_search_attempt()",
"id": "breadarrd_src_scheduler_record_search_attempt"
},
{
"label": "record_upgrade_attempt()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1370",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "record_upgrade_attempt()",
"id": "breadarrd_src_scheduler_record_upgrade_attempt"
},
{
"label": "record_target_attempt()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1415",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "record_target_attempt()",
"id": "breadarrd_src_scheduler_record_target_attempt"
},
{
"label": "SearchCycleStats",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1423",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "searchcyclestats",
"id": "breadarrd_src_scheduler_searchcyclestats"
},
{
"label": "run_search_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "run_search_cycle()",
"id": "breadarrd_src_scheduler_run_search_cycle"
},
{
"label": "ScrapeSource",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "scrapesource",
"id": "scrapesource"
},
{
"label": "run_upgrade_cycle()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "run_upgrade_cycle()",
"id": "breadarrd_src_scheduler_run_upgrade_cycle"
},
{
"label": "enumerate_search_targets_for_media_item()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1516",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "enumerate_search_targets_for_media_item()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item"
},
{
"label": "find_media_item_id_by_title()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1589",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "find_media_item_id_by_title()",
"id": "breadarrd_src_scheduler_find_media_item_id_by_title"
},
{
"label": "execute_search_targets()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "execute_search_targets()",
"id": "breadarrd_src_scheduler_execute_search_targets"
},
{
"label": "source_route_name()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1813",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "source_route_name()",
"id": "breadarrd_src_scheduler_source_route_name"
},
{
"label": "fetch_candidates()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "fetch_candidates()",
"id": "breadarrd_src_scheduler_fetch_candidates"
},
{
"label": "ReleaseCandidate",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "releasecandidate",
"id": "breadarrd_src_scheduler_rs_releasecandidate"
},
{
"label": "grab_candidate()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1938",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "grab_candidate()",
"id": "breadarrd_src_scheduler_grab_candidate"
},
{
"label": "ReviewQueueRow",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2003",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "reviewqueuerow",
"id": "breadarrd_src_scheduler_reviewqueuerow"
},
{
"label": "get_review_row()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2011",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "get_review_row()",
"id": "breadarrd_src_scheduler_get_review_row"
},
{
"label": "PreparedApproval",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2028",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "preparedapproval",
"id": "breadarrd_src_scheduler_preparedapproval"
},
{
"label": "ApprovalPrep",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2047",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "approvalprep",
"id": "breadarrd_src_scheduler_approvalprep"
},
{
"label": "prepare_review_approval()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2061",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "prepare_review_approval()",
"id": "breadarrd_src_scheduler_prepare_review_approval"
},
{
"label": "release_review_claim()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2166",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "release_review_claim()",
"id": "breadarrd_src_scheduler_release_review_claim"
},
{
"label": "grab_prepared_approval()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "grab_prepared_approval()",
"id": "breadarrd_src_scheduler_grab_prepared_approval"
},
{
"label": "finalize_review_approval()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2188",
"_origin": "ast",
"community": 21,
"community_name": "String",
"norm_label": "finalize_review_approval()",
"id": "breadarrd_src_scheduler_finalize_review_approval"
},
{
"label": "reject_review()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2223",
"_origin": "ast",
"community": 2,
"community_name": "Connection",
"norm_label": "reject_review()",
"id": "breadarrd_src_scheduler_reject_review"
},
{
"label": "should_grab_when_nothing_exists_yet()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2236",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "should_grab_when_nothing_exists_yet()",
"id": "breadarrd_src_scheduler_should_grab_when_nothing_exists_yet"
},
{
"label": "should_grab_when_strictly_better_score()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2241",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "should_grab_when_strictly_better_score()",
"id": "breadarrd_src_scheduler_should_grab_when_strictly_better_score"
},
{
"label": "should_not_grab_when_worse_or_equal_score()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2246",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "should_not_grab_when_worse_or_equal_score()",
"id": "breadarrd_src_scheduler_should_not_grab_when_worse_or_equal_score"
},
{
"label": "should_grab_repack_even_if_not_higher_scored()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2252",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "should_grab_repack_even_if_not_higher_scored()",
"id": "breadarrd_src_scheduler_should_grab_repack_even_if_not_higher_scored"
},
{
"label": "should_not_grab_when_score_gain_is_below_the_minimum_threshold()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2258",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "should_not_grab_when_score_gain_is_below_the_minimum_threshold()",
"id": "breadarrd_src_scheduler_should_not_grab_when_score_gain_is_below_the_minimum_threshold"
},
{
"label": "should_grab_repack_even_below_the_minimum_gain_threshold()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2266",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "should_grab_repack_even_below_the_minimum_gain_threshold()",
"id": "breadarrd_src_scheduler_should_grab_repack_even_below_the_minimum_gain_threshold"
},
{
"label": "infers_english_audio_present_by_default()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2271",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "infers_english_audio_present_by_default()",
"id": "breadarrd_src_scheduler_infers_english_audio_present_by_default"
},
{
"label": "infers_no_english_audio_for_vostfr()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2278",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "infers_no_english_audio_for_vostfr()",
"id": "breadarrd_src_scheduler_infers_no_english_audio_for_vostfr"
},
{
"label": "seeded_conn()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2284",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "seeded_conn()",
"id": "breadarrd_src_scheduler_seeded_conn"
},
{
"label": "finds_a_monitored_missing_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2303",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "finds_a_monitored_missing_episode()",
"id": "breadarrd_src_scheduler_finds_a_monitored_missing_episode"
},
{
"label": "seeded_upgrade_conn_with_one_flagged_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2313",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "seeded_upgrade_conn_with_one_flagged_episode()",
"id": "breadarrd_src_scheduler_seeded_upgrade_conn_with_one_flagged_episode"
},
{
"label": "enumerate_upgrade_targets_prioritizes_a_probe_flagged_episode_over_a_clean_one()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2364",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "enumerate_upgrade_targets_prioritizes_a_probe_flagged_episode_over_a_clean_one()",
"id": "breadarrd_src_scheduler_enumerate_upgrade_targets_prioritizes_a_probe_flagged_episode_over_a_clean_one"
},
{
"label": "enumerate_upgrade_targets_returns_both_when_budget_allows()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2372",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "enumerate_upgrade_targets_returns_both_when_budget_allows()",
"id": "breadarrd_src_scheduler_enumerate_upgrade_targets_returns_both_when_budget_allows"
},
{
"label": "enumerate_upgrade_targets_excludes_an_upgrade_locked_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2382",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "enumerate_upgrade_targets_excludes_an_upgrade_locked_episode()",
"id": "breadarrd_src_scheduler_enumerate_upgrade_targets_excludes_an_upgrade_locked_episode"
},
{
"label": "record_grab_writes_both_a_release_row_and_a_torrent_fetch_audit_row()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2398",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "record_grab_writes_both_a_release_row_and_a_torrent_fetch_audit_row()",
"id": "breadarrd_src_scheduler_record_grab_writes_both_a_release_row_and_a_torrent_fetch_audit_row"
},
{
"label": "record_grab_still_logs_to_torrent_fetch_when_hash_capture_failed()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2448",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "record_grab_still_logs_to_torrent_fetch_when_hash_capture_failed()",
"id": "breadarrd_src_scheduler_record_grab_still_logs_to_torrent_fetch_when_hash_capture_failed"
},
{
"label": "insert_pending_review()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2481",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "insert_pending_review()",
"id": "breadarrd_src_scheduler_insert_pending_review"
},
{
"label": "does_not_find_an_unmonitored_or_already_have_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2497",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "does_not_find_an_unmonitored_or_already_have_episode()",
"id": "breadarrd_src_scheduler_does_not_find_an_unmonitored_or_already_have_episode"
},
{
"label": "resolves_direct_season_episode_without_anime_map()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2514",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "resolves_direct_season_episode_without_anime_map()",
"id": "breadarrd_src_scheduler_resolves_direct_season_episode_without_anime_map"
},
{
"label": "resolves_absolute_episode_via_anime_map()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2524",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "resolves_absolute_episode_via_anime_map()",
"id": "breadarrd_src_scheduler_resolves_absolute_episode_via_anime_map"
},
{
"label": "seeded_movie_conn()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2538",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "seeded_movie_conn()",
"id": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"label": "load_quality_profile_uses_defaults_for_the_seeded_empty_weights_row()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2551",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "load_quality_profile_uses_defaults_for_the_seeded_empty_weights_row()",
"id": "breadarrd_src_scheduler_load_quality_profile_uses_defaults_for_the_seeded_empty_weights_row"
},
{
"label": "load_quality_profile_applies_a_stored_override()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2560",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "load_quality_profile_applies_a_stored_override()",
"id": "breadarrd_src_scheduler_load_quality_profile_applies_a_stored_override"
},
{
"label": "movie_needs_grab_when_monitored_and_missing()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2574",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_needs_grab_when_monitored_and_missing()",
"id": "breadarrd_src_scheduler_movie_needs_grab_when_monitored_and_missing"
},
{
"label": "prepares_a_movie_review_approval_with_no_episode_id()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2580",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "prepares_a_movie_review_approval_with_no_episode_id()",
"id": "breadarrd_src_scheduler_prepares_a_movie_review_approval_with_no_episode_id"
},
{
"label": "a_second_prepare_call_on_an_already_claimed_review_sees_not_pending()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2600",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "a_second_prepare_call_on_an_already_claimed_review_sees_not_pending()",
"id": "breadarrd_src_scheduler_a_second_prepare_call_on_an_already_claimed_review_sees_not_pending"
},
{
"label": "release_review_claim_reverts_a_claimed_row_back_to_pending()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2617",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "release_review_claim_reverts_a_claimed_row_back_to_pending()",
"id": "breadarrd_src_scheduler_release_review_claim_reverts_a_claimed_row_back_to_pending"
},
{
"label": "rejects_a_movie_review_whose_title_looks_like_an_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2635",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "rejects_a_movie_review_whose_title_looks_like_an_episode()",
"id": "breadarrd_src_scheduler_rejects_a_movie_review_whose_title_looks_like_an_episode"
},
{
"label": "rejects_a_movie_review_with_a_mismatched_year()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2646",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "rejects_a_movie_review_with_a_mismatched_year()",
"id": "breadarrd_src_scheduler_rejects_a_movie_review_with_a_mismatched_year"
},
{
"label": "movie_does_not_need_grab_when_unmonitored()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2657",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_does_not_need_grab_when_unmonitored()",
"id": "breadarrd_src_scheduler_movie_does_not_need_grab_when_unmonitored"
},
{
"label": "movie_does_not_need_grab_once_it_has_a_file()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2665",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_does_not_need_grab_once_it_has_a_file()",
"id": "breadarrd_src_scheduler_movie_does_not_need_grab_once_it_has_a_file"
},
{
"label": "movie_does_not_need_grab_while_a_release_is_in_flight()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2677",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_does_not_need_grab_while_a_release_is_in_flight()",
"id": "breadarrd_src_scheduler_movie_does_not_need_grab_while_a_release_is_in_flight"
},
{
"label": "movie_eligible_for_upgrade_is_true_once_it_already_has_a_file()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2694",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_eligible_for_upgrade_is_true_once_it_already_has_a_file()",
"id": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_true_once_it_already_has_a_file"
},
{
"label": "movie_eligible_for_upgrade_is_false_once_upgrade_locked()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2708",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_eligible_for_upgrade_is_false_once_upgrade_locked()",
"id": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_once_upgrade_locked"
},
{
"label": "movie_eligible_for_upgrade_is_false_when_unmonitored()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2722",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_eligible_for_upgrade_is_false_when_unmonitored()",
"id": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_when_unmonitored"
},
{
"label": "movie_eligible_for_upgrade_is_false_while_a_release_is_in_flight()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2730",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_eligible_for_upgrade_is_false_while_a_release_is_in_flight()",
"id": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_while_a_release_is_in_flight"
},
{
"label": "find_monitored_episode_ignores_has_file_but_still_requires_monitored()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2747",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "find_monitored_episode_ignores_has_file_but_still_requires_monitored()",
"id": "breadarrd_src_scheduler_find_monitored_episode_ignores_has_file_but_still_requires_monitored"
},
{
"label": "looks_like_episode_detects_any_episode_marker()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2774",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "looks_like_episode_detects_any_episode_marker()",
"id": "breadarrd_src_scheduler_looks_like_episode_detects_any_episode_marker"
},
{
"label": "looks_like_season_pack_detects_batch_releases()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2787",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "looks_like_season_pack_detects_batch_releases()",
"id": "breadarrd_src_scheduler_looks_like_season_pack_detects_batch_releases"
},
{
"label": "looks_like_season_pack_is_false_for_a_single_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2797",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "looks_like_season_pack_is_false_for_a_single_episode()",
"id": "breadarrd_src_scheduler_looks_like_season_pack_is_false_for_a_single_episode"
},
{
"label": "release_sort_key_prefers_a_season_pack_over_a_higher_seeded_episode()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2807",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "release_sort_key_prefers_a_season_pack_over_a_higher_seeded_episode()",
"id": "breadarrd_src_scheduler_release_sort_key_prefers_a_season_pack_over_a_higher_seeded_episode"
},
{
"label": "release_sort_key_falls_back_to_seeders_within_the_same_group()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2831",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "release_sort_key_falls_back_to_seeders_within_the_same_group()",
"id": "breadarrd_src_scheduler_release_sort_key_falls_back_to_seeders_within_the_same_group"
},
{
"label": "count_monitored_missing_episodes_in_season_counts_correctly()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2855",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "count_monitored_missing_episodes_in_season_counts_correctly()",
"id": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season_counts_correctly"
},
{
"label": "find_episode_id_ignores_monitored_and_has_file_state()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2887",
"_origin": "ast",
"community": 23,
"community_name": "seeded_conn",
"norm_label": "find_episode_id_ignores_monitored_and_has_file_state()",
"id": "breadarrd_src_scheduler_find_episode_id_ignores_monitored_and_has_file_state"
},
{
"label": "looks_like_non_video_format_catches_common_ebook_and_comic_markers()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2903",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "looks_like_non_video_format_catches_common_ebook_and_comic_markers()",
"id": "breadarrd_src_scheduler_looks_like_non_video_format_catches_common_ebook_and_comic_markers"
},
{
"label": "movie_year_mismatch_rejects_far_apart_years_only()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2922",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "movie_year_mismatch_rejects_far_apart_years_only()",
"id": "breadarrd_src_scheduler_movie_year_mismatch_rejects_far_apart_years_only"
},
{
"label": "sanitize_query_text_strips_punctuation()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2931",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "sanitize_query_text_strips_punctuation()",
"id": "breadarrd_src_scheduler_sanitize_query_text_strips_punctuation"
},
{
"label": "build_tv_query_formats_season_episode_for_x1337()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2939",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "build_tv_query_formats_season_episode_for_x1337()",
"id": "breadarrd_src_scheduler_build_tv_query_formats_season_episode_for_x1337"
},
{
"label": "build_tv_query_is_title_only_for_tpb()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2947",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "build_tv_query_is_title_only_for_tpb()",
"id": "breadarrd_src_scheduler_build_tv_query_is_title_only_for_tpb"
},
{
"label": "build_movie_query_appends_year_when_known()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2959",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "build_movie_query_appends_year_when_known()",
"id": "breadarrd_src_scheduler_build_movie_query_appends_year_when_known"
},
{
"label": "search_enumeration_conn()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2967",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "search_enumeration_conn()",
"id": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"label": "enumerate_search_targets_excludes_unaired_inflight_and_anime()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3079",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "enumerate_search_targets_excludes_unaired_inflight_and_anime()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_excludes_unaired_inflight_and_anime"
},
{
"label": "enumerate_search_targets_for_media_item_routes_anime_movie_via_tmdb_table()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3099",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "enumerate_search_targets_for_media_item_routes_anime_movie_via_tmdb_table()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item_routes_anime_movie_via_tmdb_table"
},
{
"label": "enumerate_search_targets_excludes_owned_movies_includes_missing()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3115",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "enumerate_search_targets_excludes_owned_movies_includes_missing()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_excludes_owned_movies_includes_missing"
},
{
"label": "enumerate_search_targets_routes_anime_movies_to_nyaa_search()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3129",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "enumerate_search_targets_routes_anime_movies_to_nyaa_search()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_routes_anime_movies_to_nyaa_search"
},
{
"label": "enumerate_search_targets_respects_budget()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3152",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "enumerate_search_targets_respects_budget()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_respects_budget"
},
{
"label": "record_search_attempt_is_due_again_only_after_cadence_elapses()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3159",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "record_search_attempt_is_due_again_only_after_cadence_elapses()",
"id": "breadarrd_src_scheduler_record_search_attempt_is_due_again_only_after_cadence_elapses"
},
{
"label": "cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3185",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing()",
"id": "breadarrd_src_scheduler_cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing"
},
{
"label": "record_search_attempt_upserts_rather_than_duplicating()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3208",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "record_search_attempt_upserts_rather_than_duplicating()",
"id": "breadarrd_src_scheduler_record_search_attempt_upserts_rather_than_duplicating"
},
{
"label": "enumerate_search_targets_prioritizes_never_searched_first()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3225",
"_origin": "ast",
"community": 22,
"community_name": "enumerate_search_targets",
"norm_label": "enumerate_search_targets_prioritizes_never_searched_first()",
"id": "breadarrd_src_scheduler_enumerate_search_targets_prioritizes_never_searched_first"
},
{
"label": "significant_words_drops_short_and_punctuation_only_tokens()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3252",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "significant_words_drops_short_and_punctuation_only_tokens()",
"id": "breadarrd_src_scheduler_significant_words_drops_short_and_punctuation_only_tokens"
},
{
"label": "relevance_filter_rejects_titles_missing_a_significant_word()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3260",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "relevance_filter_rejects_titles_missing_a_significant_word()",
"id": "breadarrd_src_scheduler_relevance_filter_rejects_titles_missing_a_significant_word"
},
{
"label": "relevance_filter_accepts_a_genuine_match()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3273",
"_origin": "ast",
"community": 4,
"community_name": "enumerate_upgrade_targets",
"norm_label": "relevance_filter_accepts_a_genuine_match()",
"id": "breadarrd_src_scheduler_relevance_filter_accepts_a_genuine_match"
},
{
"label": "relevance_filter_lets_everything_through_for_titles_with_no_significant_words()",
"file_type": "code",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3282",
"_origin": "ast",
"community": 0,
"community_name": "scheduler.rs",
"norm_label": "relevance_filter_lets_everything_through_for_titles_with_no_significant_words()",
"id": "breadarrd_src_scheduler_relevance_filter_lets_everything_through_for_titles_with_no_significant_words"
},
{
"label": "sources/mod.rs",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L1",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "sources/mod.rs",
"id": "breadarrd_src_sources_mod"
},
{
"label": "RawReleaseItem",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L9",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "rawreleaseitem",
"id": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "string",
"id": "breadarrd_src_sources_mod_rs_string"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "option",
"id": "breadarrd_src_sources_mod_rs_option"
},
{
"label": "ReleaseSource",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L21",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "releasesource",
"id": "breadarrd_src_sources_mod_releasesource"
},
{
"label": "urlencode()",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L28",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "urlencode()",
"id": "breadarrd_src_sources_mod_urlencode"
},
{
"label": "parse_human_size()",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L46",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parse_human_size()",
"id": "breadarrd_src_sources_mod_parse_human_size"
},
{
"label": "parses_gib()",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L80",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_gib()",
"id": "breadarrd_src_sources_mod_parses_gib"
},
{
"label": "parses_mib()",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L85",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_mib()",
"id": "breadarrd_src_sources_mod_parses_mib"
},
{
"label": "rejects_unknown_unit()",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L90",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "rejects_unknown_unit()",
"id": "breadarrd_src_sources_mod_rejects_unknown_unit"
},
{
"label": "parses_a_size_with_no_space_before_the_unit()",
"file_type": "code",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L100",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_a_size_with_no_space_before_the_unit()",
"id": "breadarrd_src_sources_mod_parses_a_size_with_no_space_before_the_unit"
},
{
"label": "rss.rs",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L1",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "rss.rs",
"id": "breadarrd_src_sources_rss"
},
{
"label": "RssSource",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L13",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "rsssource",
"id": "breadarrd_src_sources_rss_rsssource"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "string",
"id": "breadarrd_src_sources_rss_rs_string"
},
{
"label": "Client",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "client",
"id": "breadarrd_src_sources_rss_rs_client"
},
{
"label": ".new()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L19",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": ".new()",
"id": "breadarrd_src_sources_rss_rsssource_new"
},
{
"label": "Into",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "into",
"id": "breadarrd_src_sources_rss_rs_into"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "self",
"id": "breadarrd_src_sources_rss_rs_self"
},
{
"label": ".fetch()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L35",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": ".fetch()",
"id": "breadarrd_src_sources_rss_rsssource_fetch"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "option",
"id": "breadarrd_src_sources_rss_rs_option"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "result",
"id": "breadarrd_src_sources_rss_rs_result"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "vec",
"id": "breadarrd_src_sources_rss_rs_vec"
},
{
"label": "build_search_url()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L45",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "build_search_url()",
"id": "breadarrd_src_sources_rss_build_search_url"
},
{
"label": "ItemFields",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L60",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "itemfields",
"id": "breadarrd_src_sources_rss_itemfields"
},
{
"label": "accumulate_field()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L76",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "accumulate_field()",
"id": "breadarrd_src_sources_rss_accumulate_field"
},
{
"label": "parse_nyaa_rss()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L88",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parse_nyaa_rss()",
"id": "breadarrd_src_sources_rss_parse_nyaa_rss"
},
{
"label": "parses_nyaa_item_with_custom_fields()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L176",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_nyaa_item_with_custom_fields()",
"id": "breadarrd_src_sources_rss_parses_nyaa_item_with_custom_fields"
},
{
"label": "parses_cdata_wrapped_fields()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L196",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_cdata_wrapped_fields()",
"id": "breadarrd_src_sources_rss_parses_cdata_wrapped_fields"
},
{
"label": "build_search_url_appends_query_param()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L223",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "build_search_url_appends_query_param()",
"id": "breadarrd_src_sources_rss_build_search_url_appends_query_param"
},
{
"label": "build_search_url_handles_a_feed_url_with_no_existing_query_string()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L231",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "build_search_url_handles_a_feed_url_with_no_existing_query_string()",
"id": "breadarrd_src_sources_rss_build_search_url_handles_a_feed_url_with_no_existing_query_string"
},
{
"label": "build_search_url_is_unchanged_without_a_query()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L239",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "build_search_url_is_unchanged_without_a_query()",
"id": "breadarrd_src_sources_rss_build_search_url_is_unchanged_without_a_query"
},
{
"label": "parses_live_nyaa_feed()",
"file_type": "code",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L250",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_live_nyaa_feed()",
"id": "breadarrd_src_sources_rss_parses_live_nyaa_feed"
},
{
"label": "tpb.rs",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L1",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "tpb.rs",
"id": "breadarrd_src_sources_tpb"
},
{
"label": "is_valid_info_hash()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L13",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "is_valid_info_hash()",
"id": "breadarrd_src_sources_tpb_is_valid_info_hash"
},
{
"label": "TpbSource",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L26",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "tpbsource",
"id": "breadarrd_src_sources_tpb_tpbsource"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "string",
"id": "breadarrd_src_sources_tpb_rs_string"
},
{
"label": "Client",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 3,
"community_name": "fetch_candidates",
"norm_label": "client",
"id": "breadarrd_src_sources_tpb_rs_client"
},
{
"label": "TpbResult",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L32",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "tpbresult",
"id": "breadarrd_src_sources_tpb_tpbresult"
},
{
"label": "build_magnet()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L49",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "build_magnet()",
"id": "breadarrd_src_sources_tpb_build_magnet"
},
{
"label": ".new()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L59",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": ".new()",
"id": "breadarrd_src_sources_tpb_tpbsource_new"
},
{
"label": "Into",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "into",
"id": "breadarrd_src_sources_tpb_rs_into"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "self",
"id": "breadarrd_src_sources_tpb_rs_self"
},
{
"label": ".fetch()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L75",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": ".fetch()",
"id": "breadarrd_src_sources_tpb_tpbsource_fetch"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "option",
"id": "breadarrd_src_sources_tpb_rs_option"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "result",
"id": "breadarrd_src_sources_tpb_rs_result"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "vec",
"id": "breadarrd_src_sources_tpb_rs_vec"
},
{
"label": "build_magnet_includes_hash_name_and_trackers()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L125",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "build_magnet_includes_hash_name_and_trackers()",
"id": "breadarrd_src_sources_tpb_build_magnet_includes_hash_name_and_trackers"
},
{
"label": "parses_a_real_captured_response()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L132",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "parses_a_real_captured_response()",
"id": "breadarrd_src_sources_tpb_parses_a_real_captured_response"
},
{
"label": "filters_out_the_no_results_sentinel()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L141",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "filters_out_the_no_results_sentinel()",
"id": "breadarrd_src_sources_tpb_filters_out_the_no_results_sentinel"
},
{
"label": "is_valid_info_hash_accepts_both_real_shapes()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L156",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "is_valid_info_hash_accepts_both_real_shapes()",
"id": "breadarrd_src_sources_tpb_is_valid_info_hash_accepts_both_real_shapes"
},
{
"label": "is_valid_info_hash_rejects_malformed_values()",
"file_type": "code",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L167",
"_origin": "ast",
"community": 5,
"community_name": "rss.rs",
"norm_label": "is_valid_info_hash_rejects_malformed_values()",
"id": "breadarrd_src_sources_tpb_is_valid_info_hash_rejects_malformed_values"
}
],
"links": [
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_add_column_if_missing",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_backup_before_open",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L644",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_backup_before_open_copies_an_existing_database",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L628",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_backup_before_open_is_a_noop_when_no_database_exists_yet",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L660",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_backup_before_open_prunes_beyond_max_backups",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_init",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L530",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_init_is_idempotent",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_prune_old_backups",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L486",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_record_event",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L546",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_record_event_inserts_a_queryable_row",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L566",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_record_event_rejects_an_unknown_event_type",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L506",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_record_torrent_fetch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L604",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_record_torrent_fetch_allows_a_null_hash_and_size",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L573",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_record_torrent_fetch_inserts_a_queryable_row",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L1",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "breadarrd_src_db",
"target": "breadarrd_src_db_rs_connection",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_backup_before_open",
"target": "breadarrd_src_db_prune_old_backups",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L16",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_db_backup_before_open",
"target": "breadarrd_src_db_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L16",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_backup_before_open",
"target": "path",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L650",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_backup_before_open_copies_an_existing_database",
"target": "breadarrd_src_db_backup_before_open",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L633",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_backup_before_open_is_a_noop_when_no_database_exists_yet",
"target": "breadarrd_src_db_backup_before_open",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L671",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_backup_before_open_prunes_beyond_max_backups",
"target": "breadarrd_src_db_backup_before_open",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L49",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_prune_old_backups",
"target": "path",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L78",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_db_add_column_if_missing",
"target": "breadarrd_src_db_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L96",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_db_init",
"target": "breadarrd_src_db_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L49",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_db_prune_old_backups",
"target": "breadarrd_src_db_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L486",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_db_record_event",
"target": "breadarrd_src_db_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L506",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch",
"target": "breadarrd_src_db_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L78",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_add_column_if_missing",
"target": "breadarrd_src_db_rs_connection",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L386",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_init",
"target": "breadarrd_src_db_add_column_if_missing",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L96",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_init",
"target": "breadarrd_src_db_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L486",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_record_event",
"target": "breadarrd_src_db_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L506",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch",
"target": "breadarrd_src_db_rs_connection",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L532",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_init_is_idempotent",
"target": "breadarrd_src_db_init",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L548",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_event_inserts_a_queryable_row",
"target": "breadarrd_src_db_init",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L568",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_event_rejects_an_unknown_event_type",
"target": "breadarrd_src_db_init",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L606",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch_allows_a_null_hash_and_size",
"target": "breadarrd_src_db_init",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L575",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch_inserts_a_queryable_row",
"target": "breadarrd_src_db_init",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L486",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_record_event",
"target": "breadarrd_src_db_rs_option",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L550",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_event_inserts_a_queryable_row",
"target": "breadarrd_src_db_record_event",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L506",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch",
"target": "breadarrd_src_db_rs_option",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L608",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch_allows_a_null_hash_and_size",
"target": "breadarrd_src_db_record_torrent_fetch",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/db.rs",
"source_location": "L577",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_db_record_torrent_fetch_inserts_a_queryable_row",
"target": "breadarrd_src_db_record_torrent_fetch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_background_loop",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L920",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_1337x_search",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L797",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_anime_map_refresh",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L841",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_grab_cycle",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L881",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_import_cycle",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L733",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_jellyfin_refresh",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L810",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_match_title",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L715",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_qbit_add",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1177",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_qbit_list",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1147",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_reconcile_report",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1011",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_scan_movies",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L963",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_scan_tv",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1067",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_search_show",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L746",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_tvdb_add",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L947",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_debug_tvdb_search",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1366",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_drive_transcode_queue_to_completion",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L274",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_load_title_matcher",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_main",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1256",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_probe_library_cmd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1225",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_relink_orphaned_files_cmd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1200",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_remux_backlog_cmd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1331",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_retranscode_oversized_cmd",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L23",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_rs_connection",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L136",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_run_daemon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1296",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_transcode_library_cmd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1407",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_verify_library_cmd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1419",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_main_wait_for_shutdown",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L22",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "breadarrd_src_qbit_mod_qbitclient",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L19",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L20",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "jellyfinclient",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L21",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "breadarrd_src_main",
"target": "tvdbclient",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L79",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_1337x_search",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_anime_map_refresh",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_grab_cycle",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_import_cycle",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_jellyfin_refresh",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L63",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_match_title",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_qbit_add",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_qbit_list",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L106",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_reconcile_report",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L97",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_scan_movies",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L91",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_scan_tv",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L103",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_search_show",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_tvdb_add",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L85",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_debug_tvdb_search",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L116",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_probe_library_cmd",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L128",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_relink_orphaned_files_cmd",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_remux_backlog_cmd",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L122",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_retranscode_oversized_cmd",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L28",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_run_daemon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L119",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_transcode_library_cmd",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L125",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_main",
"target": "breadarrd_src_main_verify_library_cmd",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L920",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_1337x_search",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L797",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_anime_map_refresh",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L841",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_grab_cycle",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L881",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_import_cycle",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L733",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_jellyfin_refresh",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L810",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_match_title",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L715",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_qbit_add",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1177",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_qbit_list",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1147",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_reconcile_report",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1011",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_scan_movies",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L963",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_scan_tv",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1067",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_search_show",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L746",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_tvdb_add",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L947",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_tvdb_search",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1366",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_drive_transcode_queue_to_completion",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L274",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_load_title_matcher",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1256",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_probe_library_cmd",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1225",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_relink_orphaned_files_cmd",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1200",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_remux_backlog_cmd",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1331",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_retranscode_oversized_cmd",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L136",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_run_daemon",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1296",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_transcode_library_cmd",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1407",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_main_verify_library_cmd",
"target": "breadarrd_src_main_rs_result",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L220",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_run_daemon",
"target": "breadarrd_src_main_background_loop",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L136",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_run_daemon",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L31",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "config"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L920",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_1337x_search",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L797",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_anime_map_refresh",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L841",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_grab_cycle",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L881",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_import_cycle",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L733",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_jellyfin_refresh",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L810",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_match_title",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L715",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_qbit_add",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1177",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_qbit_list",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1147",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_reconcile_report",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1011",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_scan_movies",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L963",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_scan_tv",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1067",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_search_show",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L746",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_tvdb_add",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L947",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_tvdb_search",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1366",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_drive_transcode_queue_to_completion",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L274",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_load_title_matcher",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1256",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_probe_library_cmd",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1225",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_relink_orphaned_files_cmd",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1200",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_remux_backlog_cmd",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1331",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_retranscode_oversized_cmd",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1296",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_transcode_library_cmd",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1407",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_verify_library_cmd",
"target": "config",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L341",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "breadarrd_src_main_load_title_matcher",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1116",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_debug_search_show",
"target": "breadarrd_src_main_load_title_matcher",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L274",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_load_title_matcher",
"target": "titlematcher",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "arc",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "backgroundrequest",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "breadarrd_src_main_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "breadarrd_src_main_rs_mutex",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "breadarrd_src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "breadarrd_src_qbit_mod_qbitclient",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "cyclestatus",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "jellyfinclient",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L286",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_background_loop",
"target": "receiver",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L3",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "arc"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L30",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "arc"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L3",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "arc"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs",
"target": "arc"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "arc"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "arc"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "arc"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1366",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_drive_transcode_queue_to_completion",
"target": "breadarrd_src_main_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1177",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_main_debug_qbit_list",
"target": "breadarrd_src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1322",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_transcode_library_cmd",
"target": "breadarrd_src_main_drive_transcode_queue_to_completion",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/main.rs",
"source_location": "L1357",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_main_retranscode_oversized_cmd",
"target": "breadarrd_src_main_drive_transcode_queue_to_completion",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_addtorrentresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_extract_btih",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L269",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_extracts_base32_hash_from_a_magnet",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L260",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_extracts_hash_from_a_real_magnet",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_magnetrejected",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_qbitclient",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L286",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_returns_none_for_a_1337x_page_url",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L278",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_returns_none_for_a_torrent_download_url",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod",
"target": "breadarrd_src_qbit_mod_torrentinfo",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L13",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_extract_btih",
"target": "breadarrd_src_qbit_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L13",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_extract_btih",
"target": "string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L53",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"target": "breadarrd_src_qbit_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L25",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_magnetrejected",
"target": "string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L53",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L80",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_new",
"target": "string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L207",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_post_form",
"target": "string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L76",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_torrentinfo",
"target": "string",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_magnetrejected",
"target": "breadarrd_src_qbit_mod_magnetrejected_fmt",
"confidence_score": 1.0
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_magnetrejected",
"target": "display",
"confidence_score": 1.0
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_magnetrejected",
"target": "error",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L29",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_magnetrejected_fmt",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L29",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_magnetrejected_fmt",
"target": "formatter",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L135",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_add_magnet",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L245",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_delete_torrent",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L102",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_do_login",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L96",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_login",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L80",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_new",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L207",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_post_form",
"target": "breadarrd_src_qbit_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L135",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_add_magnet",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L245",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_delete_torrent",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L102",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_do_login",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L181",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L232",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_lock_for_grab",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_login",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_new",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L207",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_post_form",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L127",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_qbitclient_try_reauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L63",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "breadarrd_src_qbit_mod_rs_mutex",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L47",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "client",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L53",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient",
"target": "rwlock",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"target": "breadarrd_src_qbit_mod_torrentinfo",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L137",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_add_magnet",
"target": "breadarrd_src_qbit_mod_qbitclient_new",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L80",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_new",
"target": "into",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L80",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_new",
"target": "self",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L97",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_login",
"target": "breadarrd_src_qbit_mod_qbitclient_do_login",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L132",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_try_reauth",
"target": "breadarrd_src_qbit_mod_qbitclient_do_login",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L150",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_add_magnet",
"target": "breadarrd_src_qbit_mod_qbitclient_try_reauth",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L192",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"target": "breadarrd_src_qbit_mod_qbitclient_try_reauth",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L217",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_post_form",
"target": "breadarrd_src_qbit_mod_qbitclient_try_reauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_list_torrents",
"target": "vec",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L246",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_delete_torrent",
"target": "breadarrd_src_qbit_mod_qbitclient_post_form",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/qbit/mod.rs",
"source_location": "L232",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "breadarrd_src_qbit_mod_qbitclient_lock_for_grab",
"target": "mutexguard",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_config"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L630",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_config_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L203",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_daemonconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L181",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_1337x_mirrors"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L543",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_anime_svtav1_max_threads"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L539",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_anime_svtav1_preset"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L510",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_av1_efficiency_factor"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L678",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_config_has_expected_values"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L705",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_config_passes_validation"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L661",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_db_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L514",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_exclude_hdr"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L518",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_exclude_min_height"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L173",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_grab_enabled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L169",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_grab_poll_interval_secs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L177",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_import_poll_interval_secs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L657",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_listen_addr"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L653",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_log_level"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L547",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_min_size_reduction_pct"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L665",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_model_dir"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L165",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_nyaa_rss_url"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L479",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_parallelism_max"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L490",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_parallelism_max_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L475",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_parallelism_min"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L669",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_qbit_category"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L535",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_quality_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L526",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_quality_live_action"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L502",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_reference_bitrate_kbps"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L506",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_reference_height"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_root_folder"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L157",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_search_budget_per_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L161",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_search_enabled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L153",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_search_poll_interval_secs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L551",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_skip_below_ceiling_ratio"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_tpb_api_url"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L467",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_transcode_poll_interval_secs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L145",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_upgrade_budget_per_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L137",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_upgrade_enabled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L149",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_upgrade_min_score_gain"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L141",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_upgrade_poll_interval_secs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L471",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_vaapi_device"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L555",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_default_verify_sample_secs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L638",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_expand_home"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L275",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_jellyfinconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_libraryconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L685",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_load_falls_back_to_default_when_file_missing"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L268",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_notificationsconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L698",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_parses_partial_toml_with_defaults"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L238",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_qbitconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L732",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_rejects_a_min_size_reduction_pct_above_one"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L726",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_rejects_a_negative_min_size_reduction_pct"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L716",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_rejects_a_zero_reference_height"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L5",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_rs_result"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_sourcesconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L568",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_tmdbconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L289",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L561",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config",
"target": "breadarr_shared_src_config_tvdbconfig"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L617",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_config_db_path"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L625",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_config_default_root_folder"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L574",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_config_load"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L621",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_config_model_dir"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L591",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_config_validate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L11",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_daemonconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L15",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_jellyfinconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L21",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_libraryconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L25",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_notificationsconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L13",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_qbitconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L23",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_sourcesconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L19",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_tmdbconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L27",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L17",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config",
"target": "breadarr_shared_src_config_tvdbconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L36",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_libraryconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L220",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L181",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_1337x_mirrors",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L661",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_db_path",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L657",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_listen_addr",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L653",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_log_level",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L665",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_model_dir",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L165",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_nyaa_rss_url",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L669",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_qbit_category",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L39",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_root_folder",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L133",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_tpb_api_url",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L471",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_vaapi_device",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L279",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_jellyfinconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L270",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_notificationsconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L255",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_qbitconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L87",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L570",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_tmdbconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L382",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L563",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_tvdbconfig",
"target": "breadarr_shared_src_config_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L52",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig",
"target": "breadarr_shared_src_config_rs_vec"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L114",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig",
"target": "breadarr_shared_src_config_sourcesconfig_default"
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig",
"target": "default"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L181",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_1337x_mirrors",
"target": "breadarr_shared_src_config_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L382",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig",
"target": "breadarr_shared_src_config_rs_vec"
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L223",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig",
"target": "default"
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L441",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig",
"target": "default"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L116",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_1337x_mirrors"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L119",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_grab_enabled"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L118",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_grab_poll_interval_secs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L120",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_import_poll_interval_secs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L117",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_nyaa_rss_url"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L122",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_search_budget_per_cycle"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L123",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_search_enabled"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L121",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_search_poll_interval_secs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L124",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_tpb_api_url"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L127",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_upgrade_budget_per_cycle"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L125",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_upgrade_enabled"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L128",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_upgrade_min_score_gain"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L126",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_default_upgrade_poll_interval_secs"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L114",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_sourcesconfig_default",
"target": "breadarr_shared_src_config_rs_self"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L574",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_load",
"target": "breadarr_shared_src_config_rs_self"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L224",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig_default",
"target": "breadarr_shared_src_config_rs_self"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L442",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_rs_self"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L224",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig",
"target": "breadarr_shared_src_config_daemonconfig_default"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L228",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig_default",
"target": "breadarr_shared_src_config_default_db_path"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L227",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig_default",
"target": "breadarr_shared_src_config_default_listen_addr"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L226",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig_default",
"target": "breadarr_shared_src_config_default_log_level"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L229",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_daemonconfig_default",
"target": "breadarr_shared_src_config_default_model_dir"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L442",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig",
"target": "breadarr_shared_src_config_transcodeconfig_default"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1569",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_maybe_enqueue_transcode",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L6",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1188",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_cfg",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1007",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_effective_parallelism",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_oversized_av1_candidates",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L506",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_content",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L496",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_path",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L596",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_should_enqueue",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L19",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_kbps",
"target": "breadarr_shared_src_config_transcodeconfig"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L577",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_load",
"target": "breadarr_shared_src_config_transcodeconfig_default"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L679",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_config_has_expected_values",
"target": "breadarr_shared_src_config_transcodeconfig_default"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L706",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_config_passes_validation",
"target": "breadarr_shared_src_config_transcodeconfig_default"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L459",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_anime_svtav1_max_threads"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L458",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_anime_svtav1_preset"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L452",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_av1_efficiency_factor"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L453",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_exclude_hdr"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L454",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_exclude_min_height"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L460",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_min_size_reduction_pct"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L448",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_parallelism_max"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L449",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_parallelism_max_anime"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L447",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_parallelism_min"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L457",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_quality_anime"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L455",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_quality_live_action"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L450",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_reference_bitrate_kbps"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L451",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_reference_height"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L461",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_skip_below_ceiling_ratio"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L445",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_transcode_poll_interval_secs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L446",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_vaapi_device"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L462",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_transcodeconfig_default",
"target": "breadarr_shared_src_config_default_verify_sample_secs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L575",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_load",
"target": "breadarr_shared_src_config_config_path"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L582",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_load",
"target": "breadarr_shared_src_config_config_validate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L574",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_load",
"target": "breadarr_shared_src_config_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L690",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_load_falls_back_to_default_when_file_missing",
"target": "breadarr_shared_src_config_config_load"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L591",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_validate",
"target": "breadarr_shared_src_config_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L706",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_default_config_passes_validation",
"target": "breadarr_shared_src_config_config_validate"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L618",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_db_path",
"target": "breadarr_shared_src_config_expand_home"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L617",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_db_path",
"target": "breadarr_shared_src_config_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L625",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_default_root_folder",
"target": "breadarr_shared_src_config_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L621",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_model_dir",
"target": "breadarr_shared_src_config_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L630",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_path",
"target": "breadarr_shared_src_config_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L638",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_expand_home",
"target": "breadarr_shared_src_config_rs_pathbuf"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L622",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_model_dir",
"target": "breadarr_shared_src_config_expand_home"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L626",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_default_root_folder",
"target": "breadarr_shared_src_config_expand_home"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarr-shared/src/config.rs",
"source_location": "L635",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarr_shared_src_config_config_path",
"target": "breadarr_shared_src_config_expand_home"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_audiostream"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L126",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_build_media_probe"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L220",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_decodecheck"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L357",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_default_audio_is_non_english_false_when_default_is_english"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L341",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_default_audio_is_non_english_false_when_no_default_is_set"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L327",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_default_audio_is_non_english_true_when_default_track_is_not_english"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L376",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_generate_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L452",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_generate_test_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L322",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_has_english_audio_false_with_no_tracks"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L300",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_has_english_audio_true_when_any_track_is_english"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_is_english"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L203",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_parse_frame_rate_fraction"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L91",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_probe"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L489",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_probe_extracts_extra_metadata_from_a_generated_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L472",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_probe_extracts_real_resolution_and_audio_language_from_a_generated_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L371",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_probe_fails_gracefully_for_a_nonexistent_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L543",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_probe_finds_the_real_video_stream_even_when_attached_pic_comes_first"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L577",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_probe_finds_the_real_video_stream_when_attached_pic_comes_second"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L1",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_subtitlestream"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L225",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_verify_decodable"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L259",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L433",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_flags_a_file_that_does_not_decode_at_all"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L415",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_long_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L399",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_short_file"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L11",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_audiostream",
"target": "breadarrd_src_importer_ffprobe_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_audiostream",
"target": "breadarrd_src_importer_ffprobe_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L42",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_audiostream"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L67",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_is_english",
"target": "breadarrd_src_importer_ffprobe_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L41",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L203",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_parse_frame_rate_fraction",
"target": "breadarrd_src_importer_ffprobe_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L21",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_subtitlestream",
"target": "breadarrd_src_importer_ffprobe_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L126",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_build_media_probe",
"target": "breadarrd_src_importer_ffprobe_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L222",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_decodecheck",
"target": "breadarrd_src_importer_ffprobe_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L50",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L21",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_subtitlestream",
"target": "breadarrd_src_importer_ffprobe_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L43",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_subtitlestream"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L192",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime",
"target": "breadarrd_src_importer_ffprobe_subtitlestream"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L102",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action",
"target": "breadarrd_src_importer_ffprobe_subtitlestream"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L242",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_subtitle_codec_args",
"target": "breadarrd_src_importer_ffprobe_subtitlestream"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L126",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_build_media_probe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe_default_audio_is_non_english"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L72",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe_has_english_audio"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe_is_hdr"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L43",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe",
"target": "breadarrd_src_importer_ffprobe_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L91",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L942",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probefields_from_probe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L988",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_upsert_probe",
"target": "breadarrd_src_importer_ffprobe_mediaprobe"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L82",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe_default_audio_is_non_english",
"target": "breadarrd_src_importer_ffprobe_is_english"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_mediaprobe_has_english_audio",
"target": "breadarrd_src_importer_ffprobe_is_english"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L117",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe",
"target": "breadarrd_src_importer_ffprobe_build_media_probe"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L91",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe",
"target": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L91",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe",
"target": "breadarrd_src_importer_ffprobe_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L499",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_extracts_extra_metadata_from_a_generated_clip",
"target": "breadarrd_src_importer_ffprobe_probe"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L478",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_extracts_real_resolution_and_audio_language_from_a_generated_clip",
"target": "breadarrd_src_importer_ffprobe_probe"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L372",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_fails_gracefully_for_a_nonexistent_file",
"target": "breadarrd_src_importer_ffprobe_probe"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L376",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_generate_clip",
"target": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L452",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_generate_test_clip",
"target": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L225",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable",
"target": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L259",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled",
"target": "breadarrd_src_importer_ffprobe_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L225",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable",
"target": "breadarrd_src_importer_ffprobe_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L259",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled",
"target": "breadarrd_src_importer_ffprobe_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L126",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_build_media_probe",
"target": "value"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L566",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_finds_the_real_video_stream_even_when_attached_pic_comes_first",
"target": "breadarrd_src_importer_ffprobe_build_media_probe"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L600",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_finds_the_real_video_stream_when_attached_pic_comes_second",
"target": "breadarrd_src_importer_ffprobe_build_media_probe"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L225",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable",
"target": "breadarrd_src_importer_ffprobe_decodecheck"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L259",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled",
"target": "breadarrd_src_importer_ffprobe_decodecheck"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1068",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_record_decode_check",
"target": "breadarrd_src_importer_ffprobe_decodecheck"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L265",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled",
"target": "breadarrd_src_importer_ffprobe_verify_decodable"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L442",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_flags_a_file_that_does_not_decode_at_all",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L426",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_long_file",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L408",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_short_file",
"target": "breadarrd_src_importer_ffprobe_verify_decodable_sampled"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L376",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_generate_clip",
"target": "breadarrd_src_importer_ffprobe_rs_pathbuf"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L424",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_long_file",
"target": "breadarrd_src_importer_ffprobe_generate_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L406",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_verify_decodable_sampled_passes_a_genuinely_intact_short_file",
"target": "breadarrd_src_importer_ffprobe_generate_clip"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L452",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_generate_test_clip",
"target": "breadarrd_src_importer_ffprobe_rs_pathbuf"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L497",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_extracts_extra_metadata_from_a_generated_clip",
"target": "breadarrd_src_importer_ffprobe_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/ffprobe.rs",
"source_location": "L476",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_ffprobe_probe_extracts_real_resolution_and_audio_language_from_a_generated_clip",
"target": "breadarrd_src_importer_ffprobe_generate_test_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4287",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_drifted_root_folder_does_not_defeat_the_dest_collision_check"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3032",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_fresh_grab_is_not_stalled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3038",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_grab_untouched_past_the_threshold_is_stalled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3449",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_persistently_failing_import_escalates_to_failed_instead_of_retrying_forever"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4094",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_strictly_better_release_replaces_the_existing_file_via_a_real_move"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3082",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_torrent_missing_past_the_grace_period_is_failed"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3076",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_a_torrent_missing_within_the_grace_period_is_not_yet_failed"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4186",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_an_upgrade_swap_sweeps_every_duplicate_episode_file_row_not_just_one"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3120",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_builds_filename_with_episode_title"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3128",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_builds_filename_without_episode_title"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L737",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_collect_video_files"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L349",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_copy_via_temp_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3199",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_copy_via_temp_file_writes_through_a_part_file_and_renames_into_place"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L248",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_deterministic_filename"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L265",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_deterministic_movie_filename"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3399",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_does_not_import_a_torrent_while_it_is_still_being_physically_moved"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L875",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2418",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_ensure_probed_does_not_flag_a_wide_aspect_ratio_file_as_under_quality"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2371",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_ensure_probed_flags_a_low_resolution_file_as_under_quality"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2458",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_ensure_probed_skips_reprobing_an_unchanged_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L461",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_fail_grab"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3088",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_fail_grab_reopens_the_release_for_search"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L117",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_fetch_pending_grabs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L672",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_find_by_basename"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L692",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_find_by_stem"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2970",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files_falls_back_to_the_unpadded_season_folder"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2921",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files_finds_a_file_with_no_tracked_row"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2997",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files_skips_an_ambiguous_match_rather_than_guessing"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3900",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_generate_dual_audio_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2353",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L408",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_grab_is_stalled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L423",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_grab_missing_past_grace"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L238",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_has_cjk"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3599",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_one_enqueues_a_transcode_job_when_transcode_is_enabled"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3668",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_one_enqueues_an_anime_tagged_transcode_job_for_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3817",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_one_flags_quality_when_the_real_file_is_under_1080p"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3745",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_one_places_a_single_episode_grab_under_its_season_subfolder"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_season_pack"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4595",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_season_pack_fails_when_nothing_in_it_matches_a_tracked_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_season_pack_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4418",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_season_pack_imports_every_file_and_marks_episodes_owned"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4534",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_season_pack_skips_an_upgrade_locked_episode_even_with_a_lower_scoring_existing_release"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4479",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_import_season_pack_skips_episodes_that_already_have_a_better_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1553",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_importoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3520",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_imports_a_movie_release_with_no_episode_id"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L363",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_importstats"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L285",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_insufficient_space"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3152",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_insufficient_space_is_false_for_a_trivially_small_request"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3157",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_insufficient_space_is_true_for_an_absurd_request"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L188",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_largest_video_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L181",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_locate_video_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3237",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_locates_a_single_file_torrent"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4370",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_locates_the_largest_video_file_in_a_directory"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1569",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_maybe_enqueue_transcode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2683",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L332",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_move_or_copy_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3220",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_move_or_copy_file_moves_the_source_out"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3141",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_omits_a_cjk_only_episode_title_instead_of_embedding_it"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2158",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_packfileoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_pendinggrab"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1093",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_probe_indicates_import_problem"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1129",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_probe_library"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2491",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_probe_library_reports_probed_vs_skipped_up_to_date"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L918",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_probefields"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1106",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_probesweepreport"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_process_pending_grabs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3270",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_process_pending_grabs_routes_each_grab_by_torrent_state"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3044",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_progress_advancing_resets_the_stall_clock"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2694",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcile_clears_episode_file_rows_whose_path_no_longer_exists"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2888",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcile_dry_run_reports_without_writing_anything"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L532",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2849",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcile_refuses_to_clear_an_anomalous_fraction_in_one_pass"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2805",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcile_repairs_a_path_whose_extension_changed_from_a_transcode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2746",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcile_repairs_a_path_whose_show_folder_was_renamed_instead_of_clearing_it"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L484",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_reconcileoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1068",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_record_decode_check"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L443",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_record_import_error"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4021",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_refuses_to_overwrite_an_already_imported_higher_scoring_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L844",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_relink_episode_files"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L720",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_relinkcandidate"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1323",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remap_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3262",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remap_path_is_noop_when_prefixes_not_configured"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3250",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remap_path_translates_container_prefix_to_host_prefix"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1237",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remux_backlog"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3933",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remux_backlog_promotes_english_to_default_for_a_flagged_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3992",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remux_backlog_skips_non_mkv_files"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1276",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remux_one_backlog_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1218",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_remuxbacklogreport"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L9",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_rs_jellyfinclient"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_run_import_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L306",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_same_filesystem"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3185",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_same_filesystem_is_false_when_either_path_cannot_be_stat_d"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3171",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_same_filesystem_is_true_for_two_paths_under_the_same_temp_dir"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L273",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_sanitize"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3136",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_sanitizes_path_hostile_characters"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L226",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_season_dir"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1987",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_seasonpackimportoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2657",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4386",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_seeded_season_pack_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1607",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_stalefile"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L389",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_update_grab_progress"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3053",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_update_grab_progress_ignores_a_non_increasing_value"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L988",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_upsert_probe"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1173",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_verify_library"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2524",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_verify_library_confirms_a_genuinely_decodable_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2572",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_verify_library_flags_a_file_that_parses_but_does_not_decode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2626",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_verify_library_skips_files_that_never_even_passed_the_header_probe"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1157",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_verifylibraryreport"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L208",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "breadarrd_src_importer_mod_walk_files"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L10",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod",
"target": "qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L461",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab",
"target": "breadarrd_src_importer_mod_pendinggrab"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L117",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fetch_pending_grabs",
"target": "breadarrd_src_importer_mod_pendinggrab"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_pendinggrab"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_pendinggrab_episode_id"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_pendinggrab_media_item_id"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L72",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_pendinggrab_release_id"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L103",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_pendinggrab_root_folder"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L88",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_pendinggrab_torrent_hash"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L53",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L67",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_pendinggrab"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L248",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_filename",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L265",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_movie_filename",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L934",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probefields",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L723",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_relinkcandidate",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L273",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_sanitize",
"target": "breadarrd_src_importer_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L248",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_filename",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L265",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_movie_filename",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L672",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_basename",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L692",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_stem",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L96",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_pendinggrab_episode_id",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L934",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probefields",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1610",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_stalefile",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L988",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_upsert_probe",
"target": "breadarrd_src_importer_mod_rs_option"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1418",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_pendinggrab_release_id"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L468",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab",
"target": "breadarrd_src_importer_mod_pendinggrab_media_item_id"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1790",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_pendinggrab_media_item_id"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1417",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_pendinggrab_torrent_hash"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L469",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab",
"target": "breadarrd_src_importer_mod_pendinggrab_episode_id"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3492",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_persistently_failing_import_escalates_to_failed_instead_of_retrying_forever",
"target": "breadarrd_src_importer_mod_fetch_pending_grabs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3422",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_does_not_import_a_torrent_while_it_is_still_being_physically_moved",
"target": "breadarrd_src_importer_mod_fetch_pending_grabs"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L117",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fetch_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L117",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fetch_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L117",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fetch_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_vec"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3347",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs_routes_each_grab_by_torrent_state",
"target": "breadarrd_src_importer_mod_fetch_pending_grabs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1343",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_fetch_pending_grabs"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L875",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L461",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L408",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_grab_is_stalled",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L423",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_grab_missing_past_grace",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1569",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_maybe_enqueue_transcode",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2683",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_media_item_with_root",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1093",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_indicates_import_problem",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1129",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_library",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L532",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_missing_files",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1068",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_record_decode_check",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L443",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_record_import_error",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L844",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_relink_episode_files",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1237",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1276",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_one_backlog_file",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2657",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_seeded_release_conn",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4386",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_seeded_season_pack_conn",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L389",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_update_grab_progress",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L988",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_upsert_probe",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1173",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library",
"target": "breadarrd_src_importer_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L349",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_copy_via_temp_file",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L875",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L461",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L408",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_grab_is_stalled",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L423",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_grab_missing_past_grace",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L285",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_insufficient_space",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L188",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_largest_video_file",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_locate_video_file",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1569",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_maybe_enqueue_transcode",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L332",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_move_or_copy_file",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1093",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_indicates_import_problem",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1129",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_library",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L532",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_missing_files",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1068",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_record_decode_check",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L443",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_record_import_error",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L844",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_relink_episode_files",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1237",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1276",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_one_backlog_file",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L389",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_update_grab_progress",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L988",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_upsert_probe",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1173",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L208",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_walk_files",
"target": "breadarrd_src_importer_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L737",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_collect_video_files",
"target": "breadarrd_src_importer_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files",
"target": "breadarrd_src_importer_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L208",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_walk_files",
"target": "breadarrd_src_importer_mod_rs_vec"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1630",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_locate_video_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L185",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_locate_video_file",
"target": "breadarrd_src_importer_mod_largest_video_file"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_locate_video_file",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L181",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_locate_video_file",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3243",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_locates_a_single_file_torrent",
"target": "breadarrd_src_importer_mod_locate_video_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4377",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_locates_the_largest_video_file_in_a_directory",
"target": "breadarrd_src_importer_mod_locate_video_file"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L737",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_collect_video_files",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L349",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_copy_via_temp_file",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L875",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L672",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_basename",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L692",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_stem",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3900",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_generate_dual_audio_clip",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2353",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_generate_test_clip",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L285",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_insufficient_space",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L188",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_largest_video_file",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2683",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_media_item_with_root",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L332",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_move_or_copy_file",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1276",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_one_backlog_file",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L306",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_same_filesystem",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L208",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_walk_files",
"target": "breadarrd_src_importer_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L737",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_collect_video_files",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L672",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_basename",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L692",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_stem",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3900",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_generate_dual_audio_clip",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2353",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_generate_test_clip",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L188",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_largest_video_file",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L726",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_relinkcandidate",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1323",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remap_path",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L226",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_season_dir",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1609",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_stalefile",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L208",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_walk_files",
"target": "breadarrd_src_importer_mod_rs_pathbuf"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L190",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_largest_video_file",
"target": "breadarrd_src_importer_mod_walk_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2031",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_walk_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1687",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_season_dir"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2198",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_season_dir"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L256",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_filename",
"target": "breadarrd_src_importer_mod_has_cjk"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L255",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_filename",
"target": "breadarrd_src_importer_mod_sanitize"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1680",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_deterministic_filename"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2191",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_deterministic_filename"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L266",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_deterministic_movie_filename",
"target": "breadarrd_src_importer_mod_sanitize"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1696",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_deterministic_movie_filename"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1864",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_insufficient_space"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2290",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_insufficient_space"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1864",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_same_filesystem"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2290",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_same_filesystem"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1882",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_move_or_copy_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2301",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_move_or_copy_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L336",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_move_or_copy_file",
"target": "breadarrd_src_importer_mod_copy_via_temp_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3227",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_move_or_copy_file_moves_the_source_out",
"target": "breadarrd_src_importer_mod_move_or_copy_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3206",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_copy_via_temp_file_writes_through_a_part_file_and_renames_into_place",
"target": "breadarrd_src_importer_mod_copy_via_temp_file"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_importstats"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_importstats"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1426",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_update_grab_progress"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3048",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_progress_advancing_resets_the_stall_clock",
"target": "breadarrd_src_importer_mod_update_grab_progress"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3055",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_update_grab_progress_ignores_a_non_increasing_value",
"target": "breadarrd_src_importer_mod_update_grab_progress"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1427",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_grab_is_stalled"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1418",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_grab_missing_past_grace"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1482",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_record_import_error"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3098",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab_reopens_the_release_for_search",
"target": "breadarrd_src_importer_mod_fail_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1419",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_fail_grab"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L532",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_missing_files",
"target": "breadarrd_src_importer_mod_reconcileoutcome"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2725",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_clears_episode_file_rows_whose_path_no_longer_exists",
"target": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2902",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_dry_run_reports_without_writing_anything",
"target": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L581",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_missing_files",
"target": "breadarrd_src_importer_mod_find_by_basename"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L592",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_missing_files",
"target": "breadarrd_src_importer_mod_find_by_stem"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2874",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_refuses_to_clear_an_anomalous_fraction_in_one_pass",
"target": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2833",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_repairs_a_path_whose_extension_changed_from_a_transcode",
"target": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2782",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_repairs_a_path_whose_show_folder_was_renamed_instead_of_clearing_it",
"target": "breadarrd_src_importer_mod_reconcile_missing_files"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L672",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_basename",
"target": "osstr"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L692",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_by_stem",
"target": "osstr"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L782",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files",
"target": "breadarrd_src_importer_mod_relinkcandidate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L844",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_relink_episode_files",
"target": "breadarrd_src_importer_mod_relinkcandidate"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L803",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files",
"target": "breadarrd_src_importer_mod_collect_video_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2988",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_falls_back_to_the_unpadded_season_folder",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2938",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_finds_a_file_with_no_tracked_row",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3019",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_skips_an_ambiguous_match_rather_than_guessing",
"target": "breadarrd_src_importer_mod_find_relinkable_episode_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2944",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_finds_a_file_with_no_tracked_row",
"target": "breadarrd_src_importer_mod_relink_episode_files"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L857",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_relink_episode_files",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L898",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed",
"target": "breadarrd_src_importer_mod_upsert_probe"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2441",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed_does_not_flag_a_wide_aspect_ratio_file_as_under_quality",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2392",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed_flags_a_low_resolution_file_as_under_quality",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1945",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2328",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1144",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_library",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3956",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog_promotes_english_to_default_for_a_flagged_file",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1313",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_one_backlog_file",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2552",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library_confirms_a_genuinely_decodable_file",
"target": "breadarrd_src_importer_mod_ensure_probed"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L942",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probefields",
"target": "breadarrd_src_importer_mod_probefields_from_probe"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L942",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probefields_from_probe",
"target": "breadarrd_src_importer_mod_rs_self"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1191",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library",
"target": "breadarrd_src_importer_mod_record_decode_check"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1946",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_probe_indicates_import_problem"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2329",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_probe_indicates_import_problem"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1129",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_library",
"target": "breadarrd_src_importer_mod_probesweepreport"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2512",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_library_reports_probed_vs_skipped_up_to_date",
"target": "breadarrd_src_importer_mod_probe_library"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1173",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library",
"target": "breadarrd_src_importer_mod_verifylibraryreport"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2554",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library_confirms_a_genuinely_decodable_file",
"target": "breadarrd_src_importer_mod_verify_library"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2608",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library_flags_a_file_that_parses_but_does_not_decode",
"target": "breadarrd_src_importer_mod_verify_library"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2648",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library_skips_files_that_never_even_passed_the_header_probe",
"target": "breadarrd_src_importer_mod_verify_library"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1237",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog",
"target": "breadarrd_src_importer_mod_remuxbacklogreport"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1262",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog",
"target": "breadarrd_src_importer_mod_remux_one_backlog_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3966",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog_promotes_english_to_default_for_a_flagged_file",
"target": "breadarrd_src_importer_mod_remux_backlog"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4015",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog_skips_non_mkv_files",
"target": "breadarrd_src_importer_mod_remux_backlog"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1449",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_remap_path"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1350",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_process_pending_grabs"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "breadarrd_src_importer_mod_rs_jellyfinclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1334",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_run_import_cycle",
"target": "qbitclient"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3493",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_persistently_failing_import_escalates_to_failed_instead_of_retrying_forever",
"target": "breadarrd_src_importer_mod_process_pending_grabs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3436",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_does_not_import_a_torrent_while_it_is_still_being_physically_moved",
"target": "breadarrd_src_importer_mod_process_pending_grabs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1504",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1464",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "breadarrd_src_importer_mod_import_season_pack"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1398",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs",
"target": "torrentinfo"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3374",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_process_pending_grabs_routes_each_grab_by_torrent_state",
"target": "breadarrd_src_importer_mod_process_pending_grabs"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1624",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_importoutcome"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1975",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_maybe_enqueue_transcode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2337",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_maybe_enqueue_transcode"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1617",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_stalefile",
"target": "breadarrd_src_importer_mod_stalefile_restore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L1866",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one",
"target": "breadarrd_src_importer_mod_stalefile_restore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2292",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_stalefile_restore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4345",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_drifted_root_folder_does_not_defeat_the_dest_collision_check",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4152",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_strictly_better_release_replaces_the_existing_file_via_a_real_move",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4248",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_an_upgrade_swap_sweeps_every_duplicate_episode_file_row_not_just_one",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3646",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_enqueues_a_transcode_job_when_transcode_is_enabled",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3727",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_enqueues_an_anime_tagged_transcode_job_for_anime",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3863",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_flags_quality_when_the_real_file_is_under_1080p",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3799",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_places_a_single_episode_grab_under_its_season_subfolder",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3558",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_imports_a_movie_release_with_no_episode_id",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4073",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_refuses_to_overwrite_an_already_imported_higher_scoring_file",
"target": "breadarrd_src_importer_mod_import_one"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2010",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_seasonpackimportoutcome"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2087",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack",
"target": "breadarrd_src_importer_mod_import_season_pack_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4608",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_fails_when_nothing_in_it_matches_a_tracked_episode",
"target": "breadarrd_src_importer_mod_import_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4432",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_imports_every_file_and_marks_episodes_owned",
"target": "breadarrd_src_importer_mod_import_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4567",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_skips_an_upgrade_locked_episode_even_with_a_lower_scoring_existing_release",
"target": "breadarrd_src_importer_mod_import_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4509",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_skips_episodes_that_already_have_a_better_file",
"target": "breadarrd_src_importer_mod_import_season_pack"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2168",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_file",
"target": "breadarrd_src_importer_mod_packfileoutcome"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2439",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed_does_not_flag_a_wide_aspect_ratio_file_as_under_quality",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2390",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed_flags_a_low_resolution_file_as_under_quality",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2479",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_ensure_probed_skips_reprobing_an_unchanged_file",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3634",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_enqueues_a_transcode_job_when_transcode_is_enabled",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3712",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_enqueues_an_anime_tagged_transcode_job_for_anime",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3850",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_one_flags_quality_when_the_real_file_is_under_1080p",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2504",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_probe_library_reports_probed_vs_skipped_up_to_date",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2543",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_verify_library_confirms_a_genuinely_decodable_file",
"target": "breadarrd_src_importer_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3033",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_fresh_grab_is_not_stalled",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3039",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_grab_untouched_past_the_threshold_is_stalled",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3083",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_torrent_missing_past_the_grace_period_is_failed",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3077",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_a_torrent_missing_within_the_grace_period_is_not_yet_failed",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3089",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_fail_grab_reopens_the_release_for_search",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3045",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_progress_advancing_resets_the_stall_clock",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3054",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_update_grab_progress_ignores_a_non_increasing_value",
"target": "breadarrd_src_importer_mod_seeded_release_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2974",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_falls_back_to_the_unpadded_season_folder",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2925",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_finds_a_file_with_no_tracked_row",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3002",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_find_relinkable_episode_files_skips_an_ambiguous_match_rather_than_guessing",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2698",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_clears_episode_file_rows_whose_path_no_longer_exists",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2893",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_dry_run_reports_without_writing_anything",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L2854",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_reconcile_refuses_to_clear_an_anomalous_fraction_in_one_pass",
"target": "breadarrd_src_importer_mod_media_item_with_root"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L3946",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_remux_backlog_promotes_english_to_default_for_a_flagged_file",
"target": "breadarrd_src_importer_mod_generate_dual_audio_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4596",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_fails_when_nothing_in_it_matches_a_tracked_episode",
"target": "breadarrd_src_importer_mod_seeded_season_pack_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4419",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_imports_every_file_and_marks_episodes_owned",
"target": "breadarrd_src_importer_mod_seeded_season_pack_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4535",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_skips_an_upgrade_locked_episode_even_with_a_lower_scoring_existing_release",
"target": "breadarrd_src_importer_mod_seeded_season_pack_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/importer/mod.rs",
"source_location": "L4480",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_importer_mod_import_season_pack_skips_episodes_that_already_have_a_better_file",
"target": "breadarrd_src_importer_mod_seeded_season_pack_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L727",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_backlogcandidate"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1188",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1300",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs_claims_nothing_when_already_at_the_cap"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1329",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs_enforces_live_action_and_anime_caps_independently"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1235",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs_respects_already_running_jobs_as_a_global_cap"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L738",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_claimedjob"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1007",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_effective_parallelism"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1660",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify_anime_pipeline_shrinks_a_bloated_source"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1692",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify_force_reencode_bypasses_the_already_av1_short_circuit"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1631",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_a_mov_text_subtitle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1606",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_attached_cover_art"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1405",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify_skips_a_file_that_is_already_av1"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1496",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encode_and_verify_skips_pre_emptively_when_source_is_already_efficient"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L296",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_encodeoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L568",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_enqueue"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_finalize_job"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L953",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_finalizedjob"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_find_backlog_candidates"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1282",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_find_backlog_candidates_excludes_skipped_jobs"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_find_oversized_av1_candidates"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1536",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_generate_clip_with_attached_pic"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1561",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_generate_clip_with_mov_text_subtitle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1514",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_generate_lossless_test_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1364",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_generate_test_clip"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L473",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_is_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L506",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_is_anime_content"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L496",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_is_anime_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1736",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_is_anime_path_matches_configured_root_folders"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L460",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_is_beneficial"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1460",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_is_beneficial_rejects_growth_and_marginal_shrinkage"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L989",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_live_action_parallelism_for"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1476",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_live_action_parallelism_for_reserves_exactly_what_jellyfin_is_using"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L533",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_reset_orphaned_running_jobs"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L11",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_rs_jellyfinclient"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_run_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1792",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L192",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L102",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_run_pipeline_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1212",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_seed_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L596",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_should_enqueue"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1390",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_should_enqueue_rejects_missing_codec_or_height"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L242",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_subtitle_codec_args"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1585",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_subtitle_codec_args_converts_only_mov_text"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_target_bitrate_kbps"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1753",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_target_bitrate_matches_reference_at_reference_resolution"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1761",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_target_bitrate_scales_down_for_720p"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1771",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_target_bitrate_scales_up_for_1440p"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L283",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_temp_path_for"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1434",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_temp_path_for_is_not_picked_up_by_video_file_scans"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L959",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_transcodecyclestats"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L948",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "breadarrd_src_transcode_mod_transcodeoutcome"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L8",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod",
"target": "mutex"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L373",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_target_bitrate_kbps"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1754",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_matches_reference_at_reference_resolution",
"target": "breadarrd_src_transcode_mod_target_bitrate_kbps"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1762",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_scales_down_for_720p",
"target": "breadarrd_src_transcode_mod_target_bitrate_kbps"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1772",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_scales_up_for_1440p",
"target": "breadarrd_src_transcode_mod_target_bitrate_kbps"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L396",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L102",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L102",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L132",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_live_action",
"target": "breadarrd_src_transcode_mod_subtitle_codec_args"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1536",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_clip_with_attached_pic",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1561",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_clip_with_mov_text_subtitle",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1514",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_lossless_test_clip",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1364",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_test_clip",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L506",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_content",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L496",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_path",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L192",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L283",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_temp_path_for",
"target": "breadarrd_src_transcode_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L568",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_enqueue",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_oversized_av1_candidates",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L473",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L506",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_content",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L533",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_reset_orphaned_running_jobs",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L192",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L387",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L215",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_ffmpeg_encode_anime",
"target": "breadarrd_src_transcode_mod_subtitle_codec_args"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L242",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_subtitle_codec_args",
"target": "breadarrd_src_transcode_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L242",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_subtitle_codec_args",
"target": "breadarrd_src_transcode_mod_rs_vec"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1591",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_subtitle_codec_args_converts_only_mov_text",
"target": "breadarrd_src_transcode_mod_subtitle_codec_args"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs",
"target": "breadarrd_src_transcode_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates",
"target": "breadarrd_src_transcode_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_oversized_av1_candidates",
"target": "breadarrd_src_transcode_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L731",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_backlogcandidate",
"target": "breadarrd_src_transcode_mod_rs_string"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L384",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_temp_path_for"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L545",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_reset_orphaned_running_jobs",
"target": "breadarrd_src_transcode_mod_temp_path_for"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L283",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_temp_path_for",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1436",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_temp_path_for_is_not_picked_up_by_video_file_scans",
"target": "breadarrd_src_transcode_mod_temp_path_for"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L741",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claimedjob",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L304",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encodeoutcome",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1536",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_clip_with_attached_pic",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1561",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_clip_with_mov_text_subtitle",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1514",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_lossless_test_clip",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1364",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_generate_test_clip",
"target": "breadarrd_src_transcode_mod_rs_pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_encodeoutcome"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "breadarrd_src_transcode_mod_encodeoutcome"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L446",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_is_beneficial"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L340",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1670",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_anime_pipeline_shrinks_a_bloated_source",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1709",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_force_reencode_bypasses_the_already_av1_short_circuit",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1641",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_a_mov_text_subtitle",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1616",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_attached_cover_art",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1414",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_skips_a_file_that_is_already_av1",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1505",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_skips_pre_emptively_when_source_is_already_efficient",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1140",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_encode_and_verify"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L731",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_backlogcandidate",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L744",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claimedjob",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1007",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_effective_parallelism",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L568",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_enqueue",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L596",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_should_enqueue",
"target": "breadarrd_src_transcode_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L473",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L515",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_content",
"target": "breadarrd_src_transcode_mod_is_anime"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L568",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_enqueue",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_oversized_av1_candidates",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L506",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_content",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L533",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_reset_orphaned_running_jobs",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1212",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_seed_file",
"target": "breadarrd_src_transcode_mod_rs_connection"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L663",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates",
"target": "breadarrd_src_transcode_mod_is_anime_path"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L717",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_oversized_av1_candidates",
"target": "breadarrd_src_transcode_mod_is_anime_path"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L512",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_content",
"target": "breadarrd_src_transcode_mod_is_anime_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L636",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates",
"target": "breadarrd_src_transcode_mod_backlogcandidate"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1292",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates_excludes_skipped_jobs",
"target": "breadarrd_src_transcode_mod_find_backlog_candidates"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L686",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_oversized_av1_candidates",
"target": "breadarrd_src_transcode_mod_backlogcandidate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs",
"target": "breadarrd_src_transcode_mod_claimedjob"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "breadarrd_src_transcode_mod_claimedjob"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L778",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs",
"target": "mutex"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1320",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs_claims_nothing_when_already_at_the_cap",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1357",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs_enforces_live_action_and_anime_caps_independently",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1266",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs_respects_already_running_jobs_as_a_global_cap",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1125",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_claim_pending_jobs"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L12",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "mutex"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L30",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "mutex"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "mutex"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "mutex"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "mutex"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L859",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalize_job",
"target": "breadarrd_src_transcode_mod_finalizedjob"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1164",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_finalize_job"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L955",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_finalizedjob",
"target": "breadarrd_src_transcode_mod_transcodeoutcome"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarrd_src_transcode_mod_transcodecyclestats"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_transcodecyclestats"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L968",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_transcodecyclestats",
"target": "breadarrd_src_transcode_mod_transcodecyclestats_merge"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1062",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarrd_src_transcode_mod_transcodecyclestats_merge"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L968",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_transcodecyclestats_merge",
"target": "breadarrd_src_transcode_mod_rs_self"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1013",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_effective_parallelism",
"target": "breadarrd_src_transcode_mod_live_action_parallelism_for"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1007",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_effective_parallelism",
"target": "breadarrd_src_transcode_mod_rs_jellyfinclient"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1111",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_effective_parallelism"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1045",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle",
"target": "breadarrd_src_transcode_mod_rs_jellyfinclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1099",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_pipeline_cycle",
"target": "breadarrd_src_transcode_mod_rs_jellyfinclient"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1847",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order",
"target": "breadarrd_src_transcode_mod_run_cycle"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1668",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_anime_pipeline_shrinks_a_bloated_source",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1709",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_force_reencode_bypasses_the_already_av1_short_circuit",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1639",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_a_mov_text_subtitle",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1614",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_attached_cover_art",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1414",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_skips_a_file_that_is_already_av1",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1505",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_skips_pre_emptively_when_source_is_already_efficient",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1292",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates_excludes_skipped_jobs",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1737",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_is_anime_path_matches_configured_root_folders",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1845",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1391",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_should_enqueue_rejects_missing_codec_or_height",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1754",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_matches_reference_at_reference_resolution",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1762",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_scales_down_for_720p",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1772",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_target_bitrate_scales_up_for_1440p",
"target": "breadarrd_src_transcode_mod_cfg"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1304",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs_claims_nothing_when_already_at_the_cap",
"target": "breadarrd_src_transcode_mod_seed_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1333",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs_enforces_live_action_and_anime_caps_independently",
"target": "breadarrd_src_transcode_mod_seed_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1239",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_claim_pending_jobs_respects_already_running_jobs_as_a_global_cap",
"target": "breadarrd_src_transcode_mod_seed_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1285",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_find_backlog_candidates_excludes_skipped_jobs",
"target": "breadarrd_src_transcode_mod_seed_file"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1411",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_skips_a_file_that_is_already_av1",
"target": "breadarrd_src_transcode_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1502",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_skips_pre_emptively_when_source_is_already_efficient",
"target": "breadarrd_src_transcode_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1806",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order",
"target": "breadarrd_src_transcode_mod_generate_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1666",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_anime_pipeline_shrinks_a_bloated_source",
"target": "breadarrd_src_transcode_mod_generate_lossless_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1801",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_run_cycle_attributes_each_result_to_the_correct_job_even_out_of_claim_order",
"target": "breadarrd_src_transcode_mod_generate_lossless_test_clip"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1612",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_attached_cover_art",
"target": "breadarrd_src_transcode_mod_generate_clip_with_attached_pic"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/transcode/mod.rs",
"source_location": "L1637",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_transcode_mod_encode_and_verify_handles_a_source_with_a_mov_text_subtitle",
"target": "breadarrd_src_transcode_mod_generate_clip_with_mov_text_subtitle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_backgroundrequest"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L125",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_constant_time_eq"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L202",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_constant_time_eq_matches_identical_strings"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L212",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_constant_time_eq_rejects_different_lengths"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L207",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_constant_time_eq_rejects_different_strings_of_the_same_length"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L217",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_constant_time_eq_treats_empty_strings_as_equal"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L90",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_cyclerecord"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_cyclestatus"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_require_api_token"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_router"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L11",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_rs_connection"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L16",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_api_mod_rs_qbitclient"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L17",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "breadarrd_src_scheduler_searchcyclestats"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L8",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "response"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L6",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "statuscode"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L14",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "tmdbclient"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L15",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod",
"target": "tvdbclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L40",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "breadarrd_src_api_mod_backgroundrequest"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L30",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "breadarrd_src_api_mod_cyclestatus"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L25",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "breadarrd_src_api_mod_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L40",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "breadarrd_src_api_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L28",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "breadarrd_src_api_mod_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L29",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "breadarrd_src_api_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L40",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "sender"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L27",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "tmdbclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L26",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_appstate",
"target": "tvdbclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_require_api_token",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L133",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_router",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L6",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_reject",
"target": "breadarrd_src_api_mod_appstate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L61",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "breadarrd_src_api_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L81",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_cyclestatus",
"target": "breadarrd_src_api_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L65",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "breadarrd_src_api_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L93",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_cyclerecord",
"target": "breadarrd_src_api_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L66",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "sender"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L55",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "breadarrd_src_api_mod_rs_releasecandidate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L66",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "breadarrd_src_api_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L55",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "breadarrd_src_api_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L50",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_backgroundrequest",
"target": "breadarrd_src_scheduler_searchcyclestats"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L81",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_cyclestatus",
"target": "breadarrd_src_api_mod_cyclerecord"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L91",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_cyclerecord",
"target": "datetime"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L91",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_cyclerecord",
"target": "utc"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L112",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_require_api_token",
"target": "breadarrd_src_api_mod_constant_time_eq"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_require_api_token",
"target": "breadarrd_src_api_mod_rs_state"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_require_api_token",
"target": "next"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_require_api_token",
"target": "request"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/mod.rs",
"source_location": "L103",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_mod_require_api_token",
"target": "response"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "breadarrd_src_api_routes_review_approve"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L117",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "breadarrd_src_api_routes_review_internal"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "breadarrd_src_api_routes_review_list"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "breadarrd_src_api_routes_review_reject"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L7",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "breadarrd_src_scheduler"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L3",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "json"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L4",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "reviewqueueentry"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review",
"target": "statuscode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "breadarrd_src_api_routes_review_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "breadarrd_src_api_routes_review_rs_state"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "breadarrd_src_api_routes_review_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "breadarrd_src_api_routes_review_rs_vec"
},
{
"relation": "references",
"context": "generic_arg",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "json"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "reviewqueueentry"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_list",
"target": "statuscode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "breadarrd_src_api_routes_review_rs_state"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_reject",
"target": "breadarrd_src_api_routes_review_rs_state"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "breadarrd_src_api_routes_review_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_reject",
"target": "breadarrd_src_api_routes_review_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "statuscode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L117",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_internal",
"target": "statuscode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_reject",
"target": "statuscode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "breadarrd_src_api_routes_review_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L117",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_internal",
"target": "breadarrd_src_api_routes_review_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_reject",
"target": "breadarrd_src_api_routes_review_rs_string"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L90",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "breadarrd_src_api_routes_review_internal"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L38",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_approve",
"target": "breadarrd_src_api_routes_review_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L108",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_reject",
"target": "breadarrd_src_api_routes_review_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/api/routes/review.rs",
"source_location": "L117",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_api_routes_review_internal",
"target": "e"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_download"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L303",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_empty_input_has_zero_overlap"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_ensure_model"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L276",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_identical_titles_fully_overlap"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_matchcandidate"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_matchoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L246",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_queue_for_review"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L4",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_rs_path"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L308",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_shared_particle_alone_is_not_real_overlap"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L281",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_short_alias_contained_in_longer_title_fully_overlaps"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L86",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_titlematcher"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L224",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_token_overlap_ratio"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L291",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "breadarrd_src_matcher_mod_unrelated_titles_have_no_overlap"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L3",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod",
"target": "hashmap"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_ensure_model",
"target": "breadarrd_src_matcher_mod_download"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L26",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_ensure_model",
"target": "breadarrd_src_matcher_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L26",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_ensure_model",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L26",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_ensure_model",
"target": "pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L92",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_load",
"target": "breadarrd_src_matcher_mod_rs_path"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L44",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_download",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L246",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_queue_for_review",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L136",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_best_match_index",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_embed_cached",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L121",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_embed_query",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L92",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_load",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L156",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_match_title",
"target": "breadarrd_src_matcher_mod_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L44",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_download",
"target": "pathbuf"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L75",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_matchcandidate",
"target": "breadarrd_src_matcher_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L82",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_matchoutcome",
"target": "breadarrd_src_matcher_mod_matchcandidate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L246",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_queue_for_review",
"target": "breadarrd_src_matcher_mod_matchcandidate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L88",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L136",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_best_match_index",
"target": "breadarrd_src_matcher_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L156",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_match_title",
"target": "breadarrd_src_matcher_mod_matchoutcome"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L88",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_rs_vec"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L136",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_titlematcher_best_match_index"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_titlematcher_embed_cached"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L121",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_titlematcher_embed_query"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L92",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_titlematcher_load"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L156",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "breadarrd_src_matcher_mod_titlematcher_match_title"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L88",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "hashmap"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L87",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher",
"target": "ortembedder"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_matcher_mod_titlematcher"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_matcher_mod_titlematcher"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_matcher_mod_titlematcher"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_matcher_mod_titlematcher"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_matcher_mod_titlematcher"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_embed_cached",
"target": "breadarrd_src_matcher_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L121",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_embed_query",
"target": "breadarrd_src_matcher_mod_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L92",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_load",
"target": "breadarrd_src_matcher_mod_rs_self"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L144",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_best_match_index",
"target": "breadarrd_src_matcher_mod_titlematcher_embed_cached"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L171",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_match_title",
"target": "breadarrd_src_matcher_mod_titlematcher_embed_cached"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L141",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_best_match_index",
"target": "breadarrd_src_matcher_mod_titlematcher_embed_query"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L157",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_match_title",
"target": "breadarrd_src_matcher_mod_titlematcher_embed_query"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L136",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_best_match_index",
"target": "breadarrd_src_matcher_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L246",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_queue_for_review",
"target": "breadarrd_src_matcher_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L156",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_match_title",
"target": "breadarrd_src_matcher_mod_rs_connection"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L199",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_titlematcher_match_title",
"target": "breadarrd_src_matcher_mod_token_overlap_ratio"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L246",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_queue_for_review",
"target": "breadarrd_src_matcher_mod_rs_connection"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L286",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_short_alias_contained_in_longer_title_fully_overlaps",
"target": "breadarrd_src_matcher_mod_token_overlap_ratio"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/matcher/mod.rs",
"source_location": "L295",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_matcher_mod_unrelated_titles_have_no_overlap",
"target": "breadarrd_src_matcher_mod_token_overlap_ratio"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L231",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_a_genuine_season_only_pack_with_no_dash_episode_still_has_no_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L358",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_brackets_still_take_priority_over_a_coincidental_bare_year"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_codec"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L349",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_does_not_mistake_a_year_titled_movie_for_a_bare_year"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L248",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_does_not_mistake_a_yyyy_mm_dd_date_for_an_episode_range"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L279",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_does_not_panic_on_real_corpus"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L364",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_does_not_panic_on_unparsable_manga_release"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L336",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_extracts_a_bare_year_from_a_scene_style_movie_name"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parsedrelease"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L221",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_a_season_marker_followed_by_a_dash_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L156",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_erai_raws_bracket_quality_block"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L166",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_lolihouse_webrip_hevc_10bit"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L176",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_season_pack_no_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L185",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_season_pack_shapes_without_literal_parens"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L124",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_standard_sxxexx_with_group_and_quality_chain"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L145",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_subsplease_dash_episode_with_group_and_hash"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L135",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_sxxexx_with_a_trailing_fansub_revision_tag"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L257",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_yameii_dash_sxxexx_with_english_dub_tag"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L266",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_parses_year_and_bare_episode_number"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L299",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_refuses_to_resolve_a_bracketed_batch_range_to_one_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L308",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_refuses_to_resolve_a_dash_prefixed_batch_range_to_one_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L317",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_refuses_to_resolve_an_sxxexx_range_to_one_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L327",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_single_episode_dash_titles_are_unaffected_by_range_detection"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod",
"target": "breadarrd_src_parser_mod_source"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L32",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parsedrelease",
"target": "breadarrd_src_parser_mod_source"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L155",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_source",
"target": "breadarrd_src_parser_mod_source"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L33",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parsedrelease",
"target": "breadarrd_src_parser_mod_codec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L168",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_codec",
"target": "breadarrd_src_parser_mod_codec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L39",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parse",
"target": "breadarrd_src_parser_mod_parsedrelease"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L35",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parsedrelease",
"target": "breadarrd_src_parser_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L35",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parsedrelease",
"target": "breadarrd_src_parser_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L113",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_looks_like_episode",
"target": "breadarrd_src_parser_mod_parsedrelease"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L122",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_looks_like_season_pack",
"target": "breadarrd_src_parser_mod_parsedrelease"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L258",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_resolve_episode",
"target": "breadarrd_src_parser_mod_parsedrelease"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L232",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_a_genuine_season_only_pack_with_no_dash_episode_still_has_no_episode",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L359",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_brackets_still_take_priority_over_a_coincidental_bare_year",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L353",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_does_not_mistake_a_year_titled_movie_for_a_bare_year",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L251",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_does_not_mistake_a_yyyy_mm_dd_date_for_an_episode_range",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L282",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_does_not_panic_on_real_corpus",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L367",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_does_not_panic_on_unparsable_manga_release",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L341",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_extracts_a_bare_year_from_a_scene_style_movie_name",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L222",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_a_season_marker_followed_by_a_dash_episode",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L157",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_erai_raws_bracket_quality_block",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L167",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_lolihouse_webrip_hevc_10bit",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L177",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_season_pack_no_episode",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L125",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_standard_sxxexx_with_group_and_quality_chain",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L146",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_subsplease_dash_episode_with_group_and_hash",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L139",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_sxxexx_with_a_trailing_fansub_revision_tag",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L258",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_yameii_dash_sxxexx_with_english_dub_tag",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L267",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_parses_year_and_bare_episode_number",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L302",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_refuses_to_resolve_a_bracketed_batch_range_to_one_episode",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L311",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_refuses_to_resolve_a_dash_prefixed_batch_range_to_one_episode",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L320",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_refuses_to_resolve_an_sxxexx_range_to_one_episode",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/mod.rs",
"source_location": "L330",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_mod_single_episode_dash_titles_are_unaffected_by_range_detection",
"target": "breadarrd_src_parser_mod_parse"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L278",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_derive_title"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L180",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_bit_depth"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L168",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_codec"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L142",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_container"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L220",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_episode_info"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L136",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_group"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L146",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_resolution"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L155",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_source"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L184",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_extract_year"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L209",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_find_real_dash_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L266",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_first_quality_marker"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L109",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_looks_like_episode_range"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L105",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens",
"target": "breadarrd_src_parser_tokens_overlaps_a_date"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L212",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_find_real_dash_episode",
"target": "breadarrd_src_parser_tokens_overlaps_a_date"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L121",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_looks_like_episode_range",
"target": "breadarrd_src_parser_tokens_overlaps_a_date"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L221",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_episode_info",
"target": "breadarrd_src_parser_tokens_looks_like_episode_range"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L136",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_group",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L136",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_group",
"target": "breadarrd_src_parser_tokens_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L180",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_bit_depth",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L168",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_codec",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L142",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_container",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L220",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_episode_info",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L146",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_resolution",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L155",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_source",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L184",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_year",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L209",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_find_real_dash_episode",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L266",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_first_quality_marker",
"target": "breadarrd_src_parser_tokens_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L278",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_derive_title",
"target": "breadarrd_src_parser_tokens_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L142",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_container",
"target": "breadarrd_src_parser_tokens_rs_string"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L251",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_episode_info",
"target": "breadarrd_src_parser_tokens_find_real_dash_episode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L209",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_find_real_dash_episode",
"target": "captures"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/parser/tokens.rs",
"source_location": "L230",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_parser_tokens_extract_episode_info",
"target": "breadarrd_src_parser_tokens_first_quality_marker"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2600",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_a_second_prepare_call_on_an_already_claimed_review_sees_not_pending"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2047",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_approvalprep"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L366",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_best_existing_movie_score"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L357",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_best_existing_score"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L381",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_best_existing_season_pack_score"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L947",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_build_movie_query"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2959",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_build_movie_query_appends_year_when_known"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L938",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_build_tv_query"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2939",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_build_tv_query_formats_season_episode_for_x1337"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2947",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_build_tv_query_is_title_only_for_tpb"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3185",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L333",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2855",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season_counts_correctly"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2497",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_does_not_find_an_unmonitored_or_already_have_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L988",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3115",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_excludes_owned_movies_includes_missing"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3079",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_excludes_unaired_inflight_and_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1516",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3099",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item_routes_anime_movie_via_tmdb_table"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3225",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_prioritizes_never_searched_first"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3152",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_respects_budget"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3129",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_search_targets_routes_anime_movies_to_nyaa_search"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1167",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2382",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets_excludes_an_upgrade_locked_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2364",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets_prioritizes_a_probe_flagged_episode_over_a_clean_one"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2372",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets_returns_both_when_budget_allows"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_execute_search_targets"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_fetch_candidates"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2188",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_finalize_review_approval"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L277",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_find_episode_id"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2887",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_find_episode_id_ignores_monitored_and_has_file_state"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1589",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_find_media_item_id_by_title"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L311",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_find_monitored_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2747",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_find_monitored_episode_ignores_has_file_but_still_requires_monitored"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L292",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_find_monitored_missing_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2303",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_finds_a_monitored_missing_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_get_media_item"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2011",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_get_review_row"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L695",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_grab_and_capture_hash"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1938",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_grab_candidate"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_grab_prepared_approval"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L754",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_grabcyclestats"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L351",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_infer_has_english_audio"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2271",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_infers_english_audio_present_by_default"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2278",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_infers_no_english_audio_for_vostfr"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2481",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_insert_pending_review"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L243",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_is_anime"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L458",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_is_seen"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L93",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2560",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_load_quality_profile_applies_a_stored_override"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2551",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_load_quality_profile_uses_defaults_for_the_seeded_empty_weights_row"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2774",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_episode_detects_any_episode_marker"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L147",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_non_video_format"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2903",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_non_video_format_catches_common_ebook_and_comic_markers"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L122",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2787",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_season_pack_detects_batch_releases"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2797",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_looks_like_season_pack_is_false_for_a_single_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L467",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_mark_seen"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L62",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_mediaitemrow"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2665",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_does_not_need_grab_once_it_has_a_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2657",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_does_not_need_grab_when_unmonitored"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2677",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_does_not_need_grab_while_a_release_is_in_flight"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L210",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_eligible_for_upgrade"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2708",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_once_upgrade_locked"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2722",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_when_unmonitored"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2730",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_while_a_release_is_in_flight"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2694",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_true_once_it_already_has_a_file"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L180",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_needs_grab"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2574",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_needs_grab_when_monitored_and_missing"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L167",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_year_mismatch"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2922",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_movie_year_mismatch_rejects_far_apart_years_only"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L903",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_passes_relevance_filter"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2061",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_prepare_review_approval"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2028",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_preparedapproval"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2580",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_prepares_a_movie_review_approval_with_no_episode_id"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_process_item"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_processoutcome"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L415",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_grab"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2448",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_grab_still_logs_to_torrent_fetch_when_hash_capture_failed"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2398",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_grab_writes_both_a_release_row_and_a_torrent_fetch_audit_row"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1324",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_search_attempt"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3159",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_search_attempt_is_due_again_only_after_cadence_elapses"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3208",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_search_attempt_upserts_rather_than_duplicating"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1415",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_target_attempt"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1370",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_record_upgrade_attempt"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2223",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_reject_review"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2635",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_rejects_a_movie_review_whose_title_looks_like_an_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2646",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_rejects_a_movie_review_with_a_mismatched_year"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2166",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_release_review_claim"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2617",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_release_review_claim_reverts_a_claimed_row_back_to_pending"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L132",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_release_sort_key"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2831",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_release_sort_key_falls_back_to_seeders_within_the_same_group"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2807",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_release_sort_key_prefers_a_season_pack_over_a_higher_seeded_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3273",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_relevance_filter_accepts_a_genuine_match"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3282",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_relevance_filter_lets_everything_through_for_titles_with_no_significant_words"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3260",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_relevance_filter_rejects_titles_missing_a_significant_word"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L258",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_resolve_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2524",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_resolves_absolute_episode_via_anime_map"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2514",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_resolves_direct_season_episode_without_anime_map"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2003",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_reviewqueuerow"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L7",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_run_grab_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_run_search_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_run_upgrade_cycle"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L913",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_sanitize_query_text"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2931",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_sanitize_query_text_strips_punctuation"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2967",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1423",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_searchcyclestats"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L846",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_searchroute"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L859",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_searchtarget"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2284",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2538",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2313",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_seeded_upgrade_conn_with_one_flagged_episode"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L403",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_grab"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2266",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_grab_repack_even_below_the_minimum_gain_threshold"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2252",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_grab_repack_even_if_not_higher_scored"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2236",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_grab_when_nothing_exists_yet"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2241",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_grab_when_strictly_better_score"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2258",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_not_grab_when_score_gain_is_below_the_minimum_threshold"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2246",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_should_not_grab_when_worse_or_equal_score"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L888",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_significant_words"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3252",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_significant_words_drops_short_and_punctuation_only_tokens"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1813",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler",
"target": "breadarrd_src_scheduler_source_route_name"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_processoutcome"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L20",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_processoutcome",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L27",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_processoutcome",
"target": "rejectreason"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L366",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_movie_score",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L357",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_score",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L381",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_season_pack_score",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L947",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_build_movie_query",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2188",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finalize_review_approval",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L277",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_episode_id",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1589",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_media_item_id_by_title",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L311",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_monitored_episode",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L292",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_monitored_missing_episode",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L695",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_and_capture_hash",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1938",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_prepared_approval",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L66",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_mediaitemrow",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L167",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_year_mismatch",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2034",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_preparedapproval",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L415",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1324",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1370",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_upgrade_attempt",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L258",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_resolve_episode",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2007",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_reviewqueuerow",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L885",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_searchtarget",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L403",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_should_grab",
"target": "breadarrd_src_scheduler_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L70",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_get_media_item",
"target": "breadarrd_src_scheduler_mediaitemrow"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L64",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_mediaitemrow",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L947",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_build_movie_query",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L938",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_build_tv_query",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L695",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_and_capture_hash",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_prepared_approval",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L903",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_passes_relevance_filter",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2037",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_preparedapproval",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2008",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_reviewqueuerow",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L913",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_sanitize_query_text",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L878",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_searchtarget",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L888",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_significant_words",
"target": "breadarrd_src_scheduler_rs_string"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1854",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_get_media_item"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L70",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_get_media_item",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L70",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_get_media_item",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1950",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_get_media_item"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2072",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_get_media_item"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L498",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_get_media_item"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L366",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_movie_score",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L357",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_score",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L381",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_season_pack_score",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L333",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L988",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1516",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1167",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2188",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finalize_review_approval",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L277",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_episode_id",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1589",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_media_item_id_by_title",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L311",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_monitored_episode",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L292",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_monitored_missing_episode",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2011",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_get_review_row",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1938",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2481",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_insert_pending_review",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L243",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_is_anime",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L458",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_is_seen",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L93",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L467",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_mark_seen",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L210",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_eligible_for_upgrade",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L180",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_needs_grab",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2061",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L415",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1324",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1415",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_target_attempt",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1370",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_upgrade_attempt",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2223",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_reject_review",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2166",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_review_claim",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L258",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_resolve_episode",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2967",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_search_enumeration_conn",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2284",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_seeded_conn",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2538",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_seeded_movie_conn",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2313",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_seeded_upgrade_conn_with_one_flagged_episode",
"target": "breadarrd_src_scheduler_rs_connection"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L366",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_movie_score",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L357",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_score",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L381",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_best_existing_season_pack_score",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L333",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L988",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1516",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1167",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2188",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finalize_review_approval",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L277",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_episode_id",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1589",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_media_item_id_by_title",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L311",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_monitored_episode",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L292",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_monitored_missing_episode",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2011",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_get_review_row",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L695",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_and_capture_hash",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1938",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_prepared_approval",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L243",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_is_anime",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L458",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_is_seen",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L93",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L467",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_mark_seen",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L210",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_eligible_for_upgrade",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L180",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_needs_grab",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2061",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L415",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1324",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1415",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_target_attempt",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1370",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_upgrade_attempt",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2223",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_reject_review",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2166",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_review_claim",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L258",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_resolve_episode",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_scheduler_rs_result"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1864",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1956",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L93",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile",
"target": "profilekind"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L93",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile",
"target": "qualityprofile"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2567",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile_applies_a_stored_override",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2554",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile_uses_defaults_for_the_seeded_empty_weights_row",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2112",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L561",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_load_quality_profile"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2079",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_looks_like_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L517",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_looks_like_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1883",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1957",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2088",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L530",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_sort_key",
"target": "breadarrd_src_scheduler_looks_like_season_pack"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L132",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_sort_key",
"target": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"relation": "references",
"context": "return_type",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L132",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_sort_key",
"target": "reverse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1867",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "reverse"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L486",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_looks_like_non_video_format"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2082",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_movie_year_mismatch"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L520",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_movie_year_mismatch"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2085",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_movie_needs_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L525",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_movie_needs_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L524",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_movie_eligible_for_upgrade"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1856",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_is_anime"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L553",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_is_anime"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2097",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_resolve_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L539",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_resolve_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2305",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finds_a_monitored_missing_episode",
"target": "breadarrd_src_scheduler_find_monitored_missing_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2100",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_find_monitored_missing_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L544",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_find_monitored_missing_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L543",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_find_monitored_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2092",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L534",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1888",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_infer_has_english_audio"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L567",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_infer_has_english_audio"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L599",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_best_existing_score"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L601",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_best_existing_movie_score"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L600",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_best_existing_season_pack_score"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L604",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_should_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2203",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finalize_review_approval",
"target": "breadarrd_src_scheduler_record_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1986",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_record_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L628",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_record_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2456",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab_still_logs_to_torrent_fetch_when_hash_capture_failed",
"target": "breadarrd_src_scheduler_record_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2406",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab_writes_both_a_release_row_and_a_torrent_fetch_audit_row",
"target": "breadarrd_src_scheduler_record_grab"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1727",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_is_seen"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L777",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_is_seen"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1759",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_mark_seen"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L805",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_mark_seen"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1738",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_process_item"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L613",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_grab_and_capture_hash"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L476",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_process_item",
"target": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L792",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_process_item"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L695",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_and_capture_hash",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1938",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_prepared_approval",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_scheduler_rs_qbitclient"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1974",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_candidate",
"target": "breadarrd_src_scheduler_grab_and_capture_hash"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2181",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_prepared_approval",
"target": "breadarrd_src_scheduler_grab_and_capture_hash"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_scheduler_grabcyclestats"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L762",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_grab_cycle",
"target": "breadarrd_src_sources_mod_releasesource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L938",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_build_tv_query",
"target": "breadarrd_src_scheduler_searchroute"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L868",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_searchtarget",
"target": "breadarrd_src_scheduler_searchroute"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1813",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_source_route_name",
"target": "breadarrd_src_scheduler_searchroute"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L988",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_searchtarget"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1516",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item",
"target": "breadarrd_src_scheduler_searchtarget"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1167",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_searchtarget"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_searchtarget"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1415",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_target_attempt",
"target": "breadarrd_src_scheduler_searchtarget"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L878",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_searchtarget",
"target": "breadarrd_src_scheduler_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L988",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1516",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item",
"target": "breadarrd_src_scheduler_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1167",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L888",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_significant_words",
"target": "breadarrd_src_scheduler_rs_vec"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1047",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_significant_words"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1582",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item",
"target": "breadarrd_src_scheduler_significant_words"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1232",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_significant_words"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3274",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_relevance_filter_accepts_a_genuine_match",
"target": "breadarrd_src_scheduler_significant_words"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3261",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_relevance_filter_rejects_titles_missing_a_significant_word",
"target": "breadarrd_src_scheduler_significant_words"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1708",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_passes_relevance_filter"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1871",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_passes_relevance_filter"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L950",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_build_movie_query",
"target": "breadarrd_src_scheduler_sanitize_query_text"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L940",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_build_tv_query",
"target": "breadarrd_src_scheduler_sanitize_query_text"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1046",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_build_tv_query"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1581",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item",
"target": "breadarrd_src_scheduler_build_tv_query"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1231",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_build_tv_query"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1110",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets",
"target": "breadarrd_src_scheduler_build_movie_query"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1301",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets",
"target": "breadarrd_src_scheduler_build_movie_query"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3199",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3117",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_excludes_owned_movies_includes_missing",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3081",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_excludes_unaired_inflight_and_anime",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3236",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_prioritizes_never_searched_first",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3154",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_respects_budget",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3131",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_routes_anime_movies_to_nyaa_search",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3165",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt_is_due_again_only_after_cadence_elapses",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1455",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_scheduler_enumerate_search_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2392",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets_excludes_an_upgrade_locked_episode",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2366",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets_prioritizes_a_probe_flagged_episode_over_a_clean_one",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2374",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets_returns_both_when_budget_allows",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1492",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_scheduler_enumerate_upgrade_targets"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3193",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing",
"target": "breadarrd_src_scheduler_record_search_attempt"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3164",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt_is_due_again_only_after_cadence_elapses",
"target": "breadarrd_src_scheduler_record_search_attempt"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3210",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt_upserts_rather_than_duplicating",
"target": "breadarrd_src_scheduler_record_search_attempt"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1418",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_target_attempt",
"target": "breadarrd_src_scheduler_record_search_attempt"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1417",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_target_attempt",
"target": "breadarrd_src_scheduler_record_upgrade_attempt"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1682",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_record_target_attempt"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_scheduler_searchcyclestats"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_scheduler_searchcyclestats"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_scheduler_searchcyclestats"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1456",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_scheduler_execute_search_targets"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_sources_rss_rsssource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "breadarrd_src_sources_tpb_tpbsource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1442",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_search_cycle",
"target": "scrapesource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "scrapesource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "scrapesource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "scrapesource"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1493",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_scheduler_execute_search_targets"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_sources_rss_rsssource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1478",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_run_upgrade_cycle",
"target": "breadarrd_src_sources_tpb_tpbsource"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3105",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item_routes_anime_movie_via_tmdb_table",
"target": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1842",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_sources_rss_rsssource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1600",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_execute_search_targets",
"target": "breadarrd_src_sources_tpb_tpbsource"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1910",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_source_route_name"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_scheduler_rs_releasecandidate"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_sources_rss_rsssource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L1831",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_fetch_candidates",
"target": "breadarrd_src_sources_tpb_tpbsource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2011",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_get_review_row",
"target": "breadarrd_src_scheduler_reviewqueuerow"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2062",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_get_review_row"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2048",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_approvalprep",
"target": "breadarrd_src_scheduler_preparedapproval"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2188",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finalize_review_approval",
"target": "breadarrd_src_scheduler_preparedapproval"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2176",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_grab_prepared_approval",
"target": "breadarrd_src_scheduler_preparedapproval"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2061",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepare_review_approval",
"target": "breadarrd_src_scheduler_approvalprep"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2584",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepares_a_movie_review_approval_with_no_episode_id",
"target": "breadarrd_src_scheduler_prepare_review_approval"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2625",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_review_claim_reverts_a_claimed_row_back_to_pending",
"target": "breadarrd_src_scheduler_release_review_claim"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2856",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_count_monitored_missing_episodes_in_season_counts_correctly",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2498",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_does_not_find_an_unmonitored_or_already_have_episode",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2888",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_find_episode_id_ignores_monitored_and_has_file_state",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2304",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_finds_a_monitored_missing_episode",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2449",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab_still_logs_to_torrent_fetch_when_hash_capture_failed",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2399",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_grab_writes_both_a_release_row_and_a_torrent_fetch_audit_row",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2525",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_resolves_absolute_episode_via_anime_map",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2515",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_resolves_direct_season_episode_without_anime_map",
"target": "breadarrd_src_scheduler_seeded_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2383",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets_excludes_an_upgrade_locked_episode",
"target": "breadarrd_src_scheduler_seeded_upgrade_conn_with_one_flagged_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2365",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets_prioritizes_a_probe_flagged_episode_over_a_clean_one",
"target": "breadarrd_src_scheduler_seeded_upgrade_conn_with_one_flagged_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2373",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_upgrade_targets_returns_both_when_budget_allows",
"target": "breadarrd_src_scheduler_seeded_upgrade_conn_with_one_flagged_episode"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2602",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_a_second_prepare_call_on_an_already_claimed_review_sees_not_pending",
"target": "breadarrd_src_scheduler_insert_pending_review"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2582",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepares_a_movie_review_approval_with_no_episode_id",
"target": "breadarrd_src_scheduler_insert_pending_review"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2637",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_rejects_a_movie_review_whose_title_looks_like_an_episode",
"target": "breadarrd_src_scheduler_insert_pending_review"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2648",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_rejects_a_movie_review_with_a_mismatched_year",
"target": "breadarrd_src_scheduler_insert_pending_review"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2619",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_review_claim_reverts_a_claimed_row_back_to_pending",
"target": "breadarrd_src_scheduler_insert_pending_review"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2601",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_a_second_prepare_call_on_an_already_claimed_review_sees_not_pending",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2561",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile_applies_a_stored_override",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2552",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_load_quality_profile_uses_defaults_for_the_seeded_empty_weights_row",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2666",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_does_not_need_grab_once_it_has_a_file",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2658",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_does_not_need_grab_when_unmonitored",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2678",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_does_not_need_grab_while_a_release_is_in_flight",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2709",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_once_upgrade_locked",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2723",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_when_unmonitored",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2731",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_false_while_a_release_is_in_flight",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2695",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_eligible_for_upgrade_is_true_once_it_already_has_a_file",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2575",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_movie_needs_grab_when_monitored_and_missing",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2581",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_prepares_a_movie_review_approval_with_no_episode_id",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2636",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_rejects_a_movie_review_whose_title_looks_like_an_episode",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2647",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_rejects_a_movie_review_with_a_mismatched_year",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L2618",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_release_review_claim_reverts_a_claimed_row_back_to_pending",
"target": "breadarrd_src_scheduler_seeded_movie_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3192",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_cadence_stays_backed_off_at_a_high_search_count_instead_of_overflowing",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3116",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_excludes_owned_movies_includes_missing",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3080",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_excludes_unaired_inflight_and_anime",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3100",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_for_media_item_routes_anime_movie_via_tmdb_table",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3226",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_prioritizes_never_searched_first",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3153",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_respects_budget",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3130",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_enumerate_search_targets_routes_anime_movies_to_nyaa_search",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3160",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt_is_due_again_only_after_cadence_elapses",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/scheduler.rs",
"source_location": "L3209",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_scheduler_record_search_attempt_upserts_rather_than_duplicating",
"target": "breadarrd_src_scheduler_search_enumeration_conn"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L46",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_parse_human_size"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L100",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_parses_a_size_with_no_space_before_the_unit"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_parses_gib"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L85",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_parses_mib"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L90",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_rejects_unknown_unit"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_releasesource"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod",
"target": "breadarrd_src_sources_mod_urlencode"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L17",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod_rawreleaseitem",
"target": "breadarrd_src_sources_mod_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L14",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod_rawreleaseitem",
"target": "breadarrd_src_sources_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L88",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parse_nyaa_rss",
"target": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L35",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_fetch",
"target": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L75",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_fetch",
"target": "breadarrd_src_sources_mod_rawreleaseitem"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L28",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod_urlencode",
"target": "breadarrd_src_sources_mod_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/mod.rs",
"source_location": "L46",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_mod_parse_human_size",
"target": "breadarrd_src_sources_mod_rs_option"
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource",
"target": "breadarrd_src_sources_mod_releasesource"
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L74",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource",
"target": "breadarrd_src_sources_mod_releasesource"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_sources_tpb_build_magnet",
"target": "breadarrd_src_sources_mod_urlencode"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "breadarrd_src_sources_rss_accumulate_field",
"target": "breadarrd_src_sources_mod_parse_human_size"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_accumulate_field"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_build_search_url"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L223",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_build_search_url_appends_query_param"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L231",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_build_search_url_handles_a_feed_url_with_no_existing_query_string"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L239",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_build_search_url_is_unchanged_without_a_query"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L60",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_itemfields"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L88",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_parse_nyaa_rss"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L196",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_parses_cdata_wrapped_fields"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L250",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_parses_live_nyaa_feed"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L176",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_parses_nyaa_item_with_custom_fields"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L1",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_rs_result"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss",
"target": "breadarrd_src_sources_rss_rsssource"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L15",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource",
"target": "breadarrd_src_sources_rss_rs_client"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L14",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource",
"target": "breadarrd_src_sources_rss_rs_string"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource",
"target": "breadarrd_src_sources_rss_rsssource_fetch"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource",
"target": "breadarrd_src_sources_rss_rsssource_new"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L45",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_build_search_url",
"target": "breadarrd_src_sources_rss_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L63",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_itemfields",
"target": "breadarrd_src_sources_rss_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L19",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_new",
"target": "breadarrd_src_sources_rss_rs_string"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L92",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parse_nyaa_rss",
"target": "breadarrd_src_sources_rss_rsssource_new"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L251",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parses_live_nyaa_feed",
"target": "breadarrd_src_sources_rss_rsssource_new"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L19",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_new",
"target": "breadarrd_src_sources_rss_rs_into"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L19",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_new",
"target": "breadarrd_src_sources_rss_rs_self"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L252",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parses_live_nyaa_feed",
"target": "breadarrd_src_sources_rss_rsssource_fetch"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_fetch",
"target": "breadarrd_src_sources_rss_build_search_url"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_fetch",
"target": "breadarrd_src_sources_rss_parse_nyaa_rss"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L35",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_fetch",
"target": "breadarrd_src_sources_rss_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L35",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_fetch",
"target": "breadarrd_src_sources_rss_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L35",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_rsssource_fetch",
"target": "breadarrd_src_sources_rss_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L45",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_build_search_url",
"target": "breadarrd_src_sources_rss_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L66",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_itemfields",
"target": "breadarrd_src_sources_rss_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L88",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parse_nyaa_rss",
"target": "breadarrd_src_sources_rss_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L88",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parse_nyaa_rss",
"target": "breadarrd_src_sources_rss_rs_vec"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L76",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_accumulate_field",
"target": "breadarrd_src_sources_rss_itemfields"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parse_nyaa_rss",
"target": "breadarrd_src_sources_rss_accumulate_field"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L211",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parses_cdata_wrapped_fields",
"target": "breadarrd_src_sources_rss_parse_nyaa_rss"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/rss.rs",
"source_location": "L177",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_rss_parses_nyaa_item_with_custom_fields",
"target": "breadarrd_src_sources_rss_parse_nyaa_rss"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_build_magnet"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L125",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_build_magnet_includes_hash_name_and_trackers"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L141",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_filters_out_the_no_results_sentinel"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_is_valid_info_hash"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L156",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_is_valid_info_hash_accepts_both_real_shapes"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L167",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_is_valid_info_hash_rejects_malformed_values"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L132",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_parses_a_real_captured_response"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_tpbresult"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb",
"target": "breadarrd_src_sources_tpb_tpbsource"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L149",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_filters_out_the_no_results_sentinel",
"target": "breadarrd_src_sources_tpb_is_valid_info_hash"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L106",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_fetch",
"target": "breadarrd_src_sources_tpb_is_valid_info_hash"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L28",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource",
"target": "breadarrd_src_sources_tpb_rs_client"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L27",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource",
"target": "breadarrd_src_sources_tpb_rs_string"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L75",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource",
"target": "breadarrd_src_sources_tpb_tpbsource_fetch"
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource",
"target": "breadarrd_src_sources_tpb_tpbsource_new"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L49",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_build_magnet",
"target": "breadarrd_src_sources_tpb_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L38",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbresult",
"target": "breadarrd_src_sources_tpb_rs_string"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L59",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_new",
"target": "breadarrd_src_sources_tpb_rs_string"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L126",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_build_magnet_includes_hash_name_and_trackers",
"target": "breadarrd_src_sources_tpb_build_magnet"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_fetch",
"target": "breadarrd_src_sources_tpb_build_magnet"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L59",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_new",
"target": "breadarrd_src_sources_tpb_rs_into"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L59",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_new",
"target": "breadarrd_src_sources_tpb_rs_self"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L75",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_fetch",
"target": "breadarrd_src_sources_tpb_rs_option"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L75",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_fetch",
"target": "breadarrd_src_sources_tpb_rs_result"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "breadarrd/src/sources/tpb.rs",
"source_location": "L75",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"confidence_score": 1.0,
"source": "breadarrd_src_sources_tpb_tpbsource_fetch",
"target": "breadarrd_src_sources_tpb_rs_vec"
}
],
"hyperedges": [],
"built_at_commit": "d110556a4dbd2099937cd2b73f0fc84e2e18878e"
}