breadbar/graphify-out/cache/ast/v0.9.32/3dfeaf0dd739cbd6ad77dc47649ec3540c347ce6f8d637c4b32f01b91e3d08c0.json
Breadway d16ec3f6b4
Some checks failed
check / check (push) Failing after 48s
Changed Text Sizing
updated text sizing to better match the bar size, and increase
readability.
2026-08-18 09:54:35 +08:00

1 line
No EOL
18 KiB
JSON

{"nodes": [{"id": "$graphify-root$_src_notifications_popup_rs", "label": "popup.rs", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L1"}, {"id": "$graphify-root$_src_notifications_popup_build_window", "label": "build_window()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L30"}, {"id": "window", "label": "Window", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "box", "label": "Box", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "$graphify-root$_src_notifications_popup_run", "label": "run()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L47"}, {"id": "receiver", "label": "Receiver", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "notifevent", "label": "NotifEvent", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "connection", "label": "Connection", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "$graphify-root$_src_notifications_popup_dismiss", "label": "dismiss()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L115"}, {"id": "cards", "label": "Cards", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "$graphify-root$_src_notifications_popup_emit_closed", "label": "emit_closed()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L132"}, {"id": "$graphify-root$_src_notifications_popup_create_window", "label": "create_window()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L148"}, {"id": "$graphify-root$_src_notifications_popup_make_card", "label": "make_card()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L161"}, {"id": "urgency", "label": "Urgency", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}], "edges": [{"source": "$graphify-root$_src_notifications_popup_rs", "target": "std", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "prelude", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "gtk4_layer_shell", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "receiver", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "super", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_build_window", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L30", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_build_window", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L30", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_notifications_popup_build_window", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L30", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_run", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "receiver", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "notifevent", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L47", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_dismiss", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L115", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_dismiss", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_dismiss", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_dismiss", "target": "cards", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_emit_closed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L132", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_emit_closed", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L132", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_emit_closed", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L132", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_create_window", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L148", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_create_window", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L148", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_make_card", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L161", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_make_card", "target": "urgency", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L161", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_make_card", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L161", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_notifications_popup_build_window", "target": "$graphify-root$_src_notifications_popup_create_window", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L31", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "$graphify-root$_src_notifications_popup_make_card", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L70", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "$graphify-root$_src_notifications_popup_dismiss", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L96", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "$graphify-root$_src_notifications_popup_emit_closed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L98", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_src_notifications_popup_build_window", "callee": "set_margin_top", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L33"}, {"caller_nid": "$graphify-root$_src_notifications_popup_build_window", "callee": "set_margin_bottom", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L34"}, {"caller_nid": "$graphify-root$_src_notifications_popup_build_window", "callee": "set_margin_start", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L35"}, {"caller_nid": "$graphify-root$_src_notifications_popup_build_window", "callee": "set_margin_end", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L36"}, {"caller_nid": "$graphify-root$_src_notifications_popup_build_window", "callee": "set_child", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L37"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L67"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "prepend", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L71"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L72"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "set_visible", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L73"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L76"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "or_insert", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L77"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "entry", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L77"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L94"}, {"caller_nid": "$graphify-root$_src_notifications_popup_dismiss", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_src_notifications_popup_dismiss", "callee": "borrow", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L121"}, {"caller_nid": "$graphify-root$_src_notifications_popup_dismiss", "callee": "set_visible", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L122"}, {"caller_nid": "$graphify-root$_src_notifications_popup_emit_closed", "callee": "emit_signal", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L134"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "add_css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L150"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "init_layer_shell", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L151"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_layer", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L152"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_anchor", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L153"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_anchor", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L154"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_margin", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L155"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_margin", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L156"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_default_width", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L157"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "add_css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L163"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L164"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "add_css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L165"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "eq_ignore_ascii_case", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L171"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "add_css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L173"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_xalign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L174"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L175"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "add_css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L179"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_xalign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L180"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_wrap", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L181"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L182"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "add_css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L186"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_xalign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L187"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_wrap", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L188"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L189"}]}