breadbar/graphify-out/cache/ast/v0.9.32/a9fcb4d241cc522a82644b1aedb69dc513d3d3fdfde85487a6a1e286635db53f.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
36 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": "L29"}, {"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": "L46"}, {"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": "ui", "label": "Ui", "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": "L136"}, {"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": "L153"}, {"id": "$graphify-root$_src_notifications_popup_create_window", "label": "create_window()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L169"}, {"id": "$graphify-root$_src_notifications_popup_cardspec", "label": "CardSpec", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L187"}, {"id": "urgency", "label": "Urgency", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "action", "label": "Action", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "$graphify-root$_src_notifications_popup_make_card", "label": "make_card()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L201"}, {"id": "$graphify-root$_src_notifications_popup_apply_body_text", "label": "apply_body_text()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L327"}, {"id": "label", "label": "Label", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "$graphify-root$_src_notifications_popup_invoke", "label": "Invoke", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L336"}, {"id": "$graphify-root$_src_notifications_popup_invoke_action", "label": "invoke_action()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L344"}, {"id": "$graphify-root$_src_notifications_popup_submit_reply", "label": "submit_reply()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L354"}, {"id": "entry", "label": "Entry", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/notifications/popup.rs"}, {"id": "$graphify-root$_src_notifications_popup_emit_action", "label": "emit_action()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L368"}, {"id": "$graphify-root$_src_notifications_popup_emit_replied", "label": "emit_replied()", "file_type": "code", "source_file": "src/notifications/popup.rs", "source_location": "L389"}], "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": "L29", "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": "L29", "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": "L29", "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": "L46", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L46", "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": "L46", "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": "L46", "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": "L46", "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": "L46", "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": "L46", "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": "L46", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_run", "target": "ui", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L46", "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": "L136", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_dismiss", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L136", "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": "L136", "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": "L136", "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": "L153", "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": "L153", "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": "L153", "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": "L169", "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": "L169", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_cardspec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L187", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "urgency", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L192", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "action", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L193", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L194", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L195", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L195", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "cards", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L196", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L197", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_cardspec", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L198", "weight": 1.0, "context": "field"}, {"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": "L201", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_make_card", "target": "$graphify-root$_src_notifications_popup_cardspec", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L201", "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": "L201", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_apply_body_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L327", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_apply_body_text", "target": "label", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L327", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_invoke", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L336", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_invoke", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L337", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_invoke", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L337", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_notifications_popup_invoke", "target": "cards", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L338", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_invoke", "target": "box", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L339", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_invoke", "target": "window", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L340", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_invoke_action", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L344", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_invoke_action", "target": "$graphify-root$_src_notifications_popup_invoke", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L344", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_submit_reply", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L354", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_submit_reply", "target": "entry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L354", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_submit_reply", "target": "$graphify-root$_src_notifications_popup_invoke", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L354", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_emit_action", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L368", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_emit_action", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L368", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_emit_action", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L368", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_notifications_popup_rs", "target": "$graphify-root$_src_notifications_popup_emit_replied", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L389", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_emit_replied", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L389", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_notifications_popup_emit_replied", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L389", "weight": 1.0, "context": "generic_arg"}, {"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": "L30", "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": "L72", "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": "L112", "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": "L114", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_make_card", "target": "$graphify-root$_src_notifications_popup_apply_body_text", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L231", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_make_card", "target": "$graphify-root$_src_notifications_popup_invoke_action", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L246", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_make_card", "target": "$graphify-root$_src_notifications_popup_submit_reply", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L310", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_invoke_action", "target": "$graphify-root$_src_notifications_popup_emit_action", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L347", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_invoke_action", "target": "$graphify-root$_src_notifications_popup_dismiss", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L348", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_invoke_action", "target": "$graphify-root$_src_notifications_popup_emit_closed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L349", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_submit_reply", "target": "$graphify-root$_src_notifications_popup_emit_replied", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L360", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_submit_reply", "target": "$graphify-root$_src_notifications_popup_emit_action", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L361", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_submit_reply", "target": "$graphify-root$_src_notifications_popup_dismiss", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L362", "weight": 1.0}, {"source": "$graphify-root$_src_notifications_popup_submit_reply", "target": "$graphify-root$_src_notifications_popup_emit_closed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/notifications/popup.rs", "source_location": "L363", "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": "L32"}, {"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": "L33"}, {"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": "L34"}, {"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": "L35"}, {"caller_nid": "$graphify-root$_src_notifications_popup_build_window", "callee": "set_child", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L36"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L69"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "as_deref", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L79"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "prepend", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L85"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "set_visible", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L87"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L93"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "or_insert", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L94"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "entry", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L94"}, {"caller_nid": "$graphify-root$_src_notifications_popup_run", "callee": "borrow", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L111"}, {"caller_nid": "$graphify-root$_src_notifications_popup_dismiss", "callee": "borrow_mut", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L137"}, {"caller_nid": "$graphify-root$_src_notifications_popup_dismiss", "callee": "borrow", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L142"}, {"caller_nid": "$graphify-root$_src_notifications_popup_dismiss", "callee": "set_visible", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L143"}, {"caller_nid": "$graphify-root$_src_notifications_popup_emit_closed", "callee": "emit_signal", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L155"}, {"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": "L171"}, {"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": "L172"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_namespace", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L173"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_layer", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L174"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_anchor", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L175"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_anchor", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L176"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_margin", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L177"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_margin", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L178"}, {"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": "L179"}, {"caller_nid": "$graphify-root$_src_notifications_popup_create_window", "callee": "set_keyboard_mode", "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": "L203"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "css_class", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L204"}, {"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": "L205"}, {"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": "L213"}, {"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": "L215"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_xalign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L216"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L217"}, {"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": "L221"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_xalign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L222"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_wrap", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L223"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L224"}, {"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": "L228"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_xalign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L229"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_wrap", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L230"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L232"}, {"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": "L236"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "connect_released", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L245"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "add_controller", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L248"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L251"}, {"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": "L260"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_halign", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L261"}, {"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": "L264"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "connect_clicked", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L273"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L276"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L278"}, {"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": "L283"}, {"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": "L286"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_placeholder_text", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L287"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "set_hexpand", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L288"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "unwrap_or", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L290"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "find", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L290"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "as_str", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L294"}, {"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": "L298"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "connect_clicked", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L309"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "connect_activate", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L312"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L316"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L317"}, {"caller_nid": "$graphify-root$_src_notifications_popup_make_card", "callee": "append", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L318"}, {"caller_nid": "$graphify-root$_src_notifications_popup_apply_body_text", "callee": "is_ok", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L328"}, {"caller_nid": "$graphify-root$_src_notifications_popup_apply_body_text", "callee": "set_markup", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L329"}, {"caller_nid": "$graphify-root$_src_notifications_popup_apply_body_text", "callee": "set_text", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L332"}, {"caller_nid": "$graphify-root$_src_notifications_popup_submit_reply", "callee": "text", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L355"}, {"caller_nid": "$graphify-root$_src_notifications_popup_submit_reply", "callee": "trim", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L356"}, {"caller_nid": "$graphify-root$_src_notifications_popup_emit_action", "callee": "emit_signal", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L370"}, {"caller_nid": "$graphify-root$_src_notifications_popup_emit_replied", "callee": "emit_signal", "is_member_call": true, "source_file": "src/notifications/popup.rs", "source_location": "L391"}]}