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

1 line
No EOL
55 KiB
JSON

{"nodes": [{"id": "$graphify-root$_breadarr_tui_src_ui_rs", "label": "ui.rs", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw", "label": "draw()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L19"}, {"id": "frame", "label": "Frame", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarr-tui/src/ui.rs"}, {"id": "app", "label": "App", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarr-tui/src/ui.rs"}, {"id": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "label": "context_keybindings()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L53"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarr-tui/src/ui.rs"}, {"id": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "label": "centered_rect()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L98"}, {"id": "rect", "label": "Rect", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarr-tui/src/ui.rs"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "label": "draw_help_overlay()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L109"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "label": "draw_tabs()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L141"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_library", "label": "draw_library()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L186"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "label": "draw_candidates()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L305"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_history", "label": "draw_history()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L353"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_review", "label": "draw_review()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L374"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "label": "draw_stuck()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L416"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_add", "label": "draw_add()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L499"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "label": "draw_calendar()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L544"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "label": "draw_library_health()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L578"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "label": "draw_profiles()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L682"}, {"id": "$graphify-root$_breadarr_tui_src_ui_draw_status", "label": "draw_status()", "file_type": "code", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L737"}], "edges": [{"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "layout", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "style", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "text", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "widgets", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "frame", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "app", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L19", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L19", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L19", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L53", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L53", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L53", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L98", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L98", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L98", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L109", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L109", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L109", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L109", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L141", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L141", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L141", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L141", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_library", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L186", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L186", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L186", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L186", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L305", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L305", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L305", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L305", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_history", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L353", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_history", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L353", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_history", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L353", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_history", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L353", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_review", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L374", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_review", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L374", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_review", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L374", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_review", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L374", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L416", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L416", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L416", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L416", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_add", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L499", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_add", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L499", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_add", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L499", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_add", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L499", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L544", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L544", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L544", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L544", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L578", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L578", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L578", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L578", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L682", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L682", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L682", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L682", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_rs", "target": "$graphify-root$_breadarr_tui_src_ui_draw_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L737", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_status", "target": "frame", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L737", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_status", "target": "rect", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L737", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_status", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L737", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L29", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_library", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L32", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_history", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L33", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_review", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L34", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_add", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L35", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L36", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L37", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L38", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L39", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_status", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L42", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw", "target": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L45", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "target": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L110", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "target": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L131", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_library", "target": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L189", "weight": 1.0}, {"source": "$graphify-root$_breadarr_tui_src_ui_draw_status", "target": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarr-tui/src/ui.rs", "source_location": "L741", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw", "callee": "split", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L20"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw", "callee": "constraints", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L20"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw", "callee": "direction", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L20"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw", "callee": "area", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L27"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw", "callee": "area", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L45"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "callee": "is_some", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L58"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_context_keybindings", "callee": "is_some", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L79"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "callee": "saturating_sub", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L102"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_centered_rect", "callee": "saturating_sub", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "into_iter", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L110"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L122"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "extend", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L124"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L132"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L133"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L134"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L134"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_help_overlay", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L138"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L142"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L143"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "position", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L143"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "flatten", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L150"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "into_iter", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L150"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L172"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "select", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L172"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L172"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L173"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L173"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L175"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L179"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L179"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_tabs", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L183"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L204"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "as_deref", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L204"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L226"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L226"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L227"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L227"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L232"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L234"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L273"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L289"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L289"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L290"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L290"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L297"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L299"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L307"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L308"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L308"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L312"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "unwrap_or_else", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L320"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "unwrap_or_else", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L324"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L344"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L344"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L345"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L345"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L348"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_candidates", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L350"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_history", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L367"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_history", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L367"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_history", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L368"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_history", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L368"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_history", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L369"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_history", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L371"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_review", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L396"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_review", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L396"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_review", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L398"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_review", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L398"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_review", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L402"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_review", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L404"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L418"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L419"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L419"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L423"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "split", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L427"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "constraints", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L427"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "direction", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L427"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L443"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L447"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L447"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L449"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "border_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L449"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L449"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L451"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L458"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L460"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L483"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L487"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L487"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L489"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "border_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L489"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L489"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L491"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L494"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_stuck", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L496"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "split", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L500"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "constraints", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L500"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "direction", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L500"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L506"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L509"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L509"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "as_str", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L509"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L512"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L512"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L516"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L530"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L530"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L532"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L532"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L536"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_add", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L538"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "date_naive", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L545"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "as_str", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L554"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "as_str", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L554"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L559"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "as_deref", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L559"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L566"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L567"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L567"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_calendar", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L571"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L580"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L581"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L581"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L585"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "split", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L589"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "constraints", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L589"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "direction", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L589"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "join", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L595"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L613"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "wrap", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L613"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L616"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L616"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L620"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L629"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L629"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L634"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "as_deref", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L634"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "section", "is_member_call": false, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L641"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "section", "is_member_call": false, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L642"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "section", "is_member_call": false, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L643"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "section", "is_member_call": false, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L644"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "section", "is_member_call": false, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L648"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L653"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L653"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L658"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "as_deref", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L658"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L671"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L672"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L672"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_library_health", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L676"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L689"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L689"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L691"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L691"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L695"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L697"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "split", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L701"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "constraints", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L701"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "direction", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L701"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L706"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "and_then", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L706"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "selected", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L706"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "fg", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L713"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L716"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L716"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "as_str", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L716"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L718"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L718"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L721"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "highlight_style", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L727"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L727"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "title", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L728"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L728"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "add_modifier", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L732"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_profiles", "callee": "render_stateful_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L734"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_status", "callee": "take", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L741"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_status", "callee": "into_iter", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L741"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_status", "callee": "block", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L748"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_status", "callee": "borders", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L748"}, {"caller_nid": "$graphify-root$_breadarr_tui_src_ui_draw_status", "callee": "render_widget", "is_member_call": true, "source_file": "breadarr-tui/src/ui.rs", "source_location": "L749"}]}