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

1 line
No EOL
14 KiB
JSON

{"nodes": [{"id": "$graphify-root$_breadarrd_src_importer_mkv_rs", "label": "mkv.rs", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "label": "AudioTrack", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L7"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/importer/mkv.rs"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/importer/mkv.rs"}, {"id": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "label": "inspect_audio_tracks()", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L15"}, {"id": "path", "label": "Path", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/importer/mkv.rs"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/importer/mkv.rs"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/importer/mkv.rs"}, {"id": "$graphify-root$_breadarrd_src_importer_mkv_is_english", "label": "is_english()", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L48"}, {"id": "$graphify-root$_breadarrd_src_importer_mkv_has_english_track", "label": "has_english_track()", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L52"}, {"id": "$graphify-root$_breadarrd_src_importer_mkv_default_track_is_english_or_unset", "label": "default_track_is_english_or_unset()", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L60"}, {"id": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "label": "remux_english_default()", "file_type": "code", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L70"}], "edges": [{"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L9", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L15", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L15", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L15", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L15", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "target": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L15", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "$graphify-root$_breadarrd_src_importer_mkv_is_english", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L48", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_is_english", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L48", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "$graphify-root$_breadarrd_src_importer_mkv_has_english_track", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L52", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_has_english_track", "target": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "$graphify-root$_breadarrd_src_importer_mkv_default_track_is_english_or_unset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L60", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_default_track_is_english_or_unset", "target": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_rs", "target": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L70", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "target": "$graphify-root$_breadarrd_src_importer_mkv_audiotrack", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L70", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_has_english_track", "target": "$graphify-root$_breadarrd_src_importer_mkv_is_english", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L53", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_default_track_is_english_or_unset", "target": "$graphify-root$_breadarrd_src_importer_mkv_is_english", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L62", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "target": "$graphify-root$_breadarrd_src_importer_mkv_is_english", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L73", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L16"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "output", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L16"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L16"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L16"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "success", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L22"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L31"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L33"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "as_array", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L33"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L41"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "as_u64", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L41"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "as_str", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L42"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L43"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_inspect_audio_tracks", "callee": "as_bool", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L43"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_has_english_track", "callee": "as_deref", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L53"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_default_track_is_english_or_unset", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L61"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_default_track_is_english_or_unset", "callee": "as_deref", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L62"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L71"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "find", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L71"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "as_deref", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L73"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L78"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L78"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L81"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L81"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "arg", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "output", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_breadarrd_src_importer_mkv_remux_english_default", "callee": "success", "is_member_call": true, "source_file": "breadarrd/src/importer/mkv.rs", "source_location": "L87"}]}