breadarr/graphify-out/cache/ast/v0.9.32/02f9cf7fd775490f6cbd124798c538351a98546723c595a5967978ee7689d4bb.json
2026-08-03 09:35:47 +08:00

1 line
No EOL
21 KiB
JSON

{"nodes": [{"id": "$graphify-root$_breadarrd_src_parser_tokens_rs", "label": "tokens.rs", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "label": "looks_like_episode_range()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L94"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_group", "label": "extract_group()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L105"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/parser/tokens.rs"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/parser/tokens.rs"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_container", "label": "extract_container()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L111"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_resolution", "label": "extract_resolution()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L115"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "label": "extract_source()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L124"}, {"id": "source", "label": "Source", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/parser/tokens.rs"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "label": "extract_codec()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L137"}, {"id": "codec", "label": "Codec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/parser/tokens.rs"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_bit_depth", "label": "extract_bit_depth()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L149"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "label": "extract_year()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L153"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "label": "extract_episode_info()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L172"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "label": "first_quality_marker()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L208"}, {"id": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "label": "derive_title()", "file_type": "code", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L220"}], "edges": [{"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "lazylock", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "regex", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "super", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L94", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L105", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_group", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L105", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_group", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L105", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_container", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L111", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_container", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L111", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_container", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L111", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_resolution", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L115", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_resolution", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L115", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L124", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L124", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "target": "source", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L124", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L137", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L137", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "target": "codec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L137", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_bit_depth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L149", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_bit_depth", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L149", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L153", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L153", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L172", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L172", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L172", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L172", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L208", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L208", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_rs", "target": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L220", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L220", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "target": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L173", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "target": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L182", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "callee": "is_match", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L95"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "callee": "is_match", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L95"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "callee": "is_some_and", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L98"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L98"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L99"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_looks_like_episode_range", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L100"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_group", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L106"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_group", "callee": "trim", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L108"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_container", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L112"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_container", "callee": "to_lowercase", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L112"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_resolution", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_resolution", "callee": "to_lowercase", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L117"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_resolution", "callee": "trim_end_matches", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L121"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "callee": "to_lowercase", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L125"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L125"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "callee": "as_str", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L126"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "callee": "replace", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L128"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_source", "callee": "replace", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L130"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "callee": "replace", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L138"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "callee": "to_lowercase", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L138"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L138"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_codec", "callee": "as_str", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L141"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_bit_depth", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L150"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L154"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "callee": "end", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L155"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L161"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_year", "callee": "end", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L165"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "or_else", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L178"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "and_then", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L178"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L178"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "and_then", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L181"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L181"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L182"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L185"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L190"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L195"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "captures", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L199"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_extract_episode_info", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L204"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "callee": "flatten", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L209"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "callee": "into_iter", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L209"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L210"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L211"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L212"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_first_quality_marker", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L213"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "callee": "trim_end_matches", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L222"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "callee": "trim_end_matches", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L222"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "callee": "trim", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L222"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "callee": "trim", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L226"}, {"caller_nid": "$graphify-root$_breadarrd_src_parser_tokens_derive_title", "callee": "replace_all", "is_member_call": true, "source_file": "breadarrd/src/parser/tokens.rs", "source_location": "L226"}]}