breadbar/graphify-out/graph.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

19122 lines
No EOL
550 KiB
JSON

{
"directed": false,
"multigraph": false,
"graph": {
"hyperedges": [
{
"label": "Multi-track release system",
"nodes": [
"forgejo_workflows_dev_release_yml_dev_release_workflow",
"forgejo_workflows_rc_release_yml_rc_release_workflow",
"forgejo_workflows_release_yml_release_workflow",
"CONTRIBUTING.md:dev-track",
"CONTRIBUTING.md:beta-track",
"CONTRIBUTING.md:stable-track"
],
"reasoning": "Three parallel CI workflows implement three distribution tracks (dev, beta, stable) documented in CONTRIBUTING.md"
},
{
"label": "Component-module correspondence",
"nodes": [
"README.md:status-bar",
"README.md:control-panel",
"README.md:notification-daemon",
"README.md:main.rs",
"README.md:bar-workspaces",
"README.md:bar-stats",
"README.md:bar-media",
"README.md:bar-control",
"README.md:bar-tray",
"README.md:notifications-mod"
],
"reasoning": "Each major UI component (status bar, control panel, notifications) has a corresponding source module (main.rs, bar-*.rs, notifications-*.rs)"
},
{
"label": "Dependency polling and caching pattern",
"nodes": [
"README.md:bar-stats",
"README.md:bar-media",
"README.md:bar-wifi",
"README.md:bar-control"
],
"reasoning": "Multiple bar modules implement polling loops on 2s or 16s intervals with caching to reduce overhead"
},
{
"label": "D-Bus service protocol adoption",
"nodes": [
"README.md:notification-daemon",
"README.md:notification-spec",
"README.md:bar-tray",
"README.md:dbus"
],
"reasoning": "Breadbar implements two standard D-Bus services: org.freedesktop.Notifications and org.kde.StatusNotifierWatcher"
},
{
"label": "External tool integration pattern",
"nodes": [
"README.md:bar-stats",
"README.md:bar-media",
"README.md:bar-wifi",
"README.md:bar-control",
"README.md:iw",
"README.md:wpctl",
"README.md:pactl",
"README.md:brightnessctl",
"README.md:playerctl",
"README.md:breadcrumbs"
],
"reasoning": "Breadbar delegates to external CLI tools (iw, wpctl, pactl, brightnessctl, playerctl, breadcrumbs) rather than direct kernel/device access"
},
{
"label": "Theme customization layers",
"nodes": [
"README.md:theme.rs",
"README.md:bread-theme-integration",
"README.md:pywal-integration",
"README.md:css-override",
"README.md:sighup-reload"
],
"reasoning": "Three-tier theming: bread-theme defaults, pywal auto-loading, user CSS override with SIGHUP reload"
},
{
"label": "WiFi Signal Strength Variants",
"nodes": [
"assets_wifi_weak_svg_wifi_low_icon",
"assets_wifi_medium_svg_wifi_high_icon",
"assets_wifi_strong_svg_wifi_icon",
"assets_wifi_connecting_svg_wifi_sync_icon",
"assets_wifi_disconnect_svg_wifi_off_icon"
],
"reasoning": "Five related WiFi icons representing network states and signal strength levels: weak (1 arc), medium (2 arcs), strong (3 arcs), connecting (sync state), and disconnected (off state). These form a coherent visual language for network status indication."
},
{
"label": "System Control Icons",
"nodes": [
"assets_shutdown_svg_power_icon",
"assets_sleep_svg_moon_icon",
"assets_restart_svg_rotate_ccw_icon"
],
"reasoning": "Three power/system state control icons: shutdown (power symbol), sleep (moon), and restart (circular rotation). Together they represent the primary system control actions available in breadbar."
},
{
"label": "Status Bar Widget Icons",
"nodes": [
"assets_previous_svg_skip_back_icon",
"assets_volume_svg_volume_2_icon",
"assets_ram_usage_svg_memory_stick_icon"
],
"reasoning": "Three status indicator/widget icons: navigation skip-back, audio volume control, and memory/RAM usage monitoring. These represent interactive and informational status bar elements."
},
{
"label": "Lucide Icon Integration Pattern",
"nodes": [
"https_lucide_icon_library",
"breadbar:icon-system",
"assets_previous_svg_skip_back_icon",
"assets_ram_usage_svg_memory_stick_icon",
"assets_restart_svg_rotate_ccw_icon",
"assets_shutdown_svg_power_icon",
"assets_sleep_svg_moon_icon",
"assets_volume_svg_volume_2_icon",
"assets_wifi_connecting_svg_wifi_sync_icon",
"assets_wifi_disconnect_svg_wifi_off_icon",
"assets_wifi_medium_svg_wifi_high_icon",
"assets_wifi_strong_svg_wifi_icon",
"assets_wifi_weak_svg_wifi_low_icon"
],
"reasoning": "All 11 SVG icons in breadbar's assets follow the Lucide icon library pattern with consistent stroke-based design, 24x24 viewBox, and CSS class naming. This creates a unified visual design language across all status bar indicators."
},
{
"label": "SVG Vector Graphics Elements",
"nodes": [
"assets_previous_svg_triangle_shape",
"assets_previous_svg_vertical_line",
"assets_ram_usage_svg_memory_modules",
"assets_ram_usage_svg_memory_chassis",
"assets_restart_svg_circular_arrow",
"assets_restart_svg_corner_arrow",
"assets_shutdown_svg_power_button",
"assets_shutdown_svg_power_symbol",
"assets_sleep_svg_crescent_shape",
"assets_volume_svg_speaker_cone",
"assets_volume_svg_sound_waves",
"assets_wifi_connecting_svg_wifi_arcs",
"assets_wifi_connecting_svg_sync_arrows",
"assets_wifi_disconnect_svg_wifi_arcs_disabled",
"assets_wifi_disconnect_svg_cancel_slash",
"assets_wifi_medium_svg_signal_dot",
"assets_wifi_medium_svg_two_signal_arcs",
"assets_wifi_strong_svg_signal_dot_full",
"assets_wifi_strong_svg_three_signal_arcs",
"assets_wifi_weak_svg_signal_dot_low",
"assets_wifi_weak_svg_one_signal_arc"
],
"reasoning": "All icon designs are composed of basic SVG vector elements (paths, polygons, lines, rectangles) with stroke-based rendering. These primitives are combined to create recognizable iconography for status bar UI."
}
]
},
"nodes": [
{
"label": "build.sh",
"file_type": "code",
"source_file": "ci/build.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "file"
},
"_origin": "ast",
"id": "ci_build",
"community": 43,
"community_name": "build.sh",
"norm_label": "build.sh"
},
{
"label": "build.sh script",
"file_type": "code",
"source_file": "ci/build.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "bash_entrypoint"
},
"_origin": "ast",
"id": "ci_build_sh__entry",
"community": 43,
"community_name": "build.sh",
"norm_label": "build.sh script"
},
{
"label": "bluetooth.rs",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_bluetooth",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "bluetooth.rs"
},
{
"label": "BtDevice",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L6",
"_origin": "ast",
"id": "src_bar_bluetooth_btdevice",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "btdevice"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_bluetooth_rs_string",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "string"
},
{
"label": "BtPopoverData",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L14",
"_origin": "ast",
"id": "src_bar_bluetooth_btpopoverdata",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "btpopoverdata"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_bluetooth_rs_vec",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "vec"
},
{
"label": "powered()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L22",
"_origin": "ast",
"id": "src_bar_bluetooth_powered",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "powered()"
},
{
"label": "fetch_devices()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L38",
"_origin": "ast",
"id": "src_bar_bluetooth_fetch_devices",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "fetch_devices()"
},
{
"label": "try_fetch_devices()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L42",
"_origin": "ast",
"id": "src_bar_bluetooth_try_fetch_devices",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "try_fetch_devices()"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_bluetooth_rs_option",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "option"
},
{
"label": "spawn_popover_load()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L85",
"_origin": "ast",
"id": "src_bar_bluetooth_spawn_popover_load",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "spawn_popover_load()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_bluetooth_rs_componentsender",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "componentsender"
},
{
"label": "spawn_set_powered()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L96",
"_origin": "ast",
"id": "src_bar_bluetooth_spawn_set_powered",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "spawn_set_powered()"
},
{
"label": "spawn_connect()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L106",
"_origin": "ast",
"id": "src_bar_bluetooth_spawn_connect",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "spawn_connect()"
},
{
"label": "spawn_disconnect()",
"file_type": "code",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L116",
"_origin": "ast",
"id": "src_bar_bluetooth_spawn_disconnect",
"community": 10,
"community_name": "bluetooth.rs",
"norm_label": "spawn_disconnect()"
},
{
"label": "clock.rs",
"file_type": "code",
"source_file": "src/bar/clock.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_clock",
"community": 20,
"community_name": "clock.rs",
"norm_label": "clock.rs"
},
{
"label": "now()",
"file_type": "code",
"source_file": "src/bar/clock.rs",
"source_location": "L4",
"_origin": "ast",
"id": "src_bar_clock_now",
"community": 20,
"community_name": "clock.rs",
"norm_label": "now()"
},
{
"label": "DateTime",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "datetime",
"community": 20,
"community_name": "clock.rs",
"norm_label": "datetime"
},
{
"label": "time()",
"file_type": "code",
"source_file": "src/bar/clock.rs",
"source_location": "L8",
"_origin": "ast",
"id": "src_bar_clock_time",
"community": 20,
"community_name": "clock.rs",
"norm_label": "time()"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_clock_rs_string",
"community": 20,
"community_name": "clock.rs",
"norm_label": "string"
},
{
"label": "date()",
"file_type": "code",
"source_file": "src/bar/clock.rs",
"source_location": "L13",
"_origin": "ast",
"id": "src_bar_clock_date",
"community": 20,
"community_name": "clock.rs",
"norm_label": "date()"
},
{
"label": "current()",
"file_type": "code",
"source_file": "src/bar/clock.rs",
"source_location": "L17",
"_origin": "ast",
"id": "src_bar_clock_current",
"community": 20,
"community_name": "clock.rs",
"norm_label": "current()"
},
{
"label": "spawn_ticker()",
"file_type": "code",
"source_file": "src/bar/clock.rs",
"source_location": "L21",
"_origin": "ast",
"id": "src_bar_clock_spawn_ticker",
"community": 20,
"community_name": "clock.rs",
"norm_label": "spawn_ticker()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_clock_rs_componentsender",
"community": 20,
"community_name": "clock.rs",
"norm_label": "componentsender"
},
{
"label": "control.rs",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_control",
"community": 13,
"community_name": "control.rs",
"norm_label": "control.rs"
},
{
"label": "AudioSink",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L6",
"_origin": "ast",
"id": "src_bar_control_audiosink",
"community": 13,
"community_name": "control.rs",
"norm_label": "audiosink"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_control_rs_string",
"community": 13,
"community_name": "control.rs",
"norm_label": "string"
},
{
"label": "ControlPanelData",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L13",
"_origin": "ast",
"id": "src_bar_control_controlpaneldata",
"community": 13,
"community_name": "control.rs",
"norm_label": "controlpaneldata"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_control_rs_vec",
"community": 13,
"community_name": "control.rs",
"norm_label": "vec"
},
{
"label": "fetch_volume()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L19",
"_origin": "ast",
"id": "src_bar_control_fetch_volume",
"community": 13,
"community_name": "control.rs",
"norm_label": "fetch_volume()"
},
{
"label": "fetch_brightness()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L39",
"_origin": "ast",
"id": "src_bar_control_fetch_brightness",
"community": 13,
"community_name": "control.rs",
"norm_label": "fetch_brightness()"
},
{
"label": "fetch_sinks()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L61",
"_origin": "ast",
"id": "src_bar_control_fetch_sinks",
"community": 13,
"community_name": "control.rs",
"norm_label": "fetch_sinks()"
},
{
"label": "spawn_load()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L92",
"_origin": "ast",
"id": "src_bar_control_spawn_load",
"community": 13,
"community_name": "control.rs",
"norm_label": "spawn_load()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_control_rs_componentsender",
"community": 13,
"community_name": "control.rs",
"norm_label": "componentsender"
},
{
"label": "spawn_set_volume()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L104",
"_origin": "ast",
"id": "src_bar_control_spawn_set_volume",
"community": 13,
"community_name": "control.rs",
"norm_label": "spawn_set_volume()"
},
{
"label": "spawn_set_brightness()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L114",
"_origin": "ast",
"id": "src_bar_control_spawn_set_brightness",
"community": 13,
"community_name": "control.rs",
"norm_label": "spawn_set_brightness()"
},
{
"label": "spawn_set_sink()",
"file_type": "code",
"source_file": "src/bar/control.rs",
"source_location": "L124",
"_origin": "ast",
"id": "src_bar_control_spawn_set_sink",
"community": 13,
"community_name": "control.rs",
"norm_label": "spawn_set_sink()"
},
{
"label": "media.rs",
"file_type": "code",
"source_file": "src/bar/media.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_media",
"community": 21,
"community_name": "media.rs",
"norm_label": "media.rs"
},
{
"label": "MediaState",
"file_type": "code",
"source_file": "src/bar/media.rs",
"source_location": "L6",
"_origin": "ast",
"id": "src_bar_media_mediastate",
"community": 21,
"community_name": "media.rs",
"norm_label": "mediastate"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_media_rs_string",
"community": 21,
"community_name": "media.rs",
"norm_label": "string"
},
{
"label": "fetch()",
"file_type": "code",
"source_file": "src/bar/media.rs",
"source_location": "L13",
"_origin": "ast",
"id": "src_bar_media_fetch",
"community": 21,
"community_name": "media.rs",
"norm_label": "fetch()"
},
{
"label": "spawn_poller()",
"file_type": "code",
"source_file": "src/bar/media.rs",
"source_location": "L69",
"_origin": "ast",
"id": "src_bar_media_spawn_poller",
"community": 21,
"community_name": "media.rs",
"norm_label": "spawn_poller()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_media_rs_componentsender",
"community": 21,
"community_name": "media.rs",
"norm_label": "componentsender"
},
{
"label": "spawn_cmd()",
"file_type": "code",
"source_file": "src/bar/media.rs",
"source_location": "L78",
"_origin": "ast",
"id": "src_bar_media_spawn_cmd",
"community": 21,
"community_name": "media.rs",
"norm_label": "spawn_cmd()"
},
{
"label": "bar/mod.rs",
"file_type": "code",
"source_file": "src/bar/mod.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_mod",
"community": 40,
"community_name": "bar/mod.rs",
"norm_label": "bar/mod.rs"
},
{
"label": "stats.rs",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_stats",
"community": 4,
"community_name": "stats.rs",
"norm_label": "stats.rs"
},
{
"label": "Stats",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L57",
"_origin": "ast",
"id": "src_bar_stats_stats",
"community": 4,
"community_name": "stats.rs",
"norm_label": "stats"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_stats_rs_string",
"community": 4,
"community_name": "stats.rs",
"norm_label": "string"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_stats_rs_option",
"community": 4,
"community_name": "stats.rs",
"norm_label": "option"
},
{
"label": "CpuSnapshot",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L79",
"_origin": "ast",
"id": "src_bar_stats_cpusnapshot",
"community": 4,
"community_name": "stats.rs",
"norm_label": "cpusnapshot"
},
{
"label": "read_cpu()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L91",
"_origin": "ast",
"id": "src_bar_stats_read_cpu",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_cpu()"
},
{
"label": "read_ram()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L123",
"_origin": "ast",
"id": "src_bar_stats_read_ram",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_ram()"
},
{
"label": "bat_path()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L148",
"_origin": "ast",
"id": "src_bar_stats_bat_path",
"community": 4,
"community_name": "stats.rs",
"norm_label": "bat_path()"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_stats_rs_pathbuf",
"community": 4,
"community_name": "stats.rs",
"norm_label": "pathbuf"
},
{
"label": "read_power()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L163",
"_origin": "ast",
"id": "src_bar_stats_read_power",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_power()"
},
{
"label": "read_battery()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L183",
"_origin": "ast",
"id": "src_bar_stats_read_battery",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_battery()"
},
{
"label": "bat_level_icon()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L191",
"_origin": "ast",
"id": "src_bar_stats_bat_level_icon",
"community": 4,
"community_name": "stats.rs",
"norm_label": "bat_level_icon()"
},
{
"label": "read_ac()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L201",
"_origin": "ast",
"id": "src_bar_stats_read_ac",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_ac()"
},
{
"label": "bt_rfkill_on()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L220",
"_origin": "ast",
"id": "src_bar_stats_bt_rfkill_on",
"community": 4,
"community_name": "stats.rs",
"norm_label": "bt_rfkill_on()"
},
{
"label": "read_bt()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L236",
"_origin": "ast",
"id": "src_bar_stats_read_bt",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_bt()"
},
{
"label": "bt_connected_icon()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L243",
"_origin": "ast",
"id": "src_bar_stats_bt_connected_icon",
"community": 4,
"community_name": "stats.rs",
"norm_label": "bt_connected_icon()"
},
{
"label": "wifi_iface()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L269",
"_origin": "ast",
"id": "src_bar_stats_wifi_iface",
"community": 4,
"community_name": "stats.rs",
"norm_label": "wifi_iface()"
},
{
"label": "read_wifi()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L281",
"_origin": "ast",
"id": "src_bar_stats_read_wifi",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_wifi()"
},
{
"label": "read_hwmon_temp()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L321",
"_origin": "ast",
"id": "src_bar_stats_read_hwmon_temp",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_hwmon_temp()"
},
{
"label": "read_cpu_temp()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L333",
"_origin": "ast",
"id": "src_bar_stats_read_cpu_temp",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_cpu_temp()"
},
{
"label": "read_gpu_temp()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L337",
"_origin": "ast",
"id": "src_bar_stats_read_gpu_temp",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_gpu_temp()"
},
{
"label": "read_gpu_usage()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L341",
"_origin": "ast",
"id": "src_bar_stats_read_gpu_usage",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_gpu_usage()"
},
{
"label": "read_net_throughput()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L352",
"_origin": "ast",
"id": "src_bar_stats_read_net_throughput",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_net_throughput()"
},
{
"label": "read_crumbs_profile()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L393",
"_origin": "ast",
"id": "src_bar_stats_read_crumbs_profile",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_crumbs_profile()"
},
{
"label": "poll()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L415",
"_origin": "ast",
"id": "src_bar_stats_poll",
"community": 4,
"community_name": "stats.rs",
"norm_label": "poll()"
},
{
"label": "read_volume_pct()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L487",
"_origin": "ast",
"id": "src_bar_stats_read_volume_pct",
"community": 4,
"community_name": "stats.rs",
"norm_label": "read_volume_pct()"
},
{
"label": "spawn_poller()",
"file_type": "code",
"source_file": "src/bar/stats.rs",
"source_location": "L504",
"_origin": "ast",
"id": "src_bar_stats_spawn_poller",
"community": 4,
"community_name": "stats.rs",
"norm_label": "spawn_poller()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_stats_rs_componentsender",
"community": 4,
"community_name": "stats.rs",
"norm_label": "componentsender"
},
{
"label": "tray.rs",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_tray",
"community": 3,
"community_name": "tray.rs",
"norm_label": "tray.rs"
},
{
"label": "TrayIconData",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L10",
"_origin": "ast",
"id": "src_bar_tray_trayicondata",
"community": 3,
"community_name": "tray.rs",
"norm_label": "trayicondata"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_vec",
"community": 3,
"community_name": "tray.rs",
"norm_label": "vec"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_string",
"community": 3,
"community_name": "tray.rs",
"norm_label": "string"
},
{
"label": "TrayUpdate",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L16",
"_origin": "ast",
"id": "src_bar_tray_trayupdate",
"community": 3,
"community_name": "tray.rs",
"norm_label": "trayupdate"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_option",
"community": 3,
"community_name": "tray.rs",
"norm_label": "option"
},
{
"label": "WatcherState",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L21",
"_origin": "ast",
"id": "src_bar_tray_watcherstate",
"community": 3,
"community_name": "tray.rs",
"norm_label": "watcherstate"
},
{
"label": "Watcher",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L25",
"_origin": "ast",
"id": "src_bar_tray_watcher",
"community": 3,
"community_name": "tray.rs",
"norm_label": "watcher"
},
{
"label": "Arc",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "arc",
"community": 3,
"community_name": "tray.rs",
"norm_label": "arc"
},
{
"label": "Mutex",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_mutex",
"community": 3,
"community_name": "tray.rs",
"norm_label": "mutex"
},
{
"label": "UnboundedSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "unboundedsender",
"community": 3,
"community_name": "tray.rs",
"norm_label": "unboundedsender"
},
{
"label": ".register_status_notifier_item()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L32",
"_origin": "ast",
"id": "src_bar_tray_watcher_register_status_notifier_item",
"community": 3,
"community_name": "tray.rs",
"norm_label": ".register_status_notifier_item()"
},
{
"label": "Header",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "header",
"community": 3,
"community_name": "tray.rs",
"norm_label": "header"
},
{
"label": "SignalEmitter",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "signalemitter",
"community": 3,
"community_name": "tray.rs",
"norm_label": "signalemitter"
},
{
"label": ".register_status_notifier_host()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L51",
"_origin": "ast",
"id": "src_bar_tray_watcher_register_status_notifier_host",
"community": 3,
"community_name": "tray.rs",
"norm_label": ".register_status_notifier_host()"
},
{
"label": ".registered_status_notifier_items()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L60",
"_origin": "ast",
"id": "src_bar_tray_watcher_registered_status_notifier_items",
"community": 3,
"community_name": "tray.rs",
"norm_label": ".registered_status_notifier_items()"
},
{
"label": ".is_status_notifier_host_registered()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L65",
"_origin": "ast",
"id": "src_bar_tray_watcher_is_status_notifier_host_registered",
"community": 3,
"community_name": "tray.rs",
"norm_label": ".is_status_notifier_host_registered()"
},
{
"label": ".protocol_version()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L70",
"_origin": "ast",
"id": "src_bar_tray_watcher_protocol_version",
"community": 3,
"community_name": "tray.rs",
"norm_label": ".protocol_version()"
},
{
"label": "parse_service()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L90",
"_origin": "ast",
"id": "src_bar_tray_parse_service",
"community": 3,
"community_name": "tray.rs",
"norm_label": "parse_service()"
},
{
"label": "read_item()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L100",
"_origin": "ast",
"id": "src_bar_tray_read_item",
"community": 3,
"community_name": "tray.rs",
"norm_label": "read_item()"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_connection",
"community": 3,
"community_name": "tray.rs",
"norm_label": "connection"
},
{
"label": "read_icon()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L113",
"_origin": "ast",
"id": "src_bar_tray_read_icon",
"community": 3,
"community_name": "tray.rs",
"norm_label": "read_icon()"
},
{
"label": "Proxy",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "proxy",
"community": 3,
"community_name": "tray.rs",
"norm_label": "proxy"
},
{
"label": "spawn_activate()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L133",
"_origin": "ast",
"id": "src_bar_tray_spawn_activate",
"community": 3,
"community_name": "tray.rs",
"norm_label": "spawn_activate()"
},
{
"label": "spawn_watcher()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L145",
"_origin": "ast",
"id": "src_bar_tray_spawn_watcher",
"community": 3,
"community_name": "tray.rs",
"norm_label": "spawn_watcher()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_componentsender",
"community": 3,
"community_name": "tray.rs",
"norm_label": "componentsender"
},
{
"label": "make_tray_image()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L198",
"_origin": "ast",
"id": "src_bar_tray_make_tray_image",
"community": 3,
"community_name": "tray.rs",
"norm_label": "make_tray_image()"
},
{
"label": "Image",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_tray_rs_image",
"community": 3,
"community_name": "tray.rs",
"norm_label": "image"
},
{
"label": "pixels_to_image()",
"file_type": "code",
"source_file": "src/bar/tray.rs",
"source_location": "L215",
"_origin": "ast",
"id": "src_bar_tray_pixels_to_image",
"community": 3,
"community_name": "tray.rs",
"norm_label": "pixels_to_image()"
},
{
"label": "wifi.rs",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_wifi",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "wifi.rs"
},
{
"label": "CrumbsStatus",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L6",
"_origin": "ast",
"id": "src_bar_wifi_crumbsstatus",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "crumbsstatus"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_wifi_rs_string",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "string"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_wifi_rs_option",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "option"
},
{
"label": "ScanEntry",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L17",
"_origin": "ast",
"id": "src_bar_wifi_scanentry",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "scanentry"
},
{
"label": "WifiPopoverData",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L24",
"_origin": "ast",
"id": "src_bar_wifi_wifipopoverdata",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "wifipopoverdata"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_wifi_rs_vec",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "vec"
},
{
"label": "fetch_status()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L31",
"_origin": "ast",
"id": "src_bar_wifi_fetch_status",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "fetch_status()"
},
{
"label": "fetch_profile_list()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L57",
"_origin": "ast",
"id": "src_bar_wifi_fetch_profile_list",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "fetch_profile_list()"
},
{
"label": "saved_ssids()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L78",
"_origin": "ast",
"id": "src_bar_wifi_saved_ssids",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "saved_ssids()"
},
{
"label": "HashSet",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "hashset",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "hashset"
},
{
"label": "fetch_scan()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L100",
"_origin": "ast",
"id": "src_bar_wifi_fetch_scan",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "fetch_scan()"
},
{
"label": "spawn_status_poller()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L134",
"_origin": "ast",
"id": "src_bar_wifi_spawn_status_poller",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "spawn_status_poller()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_wifi_rs_componentsender",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "componentsender"
},
{
"label": "spawn_popover_load()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L147",
"_origin": "ast",
"id": "src_bar_wifi_spawn_popover_load",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "spawn_popover_load()"
},
{
"label": "spawn_profile_set()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L175",
"_origin": "ast",
"id": "src_bar_wifi_spawn_profile_set",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "spawn_profile_set()"
},
{
"label": "spawn_join()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L185",
"_origin": "ast",
"id": "src_bar_wifi_spawn_join",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "spawn_join()"
},
{
"label": "spawn_add_and_join()",
"file_type": "code",
"source_file": "src/bar/wifi.rs",
"source_location": "L195",
"_origin": "ast",
"id": "src_bar_wifi_spawn_add_and_join",
"community": 8,
"community_name": "wifi.rs",
"norm_label": "spawn_add_and_join()"
},
{
"label": "workspaces.rs",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_bar_workspaces",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "workspaces.rs"
},
{
"label": "switch_workspace()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L21",
"_origin": "ast",
"id": "src_bar_workspaces_switch_workspace",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "switch_workspace()"
},
{
"label": "WorkspaceId",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_workspaceid",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "workspaceid"
},
{
"label": "sync_state()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L57",
"_origin": "ast",
"id": "src_bar_workspaces_sync_state",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "sync_state()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_componentsender",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "componentsender"
},
{
"label": "spawn_watcher()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L76",
"_origin": "ast",
"id": "src_bar_workspaces_spawn_watcher",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "spawn_watcher()"
},
{
"label": "make_button()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L127",
"_origin": "ast",
"id": "src_bar_workspaces_make_button",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "make_button()"
},
{
"label": "Button",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_button",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "button"
},
{
"label": "Geom",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L161",
"_origin": "ast",
"id": "src_bar_workspaces_geom",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "geom"
},
{
"label": "TrailInner",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L168",
"_origin": "ast",
"id": "src_bar_workspaces_trailinner",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "trailinner"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_option",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "option"
},
{
"label": "TickCallbackId",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "tickcallbackid",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "tickcallbackid"
},
{
"label": "WorkspaceTrail",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L176",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "workspacetrail"
},
{
"label": "Overlay",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "overlay",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "overlay"
},
{
"label": "Box",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_box",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "box"
},
{
"label": "Fixed",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "fixed",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "fixed"
},
{
"label": "Rc",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_rc",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "rc"
},
{
"label": "RefCell",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "refcell",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "refcell"
},
{
"label": ".new()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L185",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail_new",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": ".new()"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_bar_workspaces_rs_self",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "self"
},
{
"label": ".cancel()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L228",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail_cancel",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": ".cancel()"
},
{
"label": ".clear()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L234",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail_clear",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": ".clear()"
},
{
"label": ".place()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L240",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail_place",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": ".place()"
},
{
"label": ".stretch()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L261",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail_stretch",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": ".stretch()"
},
{
"label": ".from_geom()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L305",
"_origin": "ast",
"id": "src_bar_workspaces_workspacetrail_from_geom",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": ".from_geom()"
},
{
"label": "inset_pill()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L325",
"_origin": "ast",
"id": "src_bar_workspaces_inset_pill",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "inset_pill()"
},
{
"label": "resolved_dest()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L334",
"_origin": "ast",
"id": "src_bar_workspaces_resolved_dest",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "resolved_dest()"
},
{
"label": "button_geom()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L352",
"_origin": "ast",
"id": "src_bar_workspaces_button_geom",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "button_geom()"
},
{
"label": "apply_geom()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"_origin": "ast",
"id": "src_bar_workspaces_apply_geom",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "apply_geom()"
},
{
"label": "still_placeholder()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L403",
"_origin": "ast",
"id": "src_bar_workspaces_still_placeholder",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "still_placeholder()"
},
{
"label": "lerp()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L407",
"_origin": "ast",
"id": "src_bar_workspaces_lerp",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "lerp()"
},
{
"label": "lerp_geom()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L411",
"_origin": "ast",
"id": "src_bar_workspaces_lerp_geom",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "lerp_geom()"
},
{
"label": "ease()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L420",
"_origin": "ast",
"id": "src_bar_workspaces_ease",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "ease()"
},
{
"label": "ease_overshoot()",
"file_type": "code",
"source_file": "src/bar/workspaces.rs",
"source_location": "L426",
"_origin": "ast",
"id": "src_bar_workspaces_ease_overshoot",
"community": 17,
"community_name": "workspaces.rs",
"norm_label": "ease_overshoot()"
},
{
"label": "main.rs",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_main",
"community": 0,
"community_name": "App",
"norm_label": "main.rs"
},
{
"label": "BarInit",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L34",
"_origin": "ast",
"id": "src_main_barinit",
"community": 0,
"community_name": "App",
"norm_label": "barinit"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_option",
"community": 0,
"community_name": "App",
"norm_label": "option"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_string",
"community": 0,
"community_name": "App",
"norm_label": "string"
},
{
"label": "App",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L40",
"_origin": "ast",
"id": "src_main_app",
"community": 0,
"community_name": "App",
"norm_label": "app"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_vec",
"community": 0,
"community_name": "App",
"norm_label": "vec"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "controller",
"community": 0,
"community_name": "App",
"norm_label": "controller"
},
{
"label": "Workspace",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "workspace",
"community": 0,
"community_name": "App",
"norm_label": "workspace"
},
{
"label": "WorkspaceId",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_workspaceid",
"community": 0,
"community_name": "App",
"norm_label": "workspaceid"
},
{
"label": "Box",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_box",
"community": 0,
"community_name": "App",
"norm_label": "box"
},
{
"label": "HashMap",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_hashmap",
"community": 0,
"community_name": "App",
"norm_label": "hashmap"
},
{
"label": "Button",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_button",
"community": 0,
"community_name": "App",
"norm_label": "button"
},
{
"label": "Label",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_label",
"community": 0,
"community_name": "App",
"norm_label": "label"
},
{
"label": "Separator",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "separator",
"community": 0,
"community_name": "App",
"norm_label": "separator"
},
{
"label": "Image",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_image",
"community": 0,
"community_name": "App",
"norm_label": "image"
},
{
"label": "Texture",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_texture",
"community": 0,
"community_name": "App",
"norm_label": "texture"
},
{
"label": "Instant",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "instant",
"community": 0,
"community_name": "App",
"norm_label": "instant"
},
{
"label": "Scale",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "scale",
"community": 0,
"community_name": "App",
"norm_label": "scale"
},
{
"label": "Rc",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_rc",
"community": 0,
"community_name": "App",
"norm_label": "rc"
},
{
"label": "Cell",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "cell",
"community": 0,
"community_name": "App",
"norm_label": "cell"
},
{
"label": "WidgetPlacement",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "widgetplacement",
"community": 0,
"community_name": "App",
"norm_label": "widgetplacement"
},
{
"label": "AppInput",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L123",
"_origin": "ast",
"id": "src_main_appinput",
"community": 0,
"community_name": "App",
"norm_label": "appinput"
},
{
"label": "WidgetSpec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "widgetspec",
"community": 0,
"community_name": "App",
"norm_label": "widgetspec"
},
{
"label": "SimpleComponent",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "simplecomponent",
"community": 0,
"community_name": "App",
"norm_label": "simplecomponent"
},
{
"label": ".init()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L162",
"_origin": "ast",
"id": "src_main_app_init",
"community": 0,
"community_name": "App",
"norm_label": ".init()"
},
{
"label": "Init",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "init",
"community": 0,
"community_name": "App",
"norm_label": "init"
},
{
"label": "Root",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "root",
"community": 0,
"community_name": "App",
"norm_label": "root"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_componentsender",
"community": 0,
"community_name": "App",
"norm_label": "componentsender"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_self",
"community": 0,
"community_name": "App",
"norm_label": "self"
},
{
"label": "ComponentParts",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "componentparts",
"community": 0,
"community_name": "App",
"norm_label": "componentparts"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L838",
"_origin": "ast",
"id": "src_main_app_update",
"community": 0,
"community_name": "App",
"norm_label": ".update()"
},
{
"label": "Input",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "input",
"community": 0,
"community_name": "App",
"norm_label": "input"
},
{
"label": ".reconcile_widgets()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1070",
"_origin": "ast",
"id": "src_main_app_reconcile_widgets",
"community": 0,
"community_name": "App",
"norm_label": ".reconcile_widgets()"
},
{
"label": ".reconcile_satellites()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1120",
"_origin": "ast",
"id": "src_main_app_reconcile_satellites",
"community": 0,
"community_name": "App",
"norm_label": ".reconcile_satellites()"
},
{
"label": ".rebuild_sinks()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1149",
"_origin": "ast",
"id": "src_main_app_rebuild_sinks",
"community": 0,
"community_name": "App",
"norm_label": ".rebuild_sinks()"
},
{
"label": ".apply_wifi_label()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1183",
"_origin": "ast",
"id": "src_main_app_apply_wifi_label",
"community": 0,
"community_name": "App",
"norm_label": ".apply_wifi_label()"
},
{
"label": ".rebuild_buttons()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1192",
"_origin": "ast",
"id": "src_main_app_rebuild_buttons",
"community": 0,
"community_name": "App",
"norm_label": ".rebuild_buttons()"
},
{
"label": ".rebuild_wifi_popover()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1223",
"_origin": "ast",
"id": "src_main_app_rebuild_wifi_popover",
"community": 0,
"community_name": "App",
"norm_label": ".rebuild_wifi_popover()"
},
{
"label": ".rebuild_bt_popover()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1371",
"_origin": "ast",
"id": "src_main_app_rebuild_bt_popover",
"community": 0,
"community_name": "App",
"norm_label": ".rebuild_bt_popover()"
},
{
"label": "build_slider_row()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1468",
"_origin": "ast",
"id": "src_main_build_slider_row",
"community": 0,
"community_name": "App",
"norm_label": "build_slider_row()"
},
{
"label": "wifi_icon_for_signal()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1488",
"_origin": "ast",
"id": "src_main_wifi_icon_for_signal",
"community": 0,
"community_name": "App",
"norm_label": "wifi_icon_for_signal()"
},
{
"label": "show_add_network_dialog()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1508",
"_origin": "ast",
"id": "src_main_show_add_network_dialog",
"community": 0,
"community_name": "App",
"norm_label": "show_add_network_dialog()"
},
{
"label": "IsA",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_isa",
"community": 0,
"community_name": "App",
"norm_label": "isa"
},
{
"label": "Widget",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_widget",
"community": 0,
"community_name": "App",
"norm_label": "widget"
},
{
"label": "FnOnce",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "fnonce",
"community": 0,
"community_name": "App",
"norm_label": "fnonce"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_window",
"community": 0,
"community_name": "App",
"norm_label": "window"
},
{
"label": "stat_pair()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1602",
"_origin": "ast",
"id": "src_main_stat_pair",
"community": 0,
"community_name": "App",
"norm_label": "stat_pair()"
},
{
"label": "visible_ws_rows()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1615",
"_origin": "ast",
"id": "src_main_visible_ws_rows",
"community": 0,
"community_name": "App",
"norm_label": "visible_ws_rows()"
},
{
"label": "bar_chip()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1627",
"_origin": "ast",
"id": "src_main_bar_chip",
"community": 0,
"community_name": "App",
"norm_label": "bar_chip()"
},
{
"label": "popover_caret()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1632",
"_origin": "ast",
"id": "src_main_popover_caret",
"community": 0,
"community_name": "App",
"norm_label": "popover_caret()"
},
{
"label": "stagger_row()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1639",
"_origin": "ast",
"id": "src_main_stagger_row",
"community": 0,
"community_name": "App",
"norm_label": "stagger_row()"
},
{
"label": "play_once()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1644",
"_origin": "ast",
"id": "src_main_play_once",
"community": 0,
"community_name": "App",
"norm_label": "play_once()"
},
{
"label": "make_clock_digits()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1654",
"_origin": "ast",
"id": "src_main_make_clock_digits",
"community": 0,
"community_name": "App",
"norm_label": "make_clock_digits()"
},
{
"label": "flip_clock_digits()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1670",
"_origin": "ast",
"id": "src_main_flip_clock_digits",
"community": 0,
"community_name": "App",
"norm_label": "flip_clock_digits()"
},
{
"label": "tick_label()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1685",
"_origin": "ast",
"id": "src_main_tick_label",
"community": 0,
"community_name": "App",
"norm_label": "tick_label()"
},
{
"label": "reveal_media()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1693",
"_origin": "ast",
"id": "src_main_reveal_media",
"community": 0,
"community_name": "App",
"norm_label": "reveal_media()"
},
{
"label": "popover_tab()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1700",
"_origin": "ast",
"id": "src_main_popover_tab",
"community": 0,
"community_name": "App",
"norm_label": "popover_tab()"
},
{
"label": "ToggleButton",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_main_rs_togglebutton",
"community": 0,
"community_name": "App",
"norm_label": "togglebutton"
},
{
"label": "unique_profiles()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1722",
"_origin": "ast",
"id": "src_main_unique_profiles",
"community": 0,
"community_name": "App",
"norm_label": "unique_profiles()"
},
{
"label": "prepare_icon()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1739",
"_origin": "ast",
"id": "src_main_prepare_icon",
"community": 0,
"community_name": "App",
"norm_label": "prepare_icon()"
},
{
"label": "svg_image()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1745",
"_origin": "ast",
"id": "src_main_svg_image",
"community": 0,
"community_name": "App",
"norm_label": "svg_image()"
},
{
"label": "svg_image_sized()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1749",
"_origin": "ast",
"id": "src_main_svg_image_sized",
"community": 0,
"community_name": "App",
"norm_label": "svg_image_sized()"
},
{
"label": "svg_texture()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1755",
"_origin": "ast",
"id": "src_main_svg_texture",
"community": 0,
"community_name": "App",
"norm_label": "svg_texture()"
},
{
"label": "svg_texture_sized()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1761",
"_origin": "ast",
"id": "src_main_svg_texture_sized",
"community": 0,
"community_name": "App",
"norm_label": "svg_texture_sized()"
},
{
"label": "stat_label()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1792",
"_origin": "ast",
"id": "src_main_stat_label",
"community": 0,
"community_name": "App",
"norm_label": "stat_label()"
},
{
"label": "main()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1799",
"_origin": "ast",
"id": "src_main_main",
"community": 0,
"community_name": "App",
"norm_label": "main()"
},
{
"label": "HyprMon",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1848",
"_origin": "ast",
"id": "src_main_hyprmon",
"community": 0,
"community_name": "App",
"norm_label": "hyprmon"
},
{
"label": "hypr_monitors_live()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1858",
"_origin": "ast",
"id": "src_main_hypr_monitors_live",
"community": 0,
"community_name": "App",
"norm_label": "hypr_monitors_live()"
},
{
"label": "primary_hypr_monitor()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1873",
"_origin": "ast",
"id": "src_main_primary_hypr_monitor",
"community": 0,
"community_name": "App",
"norm_label": "primary_hypr_monitor()"
},
{
"label": "hypr_monitor_names()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1881",
"_origin": "ast",
"id": "src_main_hypr_monitor_names",
"community": 0,
"community_name": "App",
"norm_label": "hypr_monitor_names()"
},
{
"label": "hypr_monitor_origin()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1888",
"_origin": "ast",
"id": "src_main_hypr_monitor_origin",
"community": 0,
"community_name": "App",
"norm_label": "hypr_monitor_origin()"
},
{
"label": "gdk_monitor_for_hypr()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1899",
"_origin": "ast",
"id": "src_main_gdk_monitor_for_hypr",
"community": 0,
"community_name": "App",
"norm_label": "gdk_monitor_for_hypr()"
},
{
"label": "Monitor",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "monitor",
"community": 0,
"community_name": "App",
"norm_label": "monitor"
},
{
"label": "bind_layer_monitor()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1932",
"_origin": "ast",
"id": "src_main_bind_layer_monitor",
"community": 0,
"community_name": "App",
"norm_label": "bind_layer_monitor()"
},
{
"label": "LayerShell",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "layershell",
"community": 0,
"community_name": "App",
"norm_label": "layershell"
},
{
"label": "spawn_satellite()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1945",
"_origin": "ast",
"id": "src_main_spawn_satellite",
"community": 0,
"community_name": "App",
"norm_label": "spawn_satellite()"
},
{
"label": "drop_satellite()",
"file_type": "code",
"source_file": "src/main.rs",
"source_location": "L1961",
"_origin": "ast",
"id": "src_main_drop_satellite",
"community": 0,
"community_name": "App",
"norm_label": "drop_satellite()"
},
{
"label": "history.rs",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_notifications_history",
"community": 6,
"community_name": "history.rs",
"norm_label": "history.rs"
},
{
"label": "Entry",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L19",
"_origin": "ast",
"id": "src_notifications_history_entry",
"community": 6,
"community_name": "history.rs",
"norm_label": "entry"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_string",
"community": 6,
"community_name": "history.rs",
"norm_label": "string"
},
{
"label": "SystemTime",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "systemtime",
"community": 6,
"community_name": "history.rs",
"norm_label": "systemtime"
},
{
"label": "Ui",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L28",
"_origin": "ast",
"id": "src_notifications_history_ui",
"community": 6,
"community_name": "history.rs",
"norm_label": "ui"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_window",
"community": 6,
"community_name": "history.rs",
"norm_label": "window"
},
{
"label": "Box",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_box",
"community": 6,
"community_name": "history.rs",
"norm_label": "box"
},
{
"label": "Store",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_store",
"community": 6,
"community_name": "history.rs",
"norm_label": "store"
},
{
"label": "new_store()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L34",
"_origin": "ast",
"id": "src_notifications_history_new_store",
"community": 6,
"community_name": "history.rs",
"norm_label": "new_store()"
},
{
"label": "load_store()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L41",
"_origin": "ast",
"id": "src_notifications_history_load_store",
"community": 6,
"community_name": "history.rs",
"norm_label": "load_store()"
},
{
"label": "next_id()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L50",
"_origin": "ast",
"id": "src_notifications_history_next_id",
"community": 6,
"community_name": "history.rs",
"norm_label": "next_id()"
},
{
"label": "record()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L63",
"_origin": "ast",
"id": "src_notifications_history_record",
"community": 6,
"community_name": "history.rs",
"norm_label": "record()"
},
{
"label": "persist()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L76",
"_origin": "ast",
"id": "src_notifications_history_persist",
"community": 6,
"community_name": "history.rs",
"norm_label": "persist()"
},
{
"label": "history_path()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L82",
"_origin": "ast",
"id": "src_notifications_history_history_path",
"community": 6,
"community_name": "history.rs",
"norm_label": "history_path()"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_option",
"community": 6,
"community_name": "history.rs",
"norm_label": "option"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_pathbuf",
"community": 6,
"community_name": "history.rs",
"norm_label": "pathbuf"
},
{
"label": "state_dir()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L86",
"_origin": "ast",
"id": "src_notifications_history_state_dir",
"community": 6,
"community_name": "history.rs",
"norm_label": "state_dir()"
},
{
"label": "PersistedEntry",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L97",
"_origin": "ast",
"id": "src_notifications_history_persistedentry",
"community": 6,
"community_name": "history.rs",
"norm_label": "persistedentry"
},
{
"label": "urgency_name()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L106",
"_origin": "ast",
"id": "src_notifications_history_urgency_name",
"community": 6,
"community_name": "history.rs",
"norm_label": "urgency_name()"
},
{
"label": "urgency_from_name()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L114",
"_origin": "ast",
"id": "src_notifications_history_urgency_from_name",
"community": 6,
"community_name": "history.rs",
"norm_label": "urgency_from_name()"
},
{
"label": "to_persisted()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L122",
"_origin": "ast",
"id": "src_notifications_history_to_persisted",
"community": 6,
"community_name": "history.rs",
"norm_label": "to_persisted()"
},
{
"label": "from_persisted()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L138",
"_origin": "ast",
"id": "src_notifications_history_from_persisted",
"community": 6,
"community_name": "history.rs",
"norm_label": "from_persisted()"
},
{
"label": "persist_to()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L149",
"_origin": "ast",
"id": "src_notifications_history_persist_to",
"community": 6,
"community_name": "history.rs",
"norm_label": "persist_to()"
},
{
"label": "Path",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "path",
"community": 6,
"community_name": "history.rs",
"norm_label": "path"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_history_rs_result",
"community": 6,
"community_name": "history.rs",
"norm_label": "result"
},
{
"label": "load_into()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L160",
"_origin": "ast",
"id": "src_notifications_history_load_into",
"community": 6,
"community_name": "history.rs",
"norm_label": "load_into()"
},
{
"label": "build_window()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L174",
"_origin": "ast",
"id": "src_notifications_history_build_window",
"community": 6,
"community_name": "history.rs",
"norm_label": "build_window()"
},
{
"label": "toggle()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L246",
"_origin": "ast",
"id": "src_notifications_history_toggle",
"community": 6,
"community_name": "history.rs",
"norm_label": "toggle()"
},
{
"label": "refresh_if_visible()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L255",
"_origin": "ast",
"id": "src_notifications_history_refresh_if_visible",
"community": 6,
"community_name": "history.rs",
"norm_label": "refresh_if_visible()"
},
{
"label": "rebuild()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L261",
"_origin": "ast",
"id": "src_notifications_history_rebuild",
"community": 6,
"community_name": "history.rs",
"norm_label": "rebuild()"
},
{
"label": "make_row()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L280",
"_origin": "ast",
"id": "src_notifications_history_make_row",
"community": 6,
"community_name": "history.rs",
"norm_label": "make_row()"
},
{
"label": "format_time()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L332",
"_origin": "ast",
"id": "src_notifications_history_format_time",
"community": 6,
"community_name": "history.rs",
"norm_label": "format_time()"
},
{
"label": "collapse_ws()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L344",
"_origin": "ast",
"id": "src_notifications_history_collapse_ws",
"community": 6,
"community_name": "history.rs",
"norm_label": "collapse_ws()"
},
{
"label": "truncate()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L348",
"_origin": "ast",
"id": "src_notifications_history_truncate",
"community": 6,
"community_name": "history.rs",
"norm_label": "truncate()"
},
{
"label": "record_is_newest_first_and_bounded()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L374",
"_origin": "ast",
"id": "src_notifications_history_record_is_newest_first_and_bounded",
"community": 6,
"community_name": "history.rs",
"norm_label": "record_is_newest_first_and_bounded()"
},
{
"label": "record_replaces_same_id_and_moves_to_front()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L386",
"_origin": "ast",
"id": "src_notifications_history_record_replaces_same_id_and_moves_to_front",
"community": 6,
"community_name": "history.rs",
"norm_label": "record_replaces_same_id_and_moves_to_front()"
},
{
"label": "truncate_adds_ellipsis_past_limit()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L399",
"_origin": "ast",
"id": "src_notifications_history_truncate_adds_ellipsis_past_limit",
"community": 6,
"community_name": "history.rs",
"norm_label": "truncate_adds_ellipsis_past_limit()"
},
{
"label": "persist_roundtrip_keeps_newest_first_and_bound()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L405",
"_origin": "ast",
"id": "src_notifications_history_persist_roundtrip_keeps_newest_first_and_bound",
"community": 6,
"community_name": "history.rs",
"norm_label": "persist_roundtrip_keeps_newest_first_and_bound()"
},
{
"label": "load_into_ignores_corrupt_file()",
"file_type": "code",
"source_file": "src/notifications/history.rs",
"source_location": "L437",
"_origin": "ast",
"id": "src_notifications_history_load_into_ignores_corrupt_file",
"community": 6,
"community_name": "history.rs",
"norm_label": "load_into_ignores_corrupt_file()"
},
{
"label": "notifications/mod.rs",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_notifications_mod",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "notifications/mod.rs"
},
{
"label": "Action",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L37",
"_origin": "ast",
"id": "src_notifications_mod_action",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "action"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_string",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "string"
},
{
"label": "Expire",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L48",
"_origin": "ast",
"id": "src_notifications_mod_expire",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "expire"
},
{
"label": "Duration",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_duration",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "duration"
},
{
"label": "NotifEvent",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L53",
"_origin": "ast",
"id": "src_notifications_mod_notifevent",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "notifevent"
},
{
"label": "Vec",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_vec",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "vec"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_option",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "option"
},
{
"label": "Urgency",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L70",
"_origin": "ast",
"id": "src_notifications_mod_urgency",
"community": 6,
"community_name": "history.rs",
"norm_label": "urgency"
},
{
"label": ".from_hint()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L78",
"_origin": "ast",
"id": "src_notifications_mod_urgency_from_hint",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".from_hint()"
},
{
"label": "OwnedValue",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "ownedvalue",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "ownedvalue"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_self",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "self"
},
{
"label": ".css_class()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L87",
"_origin": "ast",
"id": "src_notifications_mod_urgency_css_class",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".css_class()"
},
{
"label": "parse_actions()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L98",
"_origin": "ast",
"id": "src_notifications_mod_parse_actions",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "parse_actions()"
},
{
"label": "inline_reply_placeholder()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"_origin": "ast",
"id": "src_notifications_mod_inline_reply_placeholder",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "inline_reply_placeholder()"
},
{
"label": "HashMap",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_hashmap",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "hashmap"
},
{
"label": "compute_expire()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L133",
"_origin": "ast",
"id": "src_notifications_mod_compute_expire",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "compute_expire()"
},
{
"label": "NotifServer",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L147",
"_origin": "ast",
"id": "src_notifications_mod_notifserver",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "notifserver"
},
{
"label": "Sender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_sender",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "sender"
},
{
"label": "AtomicU32",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "atomicu32",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "atomicu32"
},
{
"label": "Mutex",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_mutex",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "mutex"
},
{
"label": "Store",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_store",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "store"
},
{
"label": "BarService",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L161",
"_origin": "ast",
"id": "src_notifications_mod_barservice",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "barservice"
},
{
"label": ".toggle_history()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L167",
"_origin": "ast",
"id": "src_notifications_mod_barservice_toggle_history",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".toggle_history()"
},
{
"label": "toggle_history_remote()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L178",
"_origin": "ast",
"id": "src_notifications_mod_toggle_history_remote",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "toggle_history_remote()"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_result",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "result"
},
{
"label": ".notify()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L195",
"_origin": "ast",
"id": "src_notifications_mod_notifserver_notify",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".notify()"
},
{
"label": ".close_notification()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L269",
"_origin": "ast",
"id": "src_notifications_mod_notifserver_close_notification",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".close_notification()"
},
{
"label": ".get_capabilities()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L273",
"_origin": "ast",
"id": "src_notifications_mod_notifserver_get_capabilities",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".get_capabilities()"
},
{
"label": ".get_server_information()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L277",
"_origin": "ast",
"id": "src_notifications_mod_notifserver_get_server_information",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".get_server_information()"
},
{
"label": "SampleKind",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L291",
"_origin": "ast",
"id": "src_notifications_mod_samplekind",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "samplekind"
},
{
"label": ".sample_event()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L297",
"_origin": "ast",
"id": "src_notifications_mod_samplekind_sample_event",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": ".sample_event()"
},
{
"label": "spawn()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L325",
"_origin": "ast",
"id": "src_notifications_mod_spawn",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "spawn()"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_window",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "window"
},
{
"label": "zero_timeout_never_expires_regardless_of_urgency()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L388",
"_origin": "ast",
"id": "src_notifications_mod_zero_timeout_never_expires_regardless_of_urgency",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "zero_timeout_never_expires_regardless_of_urgency()"
},
{
"label": "negative_timeout_defaults_to_five_seconds_for_normal_urgency()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L394",
"_origin": "ast",
"id": "src_notifications_mod_negative_timeout_defaults_to_five_seconds_for_normal_urgency",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "negative_timeout_defaults_to_five_seconds_for_normal_urgency()"
},
{
"label": "negative_timeout_persists_for_critical_urgency()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L402",
"_origin": "ast",
"id": "src_notifications_mod_negative_timeout_persists_for_critical_urgency",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "negative_timeout_persists_for_critical_urgency()"
},
{
"label": "positive_timeout_is_taken_literally()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L407",
"_origin": "ast",
"id": "src_notifications_mod_positive_timeout_is_taken_literally",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "positive_timeout_is_taken_literally()"
},
{
"label": "test_server()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L421",
"_origin": "ast",
"id": "src_notifications_mod_test_server",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "test_server()"
},
{
"label": "Receiver",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_mod_rs_receiver",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "receiver"
},
{
"label": "sync_hints()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L435",
"_origin": "ast",
"id": "src_notifications_mod_sync_hints",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "sync_hints()"
},
{
"label": "synchronous_hint_reuses_id_for_same_app_and_tag()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L445",
"_origin": "ast",
"id": "src_notifications_mod_synchronous_hint_reuses_id_for_same_app_and_tag",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "synchronous_hint_reuses_id_for_same_app_and_tag()"
},
{
"label": "synchronous_hint_is_scoped_per_app_name()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L478",
"_origin": "ast",
"id": "src_notifications_mod_synchronous_hint_is_scoped_per_app_name",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "synchronous_hint_is_scoped_per_app_name()"
},
{
"label": "no_synchronous_hint_always_allocates_a_new_id()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L511",
"_origin": "ast",
"id": "src_notifications_mod_no_synchronous_hint_always_allocates_a_new_id",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "no_synchronous_hint_always_allocates_a_new_id()"
},
{
"label": "notify_records_history_newest_first()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L523",
"_origin": "ast",
"id": "src_notifications_mod_notify_records_history_newest_first",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "notify_records_history_newest_first()"
},
{
"label": "parse_actions_pairs_and_drops_trailing_id()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L558",
"_origin": "ast",
"id": "src_notifications_mod_parse_actions_pairs_and_drops_trailing_id",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "parse_actions_pairs_and_drops_trailing_id()"
},
{
"label": "parse_actions_skips_empty_keys()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L582",
"_origin": "ast",
"id": "src_notifications_mod_parse_actions_skips_empty_keys",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "parse_actions_skips_empty_keys()"
},
{
"label": "inline_reply_from_action_or_kde_hint()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L587",
"_origin": "ast",
"id": "src_notifications_mod_inline_reply_from_action_or_kde_hint",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "inline_reply_from_action_or_kde_hint()"
},
{
"label": "get_capabilities_includes_actions_and_inline_reply()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L615",
"_origin": "ast",
"id": "src_notifications_mod_get_capabilities_includes_actions_and_inline_reply",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "get_capabilities_includes_actions_and_inline_reply()"
},
{
"label": "notify_forwards_actions_and_inline_reply()",
"file_type": "code",
"source_file": "src/notifications/mod.rs",
"source_location": "L627",
"_origin": "ast",
"id": "src_notifications_mod_notify_forwards_actions_and_inline_reply",
"community": 1,
"community_name": "notifications/mod.rs",
"norm_label": "notify_forwards_actions_and_inline_reply()"
},
{
"label": "popup.rs",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_notifications_popup",
"community": 12,
"community_name": "popup.rs",
"norm_label": "popup.rs"
},
{
"label": "build_window()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L29",
"_origin": "ast",
"id": "src_notifications_popup_build_window",
"community": 12,
"community_name": "popup.rs",
"norm_label": "build_window()"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_popup_rs_window",
"community": 12,
"community_name": "popup.rs",
"norm_label": "window"
},
{
"label": "Box",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_popup_rs_box",
"community": 12,
"community_name": "popup.rs",
"norm_label": "box"
},
{
"label": "run()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"_origin": "ast",
"id": "src_notifications_popup_run",
"community": 12,
"community_name": "popup.rs",
"norm_label": "run()"
},
{
"label": "Receiver",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_popup_rs_receiver",
"community": 12,
"community_name": "popup.rs",
"norm_label": "receiver"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_popup_rs_option",
"community": 12,
"community_name": "popup.rs",
"norm_label": "option"
},
{
"label": "Connection",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_popup_rs_connection",
"community": 12,
"community_name": "popup.rs",
"norm_label": "connection"
},
{
"label": "dismiss()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L136",
"_origin": "ast",
"id": "src_notifications_popup_dismiss",
"community": 12,
"community_name": "popup.rs",
"norm_label": "dismiss()"
},
{
"label": "Cards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "cards",
"community": 12,
"community_name": "popup.rs",
"norm_label": "cards"
},
{
"label": "emit_closed()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L153",
"_origin": "ast",
"id": "src_notifications_popup_emit_closed",
"community": 12,
"community_name": "popup.rs",
"norm_label": "emit_closed()"
},
{
"label": "create_window()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L169",
"_origin": "ast",
"id": "src_notifications_popup_create_window",
"community": 12,
"community_name": "popup.rs",
"norm_label": "create_window()"
},
{
"label": "CardSpec",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L187",
"_origin": "ast",
"id": "src_notifications_popup_cardspec",
"community": 12,
"community_name": "popup.rs",
"norm_label": "cardspec"
},
{
"label": "make_card()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L201",
"_origin": "ast",
"id": "src_notifications_popup_make_card",
"community": 12,
"community_name": "popup.rs",
"norm_label": "make_card()"
},
{
"label": "apply_body_text()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L327",
"_origin": "ast",
"id": "src_notifications_popup_apply_body_text",
"community": 12,
"community_name": "popup.rs",
"norm_label": "apply_body_text()"
},
{
"label": "Label",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_notifications_popup_rs_label",
"community": 12,
"community_name": "popup.rs",
"norm_label": "label"
},
{
"label": "Invoke",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L336",
"_origin": "ast",
"id": "src_notifications_popup_invoke",
"community": 12,
"community_name": "popup.rs",
"norm_label": "invoke"
},
{
"label": "invoke_action()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L344",
"_origin": "ast",
"id": "src_notifications_popup_invoke_action",
"community": 12,
"community_name": "popup.rs",
"norm_label": "invoke_action()"
},
{
"label": "submit_reply()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L354",
"_origin": "ast",
"id": "src_notifications_popup_submit_reply",
"community": 12,
"community_name": "popup.rs",
"norm_label": "submit_reply()"
},
{
"label": "emit_action()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L368",
"_origin": "ast",
"id": "src_notifications_popup_emit_action",
"community": 12,
"community_name": "popup.rs",
"norm_label": "emit_action()"
},
{
"label": "emit_replied()",
"file_type": "code",
"source_file": "src/notifications/popup.rs",
"source_location": "L389",
"_origin": "ast",
"id": "src_notifications_popup_emit_replied",
"community": 12,
"community_name": "popup.rs",
"norm_label": "emit_replied()"
},
{
"label": "osd.rs",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_osd",
"community": 11,
"community_name": "spawn",
"norm_label": "osd.rs"
},
{
"label": "OsdEvent",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L7",
"_origin": "ast",
"id": "src_osd_osdevent",
"community": 11,
"community_name": "spawn",
"norm_label": "osdevent"
},
{
"label": "SampleKind",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L16",
"_origin": "ast",
"id": "src_osd_samplekind",
"community": 11,
"community_name": "spawn",
"norm_label": "samplekind"
},
{
"label": ".sample_event()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L22",
"_origin": "ast",
"id": "src_osd_samplekind_sample_event",
"community": 11,
"community_name": "spawn",
"norm_label": ".sample_event()"
},
{
"label": "spawn()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L39",
"_origin": "ast",
"id": "src_osd_spawn",
"community": 11,
"community_name": "spawn",
"norm_label": "spawn()"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_osd_rs_option",
"community": 11,
"community_name": "spawn",
"norm_label": "option"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_osd_rs_window",
"community": 11,
"community_name": "spawn",
"norm_label": "window"
},
{
"label": "volume_watcher()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L58",
"_origin": "ast",
"id": "src_osd_volume_watcher",
"community": 11,
"community_name": "spawn",
"norm_label": "volume_watcher()"
},
{
"label": "Sender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_osd_rs_sender",
"community": 11,
"community_name": "spawn",
"norm_label": "sender"
},
{
"label": "query_volume()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L83",
"_origin": "ast",
"id": "src_osd_query_volume",
"community": 11,
"community_name": "spawn",
"norm_label": "query_volume()"
},
{
"label": "brightness_watcher()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L113",
"_origin": "ast",
"id": "src_osd_brightness_watcher",
"community": 11,
"community_name": "spawn",
"norm_label": "brightness_watcher()"
},
{
"label": "run_osd()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L158",
"_origin": "ast",
"id": "src_osd_run_osd",
"community": 11,
"community_name": "spawn",
"norm_label": "run_osd()"
},
{
"label": "Receiver",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_osd_rs_receiver",
"community": 11,
"community_name": "spawn",
"norm_label": "receiver"
},
{
"label": "create_window()",
"file_type": "code",
"source_file": "src/osd.rs",
"source_location": "L207",
"_origin": "ast",
"id": "src_osd_create_window",
"community": 11,
"community_name": "spawn",
"norm_label": "create_window()"
},
{
"label": "panel.rs",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_panel",
"community": 45,
"community_name": "PanelSet",
"norm_label": "panel.rs"
},
{
"label": "PanelSet",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L17",
"_origin": "ast",
"id": "src_panel_panelset",
"community": 45,
"community_name": "PanelSet",
"norm_label": "panelset"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_panel_rs_window",
"community": 45,
"community_name": "PanelSet",
"norm_label": "window"
},
{
"label": ".new()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L25",
"_origin": "ast",
"id": "src_panel_panelset_new",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".new()"
},
{
"label": "IsA",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_panel_rs_isa",
"community": 45,
"community_name": "PanelSet",
"norm_label": "isa"
},
{
"label": "Widget",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_panel_rs_widget",
"community": 45,
"community_name": "PanelSet",
"norm_label": "widget"
},
{
"label": "Self",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_panel_rs_self",
"community": 45,
"community_name": "PanelSet",
"norm_label": "self"
},
{
"label": ".toggle()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L47",
"_origin": "ast",
"id": "src_panel_panelset_toggle",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".toggle()"
},
{
"label": ".show()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L55",
"_origin": "ast",
"id": "src_panel_panelset_show",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".show()"
},
{
"label": ".hide_all()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L64",
"_origin": "ast",
"id": "src_panel_panelset_hide_all",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".hide_all()"
},
{
"label": ".hide_panels()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L69",
"_origin": "ast",
"id": "src_panel_panelset_hide_panels",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".hide_panels()"
},
{
"label": ".wire_dismiss()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L75",
"_origin": "ast",
"id": "src_panel_panelset_wire_dismiss",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".wire_dismiss()"
},
{
"label": ".wire_escape()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L89",
"_origin": "ast",
"id": "src_panel_panelset_wire_escape",
"community": 45,
"community_name": "PanelSet",
"norm_label": ".wire_escape()"
},
{
"label": "make_panel()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L106",
"_origin": "ast",
"id": "src_panel_make_panel",
"community": 45,
"community_name": "PanelSet",
"norm_label": "make_panel()"
},
{
"label": "make_dismiss()",
"file_type": "code",
"source_file": "src/panel.rs",
"source_location": "L128",
"_origin": "ast",
"id": "src_panel_make_dismiss",
"community": 45,
"community_name": "PanelSet",
"norm_label": "make_dismiss()"
},
{
"label": "screenshot.rs",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_screenshot",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "screenshot.rs"
},
{
"label": "Cli",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L52",
"_origin": "ast",
"id": "src_screenshot_cli",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "cli"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_option",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "option"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_string",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "string"
},
{
"label": "PathBuf",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_pathbuf",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "pathbuf"
},
{
"label": "ScreenshotRequest",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L78",
"_origin": "ast",
"id": "src_screenshot_screenshotrequest",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "screenshotrequest"
},
{
"label": ".screenshot_request()",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L89",
"_origin": "ast",
"id": "src_screenshot_cli_screenshot_request",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": ".screenshot_request()"
},
{
"label": "Handles",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L107",
"_origin": "ast",
"id": "src_screenshot_handles",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "handles"
},
{
"label": "Window",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_window",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "window"
},
{
"label": "ToggleButton",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_togglebutton",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "togglebutton"
},
{
"label": "Box",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_box",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "box"
},
{
"label": "Label",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_label",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "label"
},
{
"label": "dispatch()",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L128",
"_origin": "ast",
"id": "src_screenshot_dispatch",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "dispatch()"
},
{
"label": "ApplicationWindow",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "applicationwindow",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "applicationwindow"
},
{
"label": "open_panel_on_root_map()",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L200",
"_origin": "ast",
"id": "src_screenshot_open_panel_on_root_map",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "open_panel_on_root_map()"
},
{
"label": "Duration",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_duration",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "duration"
},
{
"label": "capture_standalone_window()",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L229",
"_origin": "ast",
"id": "src_screenshot_capture_standalone_window",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "capture_standalone_window()"
},
{
"label": "finish()",
"file_type": "code",
"source_file": "src/screenshot.rs",
"source_location": "L238",
"_origin": "ast",
"id": "src_screenshot_finish",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "finish()"
},
{
"label": "Result",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_screenshot_rs_result",
"community": 7,
"community_name": "screenshot.rs",
"norm_label": "result"
},
{
"label": "theme.rs",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_theme",
"community": 44,
"community_name": "theme.rs",
"norm_label": "theme.rs"
},
{
"label": "load_css()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L10",
"_origin": "ast",
"id": "src_theme_load_css",
"community": 44,
"community_name": "theme.rs",
"norm_label": "load_css()"
},
{
"label": "String",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_theme_rs_string",
"community": 44,
"community_name": "theme.rs",
"norm_label": "string"
},
{
"label": "fg_color()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L284",
"_origin": "ast",
"id": "src_theme_fg_color",
"community": 44,
"community_name": "theme.rs",
"norm_label": "fg_color()"
},
{
"label": "fg_color_for()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L290",
"_origin": "ast",
"id": "src_theme_fg_color_for",
"community": 44,
"community_name": "theme.rs",
"norm_label": "fg_color_for()"
},
{
"label": "bind_output()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L299",
"_origin": "ast",
"id": "src_theme_bind_output",
"community": 44,
"community_name": "theme.rs",
"norm_label": "bind_output()"
},
{
"label": "IsA",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_theme_rs_isa",
"community": 44,
"community_name": "theme.rs",
"norm_label": "isa"
},
{
"label": "Widget",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_theme_rs_widget",
"community": 44,
"community_name": "theme.rs",
"norm_label": "widget"
},
{
"label": "bind_auto()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L305",
"_origin": "ast",
"id": "src_theme_bind_auto",
"community": 44,
"community_name": "theme.rs",
"norm_label": "bind_auto()"
},
{
"label": "Native",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "native",
"community": 44,
"community_name": "theme.rs",
"norm_label": "native"
},
{
"label": "load_css_for()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L309",
"_origin": "ast",
"id": "src_theme_load_css_for",
"community": 44,
"community_name": "theme.rs",
"norm_label": "load_css_for()"
},
{
"label": "Palette",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "palette",
"community": 44,
"community_name": "theme.rs",
"norm_label": "palette"
},
{
"label": "apply()",
"file_type": "code",
"source_file": "src/theme.rs",
"source_location": "L314",
"_origin": "ast",
"id": "src_theme_apply",
"community": 44,
"community_name": "theme.rs",
"norm_label": "apply()"
},
{
"label": "client.rs",
"file_type": "code",
"source_file": "src/widgets/client.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_widgets_client",
"community": 9,
"community_name": "client.rs",
"norm_label": "client.rs"
},
{
"label": "spawn()",
"file_type": "code",
"source_file": "src/widgets/client.rs",
"source_location": "L40",
"_origin": "ast",
"id": "src_widgets_client_spawn",
"community": 9,
"community_name": "client.rs",
"norm_label": "spawn()"
},
{
"label": "ComponentSender",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_widgets_client_rs_componentsender",
"community": 9,
"community_name": "client.rs",
"norm_label": "componentsender"
},
{
"label": "fetch_and_send()",
"file_type": "code",
"source_file": "src/widgets/client.rs",
"source_location": "L68",
"_origin": "ast",
"id": "src_widgets_client_fetch_and_send",
"community": 9,
"community_name": "client.rs",
"norm_label": "fetch_and_send()"
},
{
"label": "emit_click()",
"file_type": "code",
"source_file": "src/widgets/client.rs",
"source_location": "L101",
"_origin": "ast",
"id": "src_widgets_client_emit_click",
"community": 9,
"community_name": "client.rs",
"norm_label": "emit_click()"
},
{
"label": "Value",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "value",
"community": 9,
"community_name": "client.rs",
"norm_label": "value"
},
{
"label": "widgets/mod.rs",
"file_type": "code",
"source_file": "src/widgets/mod.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_widgets_mod",
"community": 41,
"community_name": "widgets/mod.rs",
"norm_label": "widgets/mod.rs"
},
{
"label": "render.rs",
"file_type": "code",
"source_file": "src/widgets/render.rs",
"source_location": "L1",
"_origin": "ast",
"id": "src_widgets_render",
"community": 9,
"community_name": "client.rs",
"norm_label": "render.rs"
},
{
"label": "bundled_icon()",
"file_type": "code",
"source_file": "src/widgets/render.rs",
"source_location": "L24",
"_origin": "ast",
"id": "src_widgets_render_bundled_icon",
"community": 9,
"community_name": "client.rs",
"norm_label": "bundled_icon()"
},
{
"label": "Option",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_widgets_render_rs_option",
"community": 9,
"community_name": "client.rs",
"norm_label": "option"
},
{
"label": "icon_texture()",
"file_type": "code",
"source_file": "src/widgets/render.rs",
"source_location": "L51",
"_origin": "ast",
"id": "src_widgets_render_icon_texture",
"community": 9,
"community_name": "client.rs",
"norm_label": "icon_texture()"
},
{
"label": "Texture",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_widgets_render_rs_texture",
"community": 9,
"community_name": "client.rs",
"norm_label": "texture"
},
{
"label": "apply_style()",
"file_type": "code",
"source_file": "src/widgets/render.rs",
"source_location": "L84",
"_origin": "ast",
"id": "src_widgets_render_apply_style",
"community": 9,
"community_name": "client.rs",
"norm_label": "apply_style()"
},
{
"label": "Widget",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "src_widgets_render_rs_widget",
"community": 9,
"community_name": "client.rs",
"norm_label": "widget"
},
{
"label": "WidgetStyle",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "widgetstyle",
"community": 9,
"community_name": "client.rs",
"norm_label": "widgetstyle"
},
{
"label": "build_node()",
"file_type": "code",
"source_file": "src/widgets/render.rs",
"source_location": "L150",
"_origin": "ast",
"id": "src_widgets_render_build_node",
"community": 9,
"community_name": "client.rs",
"norm_label": "build_node()"
},
{
"label": "WidgetNode",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "widgetnode",
"community": 9,
"community_name": "client.rs",
"norm_label": "widgetnode"
},
{
"label": "AGENTS.md",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
"id": "agents",
"community": 16,
"community_name": "AGENTS.md \u2014 Repo hygiene",
"norm_label": "agents.md"
},
{
"label": "AGENTS.md \u2014 Repo hygiene",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
"id": "agents_agents_md_repo_hygiene",
"community": 16,
"community_name": "AGENTS.md \u2014 Repo hygiene",
"norm_label": "agents.md \u2014 repo hygiene"
},
{
"label": "Remotes",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L22",
"_origin": "ast",
"id": "agents_remotes",
"community": 16,
"community_name": "AGENTS.md \u2014 Repo hygiene",
"norm_label": "remotes"
},
{
"label": "CI",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L26",
"_origin": "ast",
"id": "agents_ci",
"community": 16,
"community_name": "AGENTS.md \u2014 Repo hygiene",
"norm_label": "ci"
},
{
"label": "Architecture",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L32",
"_origin": "ast",
"id": "agents_architecture",
"community": 16,
"community_name": "AGENTS.md \u2014 Repo hygiene",
"norm_label": "architecture"
},
{
"label": "Don't",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L49",
"_origin": "ast",
"id": "agents_don_t",
"community": 16,
"community_name": "AGENTS.md \u2014 Repo hygiene",
"norm_label": "don't"
},
{
"label": "CLAUDE.md",
"file_type": "document",
"source_file": "CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude",
"community": 42,
"community_name": "CLAUDE.md \u2014 Repo hygiene",
"norm_label": "claude.md"
},
{
"label": "CLAUDE.md \u2014 Repo hygiene",
"file_type": "document",
"source_file": "CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_claude_md_repo_hygiene",
"community": 42,
"community_name": "CLAUDE.md \u2014 Repo hygiene",
"norm_label": "claude.md \u2014 repo hygiene"
},
{
"label": "Remotes",
"file_type": "document",
"source_file": "CLAUDE.md",
"source_location": "L10",
"_origin": "ast",
"id": "claude_remotes",
"community": 42,
"community_name": "CLAUDE.md \u2014 Repo hygiene",
"norm_label": "remotes"
},
{
"label": "CI",
"file_type": "document",
"source_file": "CLAUDE.md",
"source_location": "L14",
"_origin": "ast",
"id": "claude_ci",
"community": 42,
"community_name": "CLAUDE.md \u2014 Repo hygiene",
"norm_label": "ci"
},
{
"label": "Don't",
"file_type": "document",
"source_file": "CLAUDE.md",
"source_location": "L19",
"_origin": "ast",
"id": "claude_don_t",
"community": 42,
"community_name": "CLAUDE.md \u2014 Repo hygiene",
"norm_label": "don't"
},
{
"label": "dev release workflow",
"type": "workflow",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 1,
"file_type": "concept",
"community": 15,
"norm_label": "dev release workflow",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_dev_release_workflow"
},
{
"label": "main branch push trigger",
"type": "trigger",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 8,
"file_type": "concept",
"community": 15,
"norm_label": "main branch push trigger",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_main_branch_trigger"
},
{
"label": "cargo build --release --locked",
"type": "build_step",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 22,
"file_type": "concept",
"community": 15,
"norm_label": "cargo build --release --locked",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_cargo_build"
},
{
"label": "Dev version auto-computation",
"type": "build_step",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 24,
"file_type": "concept",
"community": 15,
"norm_label": "dev version auto-computation",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_version_computation"
},
{
"label": "Artifact preparation and signing",
"type": "build_step",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 46,
"file_type": "concept",
"community": 15,
"norm_label": "artifact preparation and signing",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_artifact_preparation"
},
{
"label": "Dev index.json regeneration",
"type": "build_step",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 61,
"file_type": "concept",
"community": 15,
"norm_label": "dev index.json regeneration",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_index_generation"
},
{
"label": "bakery.toml integration",
"type": "artifact",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 56,
"file_type": "concept",
"community": 15,
"norm_label": "bakery.toml integration",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_bakery_integration"
},
{
"label": "self-hosted runner on hestia",
"type": "infrastructure",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 12,
"file_type": "concept",
"community": 15,
"norm_label": "self-hosted runner on hestia",
"_origin": "semantic",
"community_name": "dev release workflow",
"id": "forgejo_workflows_dev_release_yml_self_hosted_runner"
},
{
"label": "/srv/breadway-dl/dev/ distribution",
"type": "deployment",
"source_file": ".forgejo/workflows/dev-release.yml",
"source_line": 49,
"file_type": "concept",
"community": 37,
"norm_label": "/srv/breadway-dl/dev/ distribution",
"_origin": "semantic",
"community_name": "/srv/breadway-dl/dev/ distribution",
"id": "forgejo_workflows_dev_release_yml_dev_track_distribution"
},
{
"label": "rc release workflow",
"type": "workflow",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 1,
"file_type": "concept",
"community": 18,
"norm_label": "rc release workflow",
"_origin": "semantic",
"community_name": "rc release workflow",
"id": "forgejo_workflows_rc_release_yml_rc_release_workflow"
},
{
"label": "vX.Y.Z-rc.N tag push trigger",
"type": "trigger",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 9,
"file_type": "concept",
"community": 18,
"norm_label": "vx.y.z-rc.n tag push trigger",
"_origin": "semantic",
"community_name": "rc release workflow",
"id": "forgejo_workflows_rc_release_yml_rc_tag_trigger"
},
{
"label": "RC build on tag",
"type": "build_step",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 24,
"file_type": "concept",
"community": 18,
"norm_label": "rc build on tag",
"_origin": "semantic",
"community_name": "rc release workflow",
"id": "forgejo_workflows_rc_release_yml_rc_build"
},
{
"label": "RC artifact preparation",
"type": "build_step",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 26,
"file_type": "concept",
"community": 18,
"norm_label": "rc artifact preparation",
"_origin": "semantic",
"community_name": "rc release workflow",
"id": "forgejo_workflows_rc_release_yml_rc_artifacts"
},
{
"label": "Beta index.json regeneration",
"type": "build_step",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 42,
"file_type": "concept",
"community": 18,
"norm_label": "beta index.json regeneration",
"_origin": "semantic",
"community_name": "rc release workflow",
"id": "forgejo_workflows_rc_release_yml_beta_index_generation"
},
{
"label": "/srv/breadway-dl/beta/ distribution",
"type": "deployment",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 30,
"file_type": "concept",
"community": 38,
"norm_label": "/srv/breadway-dl/beta/ distribution",
"_origin": "semantic",
"community_name": "/srv/breadway-dl/beta/ distribution",
"id": "forgejo_workflows_rc_release_yml_beta_track_distribution"
},
{
"label": "RC tag guard (contains -rc.)",
"type": "conditional",
"source_file": ".forgejo/workflows/rc-release.yml",
"source_line": 13,
"file_type": "concept",
"community": 18,
"norm_label": "rc tag guard (contains -rc.)",
"_origin": "semantic",
"community_name": "rc release workflow",
"id": "forgejo_workflows_rc_release_yml_rc_guard"
},
{
"label": "stable release workflow",
"type": "workflow",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 1,
"file_type": "concept",
"community": 23,
"norm_label": "stable release workflow",
"_origin": "semantic",
"community_name": "stable release workflow",
"id": "forgejo_workflows_release_yml_release_workflow"
},
{
"label": "vX.Y.Z tag push trigger",
"type": "trigger",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 5,
"file_type": "concept",
"community": 23,
"norm_label": "vx.y.z tag push trigger",
"_origin": "semantic",
"community_name": "stable release workflow",
"id": "forgejo_workflows_release_yml_stable_tag_trigger"
},
{
"label": "Stable release build",
"type": "build_step",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 20,
"file_type": "concept",
"community": 22,
"norm_label": "stable release build",
"_origin": "semantic",
"community_name": "Stable artifact preparation",
"id": "forgejo_workflows_release_yml_stable_build"
},
{
"label": "Stable artifact preparation",
"type": "build_step",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 22,
"file_type": "concept",
"community": 22,
"norm_label": "stable artifact preparation",
"_origin": "semantic",
"community_name": "Stable artifact preparation",
"id": "forgejo_workflows_release_yml_stable_artifacts"
},
{
"label": "Stable index.json regeneration",
"type": "build_step",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 36,
"file_type": "concept",
"community": 22,
"norm_label": "stable index.json regeneration",
"_origin": "semantic",
"community_name": "Stable artifact preparation",
"id": "forgejo_workflows_release_yml_stable_index_generation"
},
{
"label": "GitHub Release artifact upload",
"type": "deployment",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 43,
"file_type": "concept",
"community": 22,
"norm_label": "github release artifact upload",
"_origin": "semantic",
"community_name": "Stable artifact preparation",
"id": "forgejo_workflows_release_yml_github_release_upload"
},
{
"label": "/srv/breadway-dl/breadbar/ distribution",
"type": "deployment",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 26,
"file_type": "concept",
"community": 39,
"norm_label": "/srv/breadway-dl/breadbar/ distribution",
"_origin": "semantic",
"community_name": "/srv/breadway-dl/breadbar/ distribution",
"id": "forgejo_workflows_release_yml_stable_distribution"
},
{
"label": "NOT -rc tag guard",
"type": "conditional",
"source_file": ".forgejo/workflows/release.yml",
"source_line": 9,
"file_type": "concept",
"community": 23,
"norm_label": "not -rc tag guard",
"_origin": "semantic",
"community_name": "stable release workflow",
"id": "forgejo_workflows_release_yml_rc_guard_inverse"
},
{
"label": "Single-trunk (main) branch model",
"type": "concept",
"source_file": "CONTRIBUTING.md",
"source_line": 10,
"file_type": "concept",
"community": 24,
"norm_label": "single-trunk (main) branch model",
"_origin": "semantic",
"community_name": "feature/<name> short-lived branches",
"id": "CONTRIBUTING.md:single-trunk-model"
},
{
"label": "feature/<name> short-lived branches",
"type": "concept",
"source_file": "CONTRIBUTING.md",
"source_line": 18,
"file_type": "concept",
"community": 24,
"norm_label": "feature/<name> short-lived branches",
"_origin": "semantic",
"community_name": "feature/<name> short-lived branches",
"id": "CONTRIBUTING.md:feature-branches"
},
{
"label": "fix/<name> short-lived branches",
"type": "concept",
"source_file": "CONTRIBUTING.md",
"source_line": 19,
"file_type": "concept",
"community": 26,
"norm_label": "fix/<name> short-lived branches",
"_origin": "semantic",
"community_name": "fix/<name> short-lived branches",
"id": "CONTRIBUTING.md:fix-branches"
},
{
"label": "Tag-based release cycle",
"type": "concept",
"source_file": "CONTRIBUTING.md",
"source_line": 26,
"file_type": "concept",
"community": 19,
"norm_label": "tag-based release cycle",
"_origin": "semantic",
"community_name": "bakery package manager integration",
"id": "CONTRIBUTING.md:release-cycle"
},
{
"label": "dev track (every push to main)",
"type": "release_track",
"source_file": "CONTRIBUTING.md",
"source_line": 55,
"file_type": "concept",
"community": 19,
"norm_label": "dev track (every push to main)",
"_origin": "semantic",
"community_name": "bakery package manager integration",
"id": "CONTRIBUTING.md:dev-track"
},
{
"label": "beta track (vX.Y.Z-rc.N tags)",
"type": "release_track",
"source_file": "CONTRIBUTING.md",
"source_line": 54,
"file_type": "concept",
"community": 19,
"norm_label": "beta track (vx.y.z-rc.n tags)",
"_origin": "semantic",
"community_name": "bakery package manager integration",
"id": "CONTRIBUTING.md:beta-track"
},
{
"label": "stable track (vX.Y.Z tags)",
"type": "release_track",
"source_file": "CONTRIBUTING.md",
"source_line": 53,
"file_type": "concept",
"community": 19,
"norm_label": "stable track (vx.y.z tags)",
"_origin": "semantic",
"community_name": "bakery package manager integration",
"id": "CONTRIBUTING.md:stable-track"
},
{
"label": "bakery package manager integration",
"type": "dependency",
"source_file": "CONTRIBUTING.md",
"source_line": 46,
"file_type": "concept",
"community": 19,
"norm_label": "bakery package manager integration",
"_origin": "semantic",
"community_name": "bakery package manager integration",
"id": "CONTRIBUTING.md:bakery-integration"
},
{
"label": "Dev version auto-computation from latest tag",
"type": "algorithm",
"source_file": "CONTRIBUTING.md",
"source_line": 32,
"file_type": "concept",
"community": 27,
"norm_label": "dev version auto-computation from latest tag",
"_origin": "semantic",
"community_name": "Dev version auto-computation from latest tag",
"id": "CONTRIBUTING.md:version-auto-compute"
},
{
"label": "bread-ecosystem release policy integration",
"type": "dependency",
"source_file": "CONTRIBUTING.md",
"source_line": 5,
"file_type": "concept",
"community": 25,
"norm_label": "bread-ecosystem release policy integration",
"_origin": "semantic",
"community_name": "bread-ecosystem release policy integration",
"id": "CONTRIBUTING.md:bread-ecosystem-dependency"
},
{
"label": "Full-width top status bar",
"type": "component",
"source_file": "README.md",
"source_line": 9,
"file_type": "concept",
"community": 5,
"norm_label": "full-width top status bar",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:status-bar"
},
{
"label": "Control panel popover",
"type": "component",
"source_file": "README.md",
"source_line": 5,
"file_type": "concept",
"community": 14,
"norm_label": "control panel popover",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:control-panel"
},
{
"label": "D-Bus notification daemon",
"type": "component",
"source_file": "README.md",
"source_line": 5,
"file_type": "concept",
"community": 5,
"norm_label": "d-bus notification daemon",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:notification-daemon"
},
{
"label": "Volume/brightness OSD",
"type": "component",
"source_file": "README.md",
"source_line": 5,
"file_type": "concept",
"community": 36,
"norm_label": "volume/brightness osd",
"_origin": "semantic",
"community_name": "Volume/brightness OSD",
"id": "README.md:volume-osd"
},
{
"label": "SNI system tray",
"type": "component",
"source_file": "README.md",
"source_line": 5,
"file_type": "concept",
"community": 14,
"norm_label": "sni system tray",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:sni-tray"
},
{
"label": "WiFi details popover",
"type": "component",
"source_file": "README.md",
"source_line": 15,
"file_type": "concept",
"community": 5,
"norm_label": "wifi details popover",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:wifi-popover"
},
{
"label": "Workspace buttons (left section)",
"type": "widget",
"source_file": "README.md",
"source_line": 11,
"file_type": "concept",
"community": 5,
"norm_label": "workspace buttons (left section)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:workspace-buttons"
},
{
"label": "Media widget (center section)",
"type": "widget",
"source_file": "README.md",
"source_line": 12,
"file_type": "concept",
"community": 5,
"norm_label": "media widget (center section)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:media-widget"
},
{
"label": "Clock HH:MM (center section)",
"type": "widget",
"source_file": "README.md",
"source_line": 12,
"file_type": "concept",
"community": 5,
"norm_label": "clock hh:mm (center section)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:clock-widget"
},
{
"label": "CPU/RAM/power/battery (right section)",
"type": "widget",
"source_file": "README.md",
"source_line": 13,
"file_type": "concept",
"community": 5,
"norm_label": "cpu/ram/power/battery (right section)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:stats-widget"
},
{
"label": "Bluetooth icon with click handler",
"type": "widget",
"source_file": "README.md",
"source_line": 13,
"file_type": "concept",
"community": 5,
"norm_label": "bluetooth icon with click handler",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bluetooth-icon"
},
{
"label": "WiFi SSID and signal strength icon",
"type": "widget",
"source_file": "README.md",
"source_line": 13,
"file_type": "concept",
"community": 5,
"norm_label": "wifi ssid and signal strength icon",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:wifi-icon"
},
{
"label": "Control panel hamburger button",
"type": "widget",
"source_file": "README.md",
"source_line": 13,
"file_type": "concept",
"community": 5,
"norm_label": "control panel hamburger button",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:hamburger-button"
},
{
"label": "Volume slider (wpctl, up to 150%)",
"type": "widget",
"source_file": "README.md",
"source_line": 24,
"file_type": "concept",
"community": 14,
"norm_label": "volume slider (wpctl, up to 150%)",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:volume-slider"
},
{
"label": "Brightness slider (brightnessctl)",
"type": "widget",
"source_file": "README.md",
"source_line": 25,
"file_type": "concept",
"community": 14,
"norm_label": "brightness slider (brightnessctl)",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:brightness-slider"
},
{
"label": "Live CPU%, GPU%, network throughput display",
"type": "widget",
"source_file": "README.md",
"source_line": 26,
"file_type": "concept",
"community": 14,
"norm_label": "live cpu%, gpu%, network throughput display",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:cpu-gpu-display"
},
{
"label": "Audio output selector (PulseAudio sinks)",
"type": "widget",
"source_file": "README.md",
"source_line": 27,
"file_type": "concept",
"community": 14,
"norm_label": "audio output selector (pulseaudio sinks)",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:audio-sink-selector"
},
{
"label": "Power buttons: lock, suspend, reboot, poweroff",
"type": "widget",
"source_file": "README.md",
"source_line": 29,
"file_type": "concept",
"community": 14,
"norm_label": "power buttons: lock, suspend, reboot, poweroff",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "README.md:power-buttons"
},
{
"label": "org.freedesktop.Notifications D-Bus service",
"type": "service",
"source_file": "README.md",
"source_line": 33,
"file_type": "concept",
"community": 33,
"norm_label": "org.freedesktop.notifications d-bus service",
"_origin": "semantic",
"community_name": "org.freedesktop.Notifications D-Bus service",
"id": "README.md:notification-spec"
},
{
"label": "Notification popups (top-right stack)",
"type": "widget",
"source_file": "README.md",
"source_line": 34,
"file_type": "concept",
"community": 32,
"norm_label": "notification popups (top-right stack)",
"_origin": "semantic",
"community_name": "Notification popups (top-right stack)",
"id": "README.md:notification-popups"
},
{
"label": "bread-theme palette loading",
"type": "integration",
"source_file": "README.md",
"source_line": 44,
"file_type": "concept",
"community": 30,
"norm_label": "bread-theme palette loading",
"_origin": "semantic",
"community_name": "bread-theme palette loading",
"id": "README.md:bread-theme-integration"
},
{
"label": "pywal (wal/colors.json) integration",
"type": "integration",
"source_file": "README.md",
"source_line": 44,
"file_type": "concept",
"community": 5,
"norm_label": "pywal (wal/colors.json) integration",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:pywal-integration"
},
{
"label": "User CSS override (~/.config/breadbar/style.css)",
"type": "extension",
"source_file": "README.md",
"source_line": 45,
"file_type": "concept",
"community": 31,
"norm_label": "user css override (~/.config/breadbar/style.css)",
"_origin": "semantic",
"community_name": "User CSS override (~/.config/breadbar/style.css)",
"id": "README.md:css-override"
},
{
"label": "SIGHUP theme reload",
"type": "feature",
"source_file": "README.md",
"source_line": 46,
"file_type": "concept",
"community": 35,
"norm_label": "sighup theme reload",
"_origin": "semantic",
"community_name": "SIGHUP theme reload",
"id": "README.md:sighup-reload"
},
{
"label": "GTK4 app entry point and widget tree",
"type": "module",
"source_file": "README.md",
"source_line": 133,
"file_type": "concept",
"community": 5,
"norm_label": "gtk4 app entry point and widget tree",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:main.rs"
},
{
"label": "Hyprland IPC and workspace buttons",
"type": "module",
"source_file": "README.md",
"source_line": 134,
"file_type": "concept",
"community": 5,
"norm_label": "hyprland ipc and workspace buttons",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-workspaces"
},
{
"label": "Minute-tick clock",
"type": "module",
"source_file": "README.md",
"source_line": 135,
"file_type": "concept",
"community": 5,
"norm_label": "minute-tick clock",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-clock"
},
{
"label": "Polling loop: CPU, RAM, power, battery, BT, WiFi",
"type": "module",
"source_file": "README.md",
"source_line": 136,
"file_type": "concept",
"community": 5,
"norm_label": "polling loop: cpu, ram, power, battery, bt, wifi",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-stats"
},
{
"label": "playerctl polling and media widget",
"type": "module",
"source_file": "README.md",
"source_line": 137,
"file_type": "concept",
"community": 5,
"norm_label": "playerctl polling and media widget",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-media"
},
{
"label": "WiFi popover and breadcrumbs integration",
"type": "module",
"source_file": "README.md",
"source_line": 138,
"file_type": "concept",
"community": 5,
"norm_label": "wifi popover and breadcrumbs integration",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-wifi"
},
{
"label": "Control panel data: volume, brightness, sinks",
"type": "module",
"source_file": "README.md",
"source_line": 139,
"file_type": "concept",
"community": 5,
"norm_label": "control panel data: volume, brightness, sinks",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-control"
},
{
"label": "StatusNotifierWatcher D-Bus and SNI rendering",
"type": "module",
"source_file": "README.md",
"source_line": 140,
"file_type": "concept",
"community": 5,
"norm_label": "statusnotifierwatcher d-bus and sni rendering",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bar-tray"
},
{
"label": "Freedesktop.Notifications D-Bus service",
"type": "module",
"source_file": "README.md",
"source_line": 141,
"file_type": "concept",
"community": 5,
"norm_label": "freedesktop.notifications d-bus service",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:notifications-mod"
},
{
"label": "Layer-shell popup window and card stack",
"type": "module",
"source_file": "README.md",
"source_line": 142,
"file_type": "concept",
"community": 34,
"norm_label": "layer-shell popup window and card stack",
"_origin": "semantic",
"community_name": "Layer-shell popup window and card stack",
"id": "README.md:notifications-popup"
},
{
"label": "Volume/brightness on-screen display",
"type": "module",
"source_file": "README.md",
"source_line": 143,
"file_type": "concept",
"community": 5,
"norm_label": "volume/brightness on-screen display",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:osd"
},
{
"label": "bread-theme palette and CSS injection",
"type": "module",
"source_file": "README.md",
"source_line": 144,
"file_type": "concept",
"community": 5,
"norm_label": "bread-theme palette and css injection",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:theme.rs"
},
{
"label": "GTK4 >= 4.12 (runtime required)",
"type": "dependency",
"source_file": "README.md",
"source_line": 52,
"file_type": "concept",
"community": 5,
"norm_label": "gtk4 >= 4.12 (runtime required)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:GTK4"
},
{
"label": "gtk4-layer-shell (runtime required)",
"type": "dependency",
"source_file": "README.md",
"source_line": 53,
"file_type": "concept",
"community": 5,
"norm_label": "gtk4-layer-shell (runtime required)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:gtk4-layer-shell"
},
{
"label": "iw tool (WiFi SSID/signal)",
"type": "dependency",
"source_file": "README.md",
"source_line": 54,
"file_type": "concept",
"community": 5,
"norm_label": "iw tool (wifi ssid/signal)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:iw"
},
{
"label": "wpctl (WirePlumber) volume read/write",
"type": "dependency",
"source_file": "README.md",
"source_line": 55,
"file_type": "concept",
"community": 5,
"norm_label": "wpctl (wireplumber) volume read/write",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:wpctl"
},
{
"label": "pactl (PipeWire-Pulse) audio sink listing",
"type": "dependency",
"source_file": "README.md",
"source_line": 56,
"file_type": "concept",
"community": 5,
"norm_label": "pactl (pipewire-pulse) audio sink listing",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:pactl"
},
{
"label": "brightnessctl brightness read/write",
"type": "dependency",
"source_file": "README.md",
"source_line": 57,
"file_type": "concept",
"community": 5,
"norm_label": "brightnessctl brightness read/write",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:brightnessctl"
},
{
"label": "Hyprland compositor",
"type": "dependency",
"source_file": "README.md",
"source_line": 58,
"file_type": "concept",
"community": 5,
"norm_label": "hyprland compositor",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:Hyprland"
},
{
"label": "D-Bus session bus",
"type": "dependency",
"source_file": "README.md",
"source_line": 59,
"file_type": "concept",
"community": 5,
"norm_label": "d-bus session bus",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:dbus"
},
{
"label": "playerctl media player control (optional)",
"type": "dependency",
"source_file": "README.md",
"source_line": 63,
"file_type": "concept",
"community": 5,
"norm_label": "playerctl media player control (optional)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:playerctl"
},
{
"label": "breadcrumbs WiFi management (optional)",
"type": "dependency",
"source_file": "README.md",
"source_line": 64,
"file_type": "concept",
"community": 5,
"norm_label": "breadcrumbs wifi management (optional)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:breadcrumbs"
},
{
"label": "blueman-manager Bluetooth UI (optional)",
"type": "dependency",
"source_file": "README.md",
"source_line": 65,
"file_type": "concept",
"community": 5,
"norm_label": "blueman-manager bluetooth ui (optional)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:blueman-manager"
},
{
"label": "bread-theme palette provider (optional)",
"type": "dependency",
"source_file": "README.md",
"source_line": 44,
"file_type": "concept",
"community": 5,
"norm_label": "bread-theme palette provider (optional)",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:bread-theme"
},
{
"label": "/sys/class/rfkill Bluetooth state",
"type": "dependency",
"source_file": "README.md",
"source_line": 67,
"file_type": "concept",
"community": 5,
"norm_label": "/sys/class/rfkill bluetooth state",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "README.md:rfkill"
},
{
"label": "Rust 1.77+ (LazyLock)",
"type": "requirement",
"source_file": "README.md",
"source_line": 77,
"file_type": "concept",
"community": 29,
"norm_label": "rust 1.77+ (lazylock)",
"_origin": "semantic",
"community_name": "Rust 1.77+ (LazyLock)",
"id": "README.md:Rust1.77"
},
{
"label": "GTK4 development environment",
"type": "requirement",
"source_file": "README.md",
"source_line": 77,
"file_type": "concept",
"community": 28,
"norm_label": "gtk4 development environment",
"_origin": "semantic",
"community_name": "GTK4 development environment",
"id": "README.md:GTK4-dev"
},
{
"label": "AC Power",
"type": "icon",
"source_file": "assets/AC Power.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "ac power",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/AC Power.svg:ac-power"
},
{
"label": "Battery Low",
"type": "icon",
"source_file": "assets/Battery 1 Bar.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "battery low",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Battery 1 Bar.svg:battery-low"
},
{
"label": "Battery Medium",
"type": "icon",
"source_file": "assets/Battery 2 Bars.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "battery medium",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Battery 2 Bars.svg:battery-medium"
},
{
"label": "Battery Full",
"type": "icon",
"source_file": "assets/Battery 3 Bars.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "battery full",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Battery 3 Bars.svg:battery-full"
},
{
"label": "Bluetooth Connected",
"type": "icon",
"source_file": "assets/Bluetooth Connected.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "bluetooth connected",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Bluetooth Connected.svg:bluetooth-connected"
},
{
"label": "Bluetooth Off",
"type": "icon",
"source_file": "assets/Bluetooth Off.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "bluetooth off",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Bluetooth Off.svg:bluetooth-off"
},
{
"label": "Settings",
"type": "icon",
"source_file": "assets/Bluetooth Settings.svg",
"source_line": 1,
"file_type": "concept",
"community": 14,
"norm_label": "settings",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "assets/Bluetooth Settings.svg:settings-gear"
},
{
"label": "Bluetooth",
"type": "icon",
"source_file": "assets/Bluetooth.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "bluetooth",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Bluetooth.svg:bluetooth-basic"
},
{
"label": "Brightness",
"type": "icon",
"source_file": "assets/Brightness.svg",
"source_line": 1,
"file_type": "concept",
"community": 14,
"norm_label": "brightness",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "assets/Brightness.svg:brightness-sun"
},
{
"label": "CPU",
"type": "icon",
"source_file": "assets/CPU.svg",
"source_line": 1,
"file_type": "concept",
"community": 14,
"norm_label": "cpu",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "assets/CPU.svg:cpu-chip"
},
{
"label": "Lock",
"type": "icon",
"source_file": "assets/Lock.svg",
"source_line": 1,
"file_type": "concept",
"community": 14,
"norm_label": "lock",
"_origin": "semantic",
"community_name": "Control panel popover",
"id": "assets/Lock.svg:lock-padlock"
},
{
"label": "Next",
"type": "icon",
"source_file": "assets/Next.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "next",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Next.svg:skip-forward"
},
{
"label": "Pause",
"type": "icon",
"source_file": "assets/Pause.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "pause",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Pause.svg:pause-icon"
},
{
"label": "Play",
"type": "icon",
"source_file": "assets/Play.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "play",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Play.svg:play-icon"
},
{
"label": "Power",
"type": "icon",
"source_file": "assets/Power Draw.svg",
"source_line": 1,
"file_type": "concept",
"community": 5,
"norm_label": "power",
"_origin": "semantic",
"community_name": "GTK4 app entry point and widget tree",
"id": "assets/Power Draw.svg:power-zap"
},
{
"label": "Skip Back Icon",
"type": "visual_component",
"source_file": "assets/Previous.svg",
"source_line": 1,
"description": "Navigation icon for skipping to previous item",
"file_type": "concept",
"community": 2,
"norm_label": "skip back icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_previous_svg_skip_back_icon"
},
{
"label": "Triangle Polygon",
"type": "vector_element",
"source_file": "assets/Previous.svg",
"source_line": 1,
"description": "Pointing-right triangle shape in skip-back icon",
"file_type": "concept",
"community": 2,
"norm_label": "triangle polygon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_previous_svg_triangle_shape"
},
{
"label": "Vertical Separator Line",
"type": "vector_element",
"source_file": "assets/Previous.svg",
"source_line": 1,
"description": "Vertical line separator on left side of icon",
"file_type": "concept",
"community": 2,
"norm_label": "vertical separator line",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_previous_svg_vertical_line"
},
{
"label": "Memory Stick Icon",
"type": "visual_component",
"source_file": "assets/RAM Usage.svg",
"source_line": 1,
"description": "Hardware indicator for RAM/memory usage",
"file_type": "concept",
"community": 2,
"norm_label": "memory stick icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_ram_usage_svg_memory_stick_icon"
},
{
"label": "Memory Module Elements",
"type": "vector_element",
"source_file": "assets/RAM Usage.svg",
"source_line": 1,
"description": "Multiple vertical connector paths representing memory slots/modules",
"file_type": "concept",
"community": 2,
"norm_label": "memory module elements",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_ram_usage_svg_memory_modules"
},
{
"label": "Memory Chassis Rectangle",
"type": "vector_element",
"source_file": "assets/RAM Usage.svg",
"source_line": 1,
"description": "Main rectangular container body of memory stick with rounded corners",
"file_type": "concept",
"community": 2,
"norm_label": "memory chassis rectangle",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_ram_usage_svg_memory_chassis"
},
{
"label": "Rotate Counter-Clockwise Icon",
"type": "visual_component",
"source_file": "assets/Restart.svg",
"source_line": 1,
"description": "Restart/reload action icon showing counter-clockwise rotation",
"file_type": "concept",
"community": 2,
"norm_label": "rotate counter-clockwise icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_restart_svg_rotate_ccw_icon"
},
{
"label": "Circular Arrow Path",
"type": "vector_element",
"source_file": "assets/Restart.svg",
"source_line": 1,
"description": "Main curved arc creating circular motion in restart icon",
"file_type": "concept",
"community": 2,
"norm_label": "circular arrow path",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_restart_svg_circular_arrow"
},
{
"label": "Corner Arrow",
"type": "vector_element",
"source_file": "assets/Restart.svg",
"source_line": 1,
"description": "Small arrow at top-left corner indicating direction",
"file_type": "concept",
"community": 2,
"norm_label": "corner arrow",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_restart_svg_corner_arrow"
},
{
"label": "Power Icon",
"type": "visual_component",
"source_file": "assets/Shutdown.svg",
"source_line": 1,
"description": "Power control icon for shutdown/power toggle",
"file_type": "concept",
"community": 2,
"norm_label": "power icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_shutdown_svg_power_icon"
},
{
"label": "Power Button Line",
"type": "vector_element",
"source_file": "assets/Shutdown.svg",
"source_line": 1,
"description": "Vertical line representing power button stem",
"file_type": "concept",
"community": 2,
"norm_label": "power button line",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_shutdown_svg_power_button"
},
{
"label": "Power Symbol Arc",
"type": "vector_element",
"source_file": "assets/Shutdown.svg",
"source_line": 1,
"description": "Curved line forming power symbol (open circle with stem)",
"file_type": "concept",
"community": 2,
"norm_label": "power symbol arc",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_shutdown_svg_power_symbol"
},
{
"label": "Moon Icon",
"type": "visual_component",
"source_file": "assets/Sleep.svg",
"source_line": 1,
"description": "Sleep mode icon showing crescent moon",
"file_type": "concept",
"community": 2,
"norm_label": "moon icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_sleep_svg_moon_icon"
},
{
"label": "Crescent Moon Path",
"type": "vector_element",
"source_file": "assets/Sleep.svg",
"source_line": 1,
"description": "Primary crescent moon path shape",
"file_type": "concept",
"community": 2,
"norm_label": "crescent moon path",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_sleep_svg_crescent_shape"
},
{
"label": "Volume Level 2 Icon",
"type": "visual_component",
"source_file": "assets/Volume.svg",
"source_line": 1,
"description": "Audio volume control icon showing speaker with sound waves",
"file_type": "concept",
"community": 2,
"norm_label": "volume level 2 icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_volume_svg_volume_2_icon"
},
{
"label": "Speaker Cone",
"type": "vector_element",
"source_file": "assets/Volume.svg",
"source_line": 1,
"description": "Polygon shape representing speaker driver cone",
"file_type": "concept",
"community": 2,
"norm_label": "speaker cone",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_volume_svg_speaker_cone"
},
{
"label": "Concentric Sound Wave Arcs",
"type": "vector_element",
"source_file": "assets/Volume.svg",
"source_line": 1,
"description": "Two concentric circular paths representing sound wave propagation",
"file_type": "concept",
"community": 2,
"norm_label": "concentric sound wave arcs",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_volume_svg_sound_waves"
},
{
"label": "WiFi Sync Icon",
"type": "visual_component",
"source_file": "assets/WiFi Connecting.svg",
"source_line": 1,
"description": "WiFi connecting state with synchronization indicator",
"file_type": "concept",
"community": 2,
"norm_label": "wifi sync icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_connecting_svg_wifi_sync_icon"
},
{
"label": "WiFi Signal Arcs",
"type": "vector_element",
"source_file": "assets/WiFi Connecting.svg",
"source_line": 1,
"description": "Curved paths representing WiFi signal strength arcs",
"file_type": "concept",
"community": 2,
"norm_label": "wifi signal arcs",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_connecting_svg_wifi_arcs"
},
{
"label": "Synchronization Indicators",
"type": "vector_element",
"source_file": "assets/WiFi Connecting.svg",
"source_line": 1,
"description": "Perpendicular lines indicating data synchronization",
"file_type": "concept",
"community": 2,
"norm_label": "synchronization indicators",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_connecting_svg_sync_arrows"
},
{
"label": "WiFi Disconnected Icon",
"type": "visual_component",
"source_file": "assets/WiFi Disconnect.svg",
"source_line": 1,
"description": "WiFi network disconnected state indicator",
"file_type": "concept",
"community": 2,
"norm_label": "wifi disconnected icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_disconnect_svg_wifi_off_icon"
},
{
"label": "Disabled WiFi Arcs",
"type": "vector_element",
"source_file": "assets/WiFi Disconnect.svg",
"source_line": 1,
"description": "WiFi signal arc paths in off/disabled state",
"file_type": "concept",
"community": 2,
"norm_label": "disabled wifi arcs",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_disconnect_svg_wifi_arcs_disabled"
},
{
"label": "Diagonal Cancel Slash",
"type": "vector_element",
"source_file": "assets/WiFi Disconnect.svg",
"source_line": 1,
"description": "Diagonal line crossing through WiFi arcs indicating disabled state",
"file_type": "concept",
"community": 2,
"norm_label": "diagonal cancel slash",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_disconnect_svg_cancel_slash"
},
{
"label": "WiFi High/Medium Icon",
"type": "visual_component",
"source_file": "assets/WiFi Medium.svg",
"source_line": 1,
"description": "WiFi signal strength indicator for medium-to-high signal",
"file_type": "concept",
"community": 2,
"norm_label": "wifi high/medium icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_medium_svg_wifi_high_icon"
},
{
"label": "Signal Dot",
"type": "vector_element",
"source_file": "assets/WiFi Medium.svg",
"source_line": 1,
"description": "Center dot representing WiFi access point",
"file_type": "concept",
"community": 2,
"norm_label": "signal dot",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_medium_svg_signal_dot"
},
{
"label": "Two Outer Signal Arcs",
"type": "vector_element",
"source_file": "assets/WiFi Medium.svg",
"source_line": 1,
"description": "Two concentric arcs showing medium signal strength",
"file_type": "concept",
"community": 2,
"norm_label": "two outer signal arcs",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_medium_svg_two_signal_arcs"
},
{
"label": "WiFi Full/Strong Icon",
"type": "visual_component",
"source_file": "assets/WiFi Strong.svg",
"source_line": 1,
"description": "WiFi signal strength indicator for full/strong signal",
"file_type": "concept",
"community": 2,
"norm_label": "wifi full/strong icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_strong_svg_wifi_icon"
},
{
"label": "Signal Dot",
"type": "vector_element",
"source_file": "assets/WiFi Strong.svg",
"source_line": 1,
"description": "Center dot representing WiFi access point",
"file_type": "concept",
"community": 2,
"norm_label": "signal dot",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_strong_svg_signal_dot_full"
},
{
"label": "Three Full Signal Arcs",
"type": "vector_element",
"source_file": "assets/WiFi Strong.svg",
"source_line": 1,
"description": "Three concentric arcs showing full/strong signal strength",
"file_type": "concept",
"community": 2,
"norm_label": "three full signal arcs",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_strong_svg_three_signal_arcs"
},
{
"label": "WiFi Weak/Low Icon",
"type": "visual_component",
"source_file": "assets/WiFi Weak.svg",
"source_line": 1,
"description": "WiFi signal strength indicator for weak/low signal",
"file_type": "concept",
"community": 2,
"norm_label": "wifi weak/low icon",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_weak_svg_wifi_low_icon"
},
{
"label": "Signal Dot",
"type": "vector_element",
"source_file": "assets/WiFi Weak.svg",
"source_line": 1,
"description": "Center dot representing WiFi access point",
"file_type": "concept",
"community": 2,
"norm_label": "signal dot",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_weak_svg_signal_dot_low"
},
{
"label": "Single Inner Signal Arc",
"type": "vector_element",
"source_file": "assets/WiFi Weak.svg",
"source_line": 1,
"description": "Single inner arc indicating weak signal strength",
"file_type": "concept",
"community": 2,
"norm_label": "single inner signal arc",
"_origin": "semantic",
"community_name": "Icon System",
"id": "assets_wifi_weak_svg_one_signal_arc"
},
{
"label": "Lucide Icon Library",
"type": "external_dependency",
"source_file": "https:/lucide.dev",
"source_line": 0,
"description": "Open-source icon library providing SVG icon designs",
"file_type": "concept",
"community": 2,
"norm_label": "lucide icon library",
"_origin": "semantic",
"community_name": "Icon System",
"id": "https_lucide_icon_library"
},
{
"label": "Breadbar Status Bar UI",
"type": "ui_system",
"source_file": ".",
"source_line": 0,
"description": "Desktop status bar application using icon assets",
"file_type": "concept",
"community": 2,
"norm_label": "breadbar status bar ui",
"_origin": "semantic",
"community_name": "Icon System",
"id": "breadbar:statusbar-ui"
},
{
"label": "Icon System",
"type": "design_system",
"source_file": "assets",
"source_line": 0,
"description": "Cohesive icon set for breadbar UI components and status indicators",
"file_type": "concept",
"community": 2,
"norm_label": "icon system",
"_origin": "semantic",
"community_name": "Icon System",
"id": "breadbar:icon-system"
}
],
"links": [
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "ci/build.sh",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "ci_build",
"target": "ci_build_sh__entry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_btdevice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_btpopoverdata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_fetch_devices",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_powered",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L106",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_spawn_connect",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L116",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_spawn_disconnect",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L85",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_spawn_popover_load",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_spawn_set_powered",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth",
"target": "src_bar_bluetooth_try_fetch_devices",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L8",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_bluetooth_btdevice",
"target": "src_bar_bluetooth_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L16",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_bluetooth_btpopoverdata",
"target": "src_bar_bluetooth_btdevice",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L38",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_bluetooth_fetch_devices",
"target": "src_bar_bluetooth_btdevice",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L42",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_bluetooth_try_fetch_devices",
"target": "src_bar_bluetooth_btdevice",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L106",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_connect",
"target": "src_bar_bluetooth_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L116",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_disconnect",
"target": "src_bar_bluetooth_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L16",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_bluetooth_btpopoverdata",
"target": "src_bar_bluetooth_rs_vec",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L88",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_popover_load",
"target": "src_bar_bluetooth_btpopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L89",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_bar_bluetooth_btpopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L136",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_bluetooth_btpopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L38",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_bluetooth_fetch_devices",
"target": "src_bar_bluetooth_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L42",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_bluetooth_try_fetch_devices",
"target": "src_bar_bluetooth_rs_vec",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_popover_load",
"target": "src_bar_bluetooth_powered",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth_fetch_devices",
"target": "src_bar_bluetooth_try_fetch_devices",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L87",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_popover_load",
"target": "src_bar_bluetooth_fetch_devices",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L42",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_bluetooth_try_fetch_devices",
"target": "src_bar_bluetooth_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L85",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_popover_load",
"target": "src_bar_bluetooth_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/bluetooth.rs",
"source_location": "L85",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_bluetooth_spawn_popover_load",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock",
"target": "src_bar_clock_current",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock",
"target": "src_bar_clock_date",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock",
"target": "src_bar_clock_now",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_clock",
"target": "src_bar_clock_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock",
"target": "src_bar_clock_spawn_ticker",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock",
"target": "src_bar_clock_time",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock_date",
"target": "src_bar_clock_now",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L4",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_clock_now",
"target": "datetime",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_clock_time",
"target": "src_bar_clock_now",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L8",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_clock_time",
"target": "src_bar_clock_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L17",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_clock_current",
"target": "src_bar_clock_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L13",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_clock_date",
"target": "src_bar_clock_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L21",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_clock_spawn_ticker",
"target": "src_bar_clock_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/clock.rs",
"source_location": "L21",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_clock_spawn_ticker",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_audiosink",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_controlpaneldata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_fetch_brightness",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_fetch_sinks",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_fetch_volume",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L92",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_spawn_load",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L114",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_spawn_set_brightness",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L124",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_spawn_set_sink",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L104",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control",
"target": "src_bar_control_spawn_set_volume",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L8",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_control_audiosink",
"target": "src_bar_control_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L16",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_control_controlpaneldata",
"target": "src_bar_control_audiosink",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L61",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_control_fetch_sinks",
"target": "src_bar_control_audiosink",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1149",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_rebuild_sinks",
"target": "src_bar_control_audiosink",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L124",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_control_spawn_set_sink",
"target": "src_bar_control_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L16",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_control_controlpaneldata",
"target": "src_bar_control_rs_vec",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control_spawn_load",
"target": "src_bar_control_controlpaneldata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L138",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_control_controlpaneldata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L61",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_control_fetch_sinks",
"target": "src_bar_control_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L92",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_control_spawn_load",
"target": "src_bar_control_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L92",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_control_spawn_load",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L147",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_control_spawn_set_sink",
"target": "src_bar_control_spawn_load",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L124",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_control_spawn_set_sink",
"target": "src_bar_control_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/control.rs",
"source_location": "L124",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_control_spawn_set_sink",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_media",
"target": "src_bar_media_fetch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_media",
"target": "src_bar_media_mediastate",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_media",
"target": "src_bar_media_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_media",
"target": "src_bar_media_spawn_cmd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L69",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_media",
"target": "src_bar_media_spawn_poller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L13",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_media_fetch",
"target": "src_bar_media_mediastate",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L8",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_media_mediastate",
"target": "src_bar_media_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L95",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_bar_media_mediastate",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L137",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_media_mediastate",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L72",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_media_spawn_poller",
"target": "src_bar_media_fetch",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L69",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_media_spawn_poller",
"target": "src_bar_media_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/media.rs",
"source_location": "L69",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_media_spawn_poller",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L191",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_bat_level_icon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L148",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_bat_path",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L243",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_bt_connected_icon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L220",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_bt_rfkill_on",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L79",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_cpusnapshot",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L415",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_poll",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L201",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_ac",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L183",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_battery",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L236",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_bt",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L91",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_cpu",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L333",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_cpu_temp",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L393",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_crumbs_profile",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L337",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_gpu_temp",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L341",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_gpu_usage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L321",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_hwmon_temp",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L352",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_net_throughput",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L163",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_power",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L123",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_ram",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L487",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_volume_pct",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L281",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_read_wifi",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L504",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_spawn_poller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_stats",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L269",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats",
"target": "src_bar_stats_wifi_iface",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L415",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_stats",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L73",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_stats_stats",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L70",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_stats_stats",
"target": "src_bar_stats_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L131",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_stats_stats",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L393",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_stats_read_crumbs_profile",
"target": "src_bar_stats_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L281",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_wifi",
"target": "src_bar_stats_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L148",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_bat_path",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L243",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_bt_connected_icon",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L183",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_battery",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L333",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_cpu_temp",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L393",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_crumbs_profile",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L337",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_gpu_temp",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L341",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_gpu_usage",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L321",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_hwmon_temp",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L163",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_read_power",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L269",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_stats_wifi_iface",
"target": "src_bar_stats_rs_option",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L416",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_cpu",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L417",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_ram",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L148",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_stats_bat_path",
"target": "src_bar_stats_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L184",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_battery",
"target": "src_bar_stats_bat_path",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L164",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_power",
"target": "src_bar_stats_bat_path",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L423",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_power",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L425",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_battery",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L429",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_ac",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L237",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_bt",
"target": "src_bar_stats_bt_rfkill_on",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L434",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_bt",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L240",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_bt",
"target": "src_bar_stats_bt_connected_icon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L282",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_wifi",
"target": "src_bar_stats_wifi_iface",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L444",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_wifi",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L334",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_cpu_temp",
"target": "src_bar_stats_read_hwmon_temp",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L338",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_read_gpu_temp",
"target": "src_bar_stats_read_hwmon_temp",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L452",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_cpu_temp",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L454",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_gpu_temp",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L453",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_gpu_usage",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L455",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_net_throughput",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L451",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_crumbs_profile",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L456",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_poll",
"target": "src_bar_stats_read_volume_pct",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L507",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_stats_spawn_poller",
"target": "src_bar_stats_poll",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L504",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_stats_spawn_poller",
"target": "src_bar_stats_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/stats.rs",
"source_location": "L504",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_stats_spawn_poller",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L198",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_make_tray_image",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L90",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_parse_service",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L215",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_pixels_to_image",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_read_icon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L100",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_read_item",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L4",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_spawn_activate",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L145",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_spawn_watcher",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_trayicondata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_trayupdate",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_watcher",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray",
"target": "src_bar_tray_watcherstate",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L198",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_make_tray_image",
"target": "src_bar_tray_trayicondata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L113",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_read_icon",
"target": "src_bar_tray_trayicondata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L100",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_read_item",
"target": "src_bar_tray_trayicondata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L12",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_trayicondata",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L11",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_trayicondata",
"target": "src_bar_tray_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L17",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_trayupdate",
"target": "src_bar_tray_trayicondata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L60",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_watcher_registered_status_notifier_items",
"target": "src_bar_tray_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L22",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_watcherstate",
"target": "src_bar_tray_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L90",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_parse_service",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L100",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_read_item",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L133",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_spawn_activate",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L18",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_trayupdate",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L27",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L51",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_watcher_register_status_notifier_host",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L32",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_watcher_register_status_notifier_item",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L60",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_watcher_registered_status_notifier_items",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L22",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_watcherstate",
"target": "src_bar_tray_rs_string",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L173",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_spawn_watcher",
"target": "src_bar_tray_trayupdate",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L17",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_trayupdate",
"target": "src_bar_tray_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L132",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_tray_trayupdate",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L198",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_make_tray_image",
"target": "src_bar_tray_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L215",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_pixels_to_image",
"target": "src_bar_tray_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L113",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_read_icon",
"target": "src_bar_tray_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L100",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_read_item",
"target": "src_bar_tray_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L26",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_watcherstate",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L26",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "arc",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L26",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_rs_mutex",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L65",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_watcher_is_status_notifier_host_registered",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_watcher_protocol_version",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L51",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_watcher_register_status_notifier_host",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_watcher_register_status_notifier_item",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L60",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "src_bar_tray_watcher_registered_status_notifier_items",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L27",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_tray_watcher",
"target": "unboundedsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L32",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_watcher_register_status_notifier_item",
"target": "header",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L32",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_watcher_register_status_notifier_item",
"target": "signalemitter",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_watcher_register_status_notifier_item",
"target": "src_bar_tray_parse_service",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L51",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_watcher_register_status_notifier_host",
"target": "signalemitter",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L108",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_read_item",
"target": "src_bar_tray_read_icon",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L100",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_read_item",
"target": "src_bar_tray_rs_connection",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L170",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_spawn_watcher",
"target": "src_bar_tray_read_item",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L113",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_read_icon",
"target": "proxy",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L145",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_tray_spawn_watcher",
"target": "src_bar_tray_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L145",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_spawn_watcher",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L200",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_tray_make_tray_image",
"target": "src_bar_tray_pixels_to_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L198",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_tray_make_tray_image",
"target": "src_bar_tray_rs_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/tray.rs",
"source_location": "L215",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_tray_pixels_to_image",
"target": "src_bar_tray_rs_image",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_crumbsstatus",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_fetch_profile_list",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L100",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_fetch_scan",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_fetch_status",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_saved_ssids",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_scanentry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L195",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_spawn_add_and_join",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L185",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_spawn_join",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L147",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_spawn_popover_load",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L175",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_spawn_profile_set",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L134",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_spawn_status_poller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi",
"target": "src_bar_wifi_wifipopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L9",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_wifi_crumbsstatus",
"target": "src_bar_wifi_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L9",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_crumbsstatus",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L31",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_fetch_status",
"target": "src_bar_wifi_crumbsstatus",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L138",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi_spawn_status_poller",
"target": "src_bar_wifi_crumbsstatus",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L82",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_bar_wifi_crumbsstatus",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L133",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_wifi_crumbsstatus",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L57",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_fetch_profile_list",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L78",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_saved_ssids",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L18",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_wifi_scanentry",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L195",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_wifi_spawn_add_and_join",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L185",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_wifi_spawn_join",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L175",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_wifi_spawn_profile_set",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L25",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_wifipopoverdata",
"target": "src_bar_wifi_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L31",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_wifi_fetch_status",
"target": "src_bar_wifi_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L100",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_fetch_scan",
"target": "src_bar_wifi_scanentry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L26",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_wifipopoverdata",
"target": "src_bar_wifi_scanentry",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L150",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi_spawn_popover_load",
"target": "src_bar_wifi_wifipopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L26",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_wifi_wifipopoverdata",
"target": "src_bar_wifi_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L83",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_bar_wifi_wifipopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L134",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_bar_wifi_wifipopoverdata",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L57",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_wifi_fetch_profile_list",
"target": "src_bar_wifi_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L100",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_wifi_fetch_scan",
"target": "src_bar_wifi_rs_vec",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L137",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi_spawn_status_poller",
"target": "src_bar_wifi_fetch_status",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L149",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi_spawn_popover_load",
"target": "src_bar_wifi_fetch_profile_list",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L111",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi_fetch_scan",
"target": "src_bar_wifi_saved_ssids",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L78",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_wifi_saved_ssids",
"target": "hashset",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L155",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_wifi_spawn_popover_load",
"target": "src_bar_wifi_fetch_scan",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L134",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_wifi_spawn_status_poller",
"target": "src_bar_wifi_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L134",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_spawn_status_poller",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L147",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_wifi_spawn_popover_load",
"target": "src_bar_wifi_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/wifi.rs",
"source_location": "L147",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_wifi_spawn_popover_load",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L3",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "instant",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L1",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "refcell",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_apply_geom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L352",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_button_geom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L420",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_ease",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L426",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_ease_overshoot",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L161",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L325",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_inset_pill",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L407",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_lerp",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L411",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_lerp_geom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L127",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_make_button",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L334",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_resolved_dest",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L14",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_rs_rc",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_spawn_watcher",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L403",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_still_placeholder",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_switch_workspace",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_sync_state",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L168",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_trailinner",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L176",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces",
"target": "src_bar_workspaces_workspacetrail",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L154",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_make_button",
"target": "src_bar_workspaces_switch_workspace",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L21",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_switch_workspace",
"target": "src_bar_workspaces_rs_workspaceid",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_switch_workspace",
"target": "src_bar_workspaces_workspacetrail_new",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L127",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_make_button",
"target": "src_bar_workspaces_rs_workspaceid",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_spawn_watcher",
"target": "src_bar_workspaces_sync_state",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L57",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_sync_state",
"target": "src_bar_workspaces_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L62",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_sync_state",
"target": "src_bar_workspaces_workspacetrail_new",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L57",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_sync_state",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L76",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_spawn_watcher",
"target": "src_bar_workspaces_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L91",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_spawn_watcher",
"target": "src_bar_workspaces_workspacetrail_new",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L76",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_spawn_watcher",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L127",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_make_button",
"target": "src_bar_workspaces_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L352",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_button_geom",
"target": "src_bar_workspaces_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L334",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_resolved_dest",
"target": "src_bar_workspaces_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L305",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_from_geom",
"target": "src_bar_workspaces_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L240",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_place",
"target": "src_bar_workspaces_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L261",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_apply_geom",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L352",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_button_geom",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L325",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_inset_pill",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L411",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_lerp_geom",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L334",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_resolved_dest",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L403",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_still_placeholder",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L170",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_workspaces_trailinner",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L305",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_from_geom",
"target": "src_bar_workspaces_geom",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_apply_geom",
"target": "src_bar_workspaces_trailinner",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L169",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_workspaces_trailinner",
"target": "src_bar_workspaces_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L169",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_trailinner",
"target": "tickcallbackid",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L181",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_trailinner",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L352",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_button_geom",
"target": "src_bar_workspaces_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L305",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_from_geom",
"target": "src_bar_workspaces_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L261",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L179",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "fixed",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L177",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "overlay",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L181",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "refcell",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L180",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L181",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_rs_rc",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L228",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_workspacetrail_cancel",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L234",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_workspacetrail_clear",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L305",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_workspacetrail_from_geom",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L185",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_workspacetrail_new",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L240",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_workspacetrail_place",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L261",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail",
"target": "src_bar_workspaces_workspacetrail_stretch",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L49",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_bar_workspaces_workspacetrail",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_apply_geom",
"target": "src_bar_workspaces_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_apply_geom",
"target": "fixed",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L352",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_button_geom",
"target": "fixed",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L334",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_resolved_dest",
"target": "fixed",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_bar_workspaces_apply_geom",
"target": "src_bar_workspaces_rs_rc",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L387",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_bar_workspaces_apply_geom",
"target": "refcell",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L4",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_theme",
"target": "refcell",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L185",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_new",
"target": "src_bar_workspaces_rs_self",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L235",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_clear",
"target": "src_bar_workspaces_workspacetrail_cancel",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L241",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_place",
"target": "src_bar_workspaces_workspacetrail_cancel",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L262",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_workspacetrail_cancel",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L243",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_place",
"target": "src_bar_workspaces_apply_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L242",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_place",
"target": "src_bar_workspaces_button_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L243",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_place",
"target": "src_bar_workspaces_inset_pill",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L264",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_workspacetrail_place",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L294",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_apply_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L286",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_ease",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L289",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_ease_overshoot",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L287",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_lerp_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L273",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_resolved_dest",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L263",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_stretch",
"target": "src_bar_workspaces_workspacetrail_from_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L313",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_workspacetrail_from_geom",
"target": "src_bar_workspaces_button_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L336",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_resolved_dest",
"target": "src_bar_workspaces_inset_pill",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L335",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_resolved_dest",
"target": "src_bar_workspaces_button_geom",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L336",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_resolved_dest",
"target": "src_bar_workspaces_still_placeholder",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/bar/workspaces.rs",
"source_location": "L413",
"weight": 1.0,
"_origin": "ast",
"source": "src_bar_workspaces_lerp_geom",
"target": "src_bar_workspaces_lerp",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L31",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_main",
"target": "cell",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L123",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_appinput",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1627",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_bar_chip",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_barinit",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1932",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_bind_layer_monitor",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1468",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_build_slider_row",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1961",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_drop_satellite",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1670",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_flip_clock_digits",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1899",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_gdk_monitor_for_hypr",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1881",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_hypr_monitor_names",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1888",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_hypr_monitor_origin",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1858",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_hypr_monitors_live",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1848",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_hyprmon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1799",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_main",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1654",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_make_clock_digits",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1644",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_play_once",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1632",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_popover_caret",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1700",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_popover_tab",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1739",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_prepare_icon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1873",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_primary_hypr_monitor",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1693",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_reveal_media",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L32",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_main",
"target": "src_main_rs_rc",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L28",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_main",
"target": "src_main_rs_workspaceid",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1508",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_show_add_network_dialog",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1945",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_spawn_satellite",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1639",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_stagger_row",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1792",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_stat_label",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1602",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_stat_pair",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1745",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_svg_image",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1749",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_svg_image_sized",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1755",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_svg_texture",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1761",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_svg_texture_sized",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1685",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_tick_label",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1722",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_unique_profiles",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1615",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_visible_ws_rows",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1488",
"weight": 1.0,
"_origin": "ast",
"source": "src_main",
"target": "src_main_wifi_icon_for_signal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L27",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_main",
"target": "workspace",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L36",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_barinit",
"target": "src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L36",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_barinit",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L35",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_barinit",
"target": "src_screenshot_screenshotrequest",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L96",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1899",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_gdk_monitor_for_hypr",
"target": "src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1888",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_hypr_monitor_origin",
"target": "src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1873",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_primary_hypr_monitor",
"target": "src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1945",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_spawn_satellite",
"target": "src_main_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L109",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L135",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1961",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_drop_satellite",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1881",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_hypr_monitor_names",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1849",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_hyprmon",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1873",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_primary_hypr_monitor",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1508",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_show_add_network_dialog",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1722",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_unique_profiles",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1615",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_visible_ws_rows",
"target": "src_main_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L101",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "cell",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L43",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L96",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "instant",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L100",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "scale",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L117",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "separator",
"confidence_score": 1.0
},
{
"relation": "implements",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L145",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "simplecomponent",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1183",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_apply_wifi_label",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L162",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_init",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1371",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_rebuild_bt_popover",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1192",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_rebuild_buttons",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1149",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_rebuild_sinks",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1223",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_rebuild_wifi_popover",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1120",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_reconcile_satellites",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1070",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_reconcile_widgets",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L838",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_app_update",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L116",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L109",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_button",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L115",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L94",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L93",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L101",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_rc",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L76",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_texture",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L54",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L50",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "src_main_rs_workspaceid",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L119",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_app",
"target": "src_panel_panelset",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L115",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "widgetplacement",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L46",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app",
"target": "workspace",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1961",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_drop_satellite",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1945",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_spawn_satellite",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L68",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_widgets_client_fetch_and_send",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L40",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_widgets_client_spawn",
"target": "src_main_app",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1070",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_reconcile_widgets",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L139",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1961",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_drop_satellite",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1881",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_hypr_monitor_names",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1858",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_hypr_monitors_live",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1654",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_make_clock_digits",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1722",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_unique_profiles",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1615",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_visible_ws_rows",
"target": "src_main_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1961",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_drop_satellite",
"target": "controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1945",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_spawn_satellite",
"target": "controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L125",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_appinput",
"target": "workspace",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1615",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_visible_ws_rows",
"target": "workspace",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L126",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_main_rs_workspaceid",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1615",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_visible_ws_rows",
"target": "src_main_rs_workspaceid",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1468",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_build_slider_row",
"target": "src_main_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1632",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_popover_caret",
"target": "src_main_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1693",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_reveal_media",
"target": "src_main_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1602",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_stat_pair",
"target": "src_main_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L126",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_main_appinput",
"target": "src_main_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1670",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_flip_clock_digits",
"target": "src_main_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1654",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_make_clock_digits",
"target": "src_main_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1792",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_stat_label",
"target": "src_main_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1602",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_stat_pair",
"target": "src_main_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1685",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_tick_label",
"target": "src_main_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1739",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_prepare_icon",
"target": "src_main_rs_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1745",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_svg_image",
"target": "src_main_rs_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1749",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_svg_image_sized",
"target": "src_main_rs_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1755",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_svg_texture",
"target": "src_main_rs_texture",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1761",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_svg_texture_sized",
"target": "src_main_rs_texture",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1468",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_build_slider_row",
"target": "scale",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L139",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_appinput",
"target": "widgetspec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1070",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app_reconcile_widgets",
"target": "widgetspec",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L13",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_widgets_client",
"target": "widgetspec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L162",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_app_init",
"target": "componentparts",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L162",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_init",
"target": "init",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L162",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_init",
"target": "root",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L290",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_bar_chip",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L188",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_bind_layer_monitor",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L518",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_build_slider_row",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L348",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_make_clock_digits",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L473",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_popover_caret",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L463",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_popover_tab",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L256",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_prepare_icon",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L162",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L162",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_rs_self",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L244",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_stat_label",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L385",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_stat_pair",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L251",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_svg_image",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L236",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_init",
"target": "src_main_svg_texture",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1149",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_rebuild_sinks",
"target": "src_main_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1223",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L838",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1149",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app_rebuild_sinks",
"target": "src_main_rs_self",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1223",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_rs_self",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L838",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_rs_self",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L838",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_app_update",
"target": "input",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L936",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_apply_wifi_label",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L990",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_rebuild_bt_popover",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L863",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_rebuild_buttons",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1052",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_rebuild_sinks",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L981",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_rebuild_wifi_popover",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L859",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_reconcile_satellites",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1055",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_app_reconcile_widgets",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L888",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_drop_satellite",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L892",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_flip_clock_digits",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1011",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_prepare_icon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1028",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_reveal_media",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L883",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_spawn_satellite",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1010",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_svg_texture",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L916",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_tick_label",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L854",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_update",
"target": "src_main_visible_ws_rows",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1137",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_reconcile_satellites",
"target": "src_main_drop_satellite",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1121",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_reconcile_satellites",
"target": "src_main_hypr_monitor_names",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1143",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_reconcile_satellites",
"target": "src_main_spawn_satellite",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1166",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_sinks",
"target": "src_main_stagger_row",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1211",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_buttons",
"target": "src_main_play_once",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1312",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_prepare_icon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1329",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_show_add_network_dialog",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1301",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_stagger_row",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1283",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_unique_profiles",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1311",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_wifi_popover",
"target": "src_main_wifi_icon_for_signal",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1424",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_bt_popover",
"target": "src_main_stagger_row",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1452",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_app_rebuild_bt_popover",
"target": "src_main_svg_image",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1508",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_show_add_network_dialog",
"target": "fnonce",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1508",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_show_add_network_dialog",
"target": "src_main_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1508",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_show_add_network_dialog",
"target": "src_main_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1508",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_show_add_network_dialog",
"target": "src_main_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1627",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_bar_chip",
"target": "src_main_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1644",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_play_once",
"target": "src_main_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1639",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_stagger_row",
"target": "src_main_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1627",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_bar_chip",
"target": "src_main_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1644",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_play_once",
"target": "src_main_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1639",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_stagger_row",
"target": "src_main_rs_widget",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1605",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_stat_pair",
"target": "src_main_bar_chip",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1606",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_stat_pair",
"target": "src_main_svg_image",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1680",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_flip_clock_digits",
"target": "src_main_play_once",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1695",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_reveal_media",
"target": "src_main_play_once",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1690",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_tick_label",
"target": "src_main_play_once",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1700",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_main_popover_tab",
"target": "src_main_rs_togglebutton",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1751",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_svg_image_sized",
"target": "src_main_prepare_icon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1746",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_svg_image",
"target": "src_main_svg_image_sized",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1750",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_svg_image_sized",
"target": "src_main_svg_texture_sized",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1756",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_svg_texture",
"target": "src_main_svg_texture_sized",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1858",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_hypr_monitors_live",
"target": "src_main_hyprmon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1882",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_hypr_monitor_names",
"target": "src_main_hypr_monitors_live",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1889",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_hypr_monitor_origin",
"target": "src_main_hypr_monitors_live",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1874",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_primary_hypr_monitor",
"target": "src_main_hypr_monitors_live",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1913",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_gdk_monitor_for_hypr",
"target": "src_main_hypr_monitor_names",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1912",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_gdk_monitor_for_hypr",
"target": "src_main_hypr_monitor_origin",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1933",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_bind_layer_monitor",
"target": "src_main_gdk_monitor_for_hypr",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1899",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_main_gdk_monitor_for_hypr",
"target": "monitor",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1946",
"weight": 1.0,
"_origin": "ast",
"source": "src_main_spawn_satellite",
"target": "src_main_gdk_monitor_for_hypr",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/main.rs",
"source_location": "L1932",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_main_bind_layer_monitor",
"target": "layershell",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "src/panel.rs",
"source_location": "L150",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_make_dismiss",
"target": "src_main_bind_layer_monitor"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "src/panel.rs",
"source_location": "L122",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_make_panel",
"target": "src_main_bind_layer_monitor"
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L3",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_notifications_history",
"target": "path",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L174",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_build_window",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L344",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_collapse_ws",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L362",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_entry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L332",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_format_time",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L138",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_from_persisted",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L82",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_history_path",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L160",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_load_into",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L437",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_load_into_ignores_corrupt_file",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L41",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_load_store",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L280",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_make_row",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_new_store",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L50",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_next_id",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_persist",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L405",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_persist_roundtrip_keeps_newest_first_and_bound",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L149",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_persist_to",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L97",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_persistedentry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L261",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_rebuild",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L63",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_record",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L374",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_record_is_newest_first_and_bounded",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L386",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_record_replaces_same_id_and_moves_to_front",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L255",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_refresh_if_visible",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L86",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_state_dir",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L122",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_to_persisted",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L246",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_toggle",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L348",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_truncate",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L399",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_truncate_adds_ellipsis_past_limit",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_ui",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L114",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_urgency_from_name",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L106",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_history_urgency_name",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L11",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_notifications_history",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L23",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_entry",
"target": "src_notifications_history_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L24",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_entry",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L25",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_entry",
"target": "systemtime",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L138",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_from_persisted",
"target": "src_notifications_history_entry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L280",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_make_row",
"target": "src_notifications_history_entry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L63",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_record",
"target": "src_notifications_history_entry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L122",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_to_persisted",
"target": "src_notifications_history_entry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L354",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_submit_reply",
"target": "src_notifications_history_entry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L344",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_collapse_ws",
"target": "src_notifications_history_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L332",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_format_time",
"target": "src_notifications_history_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L102",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_persistedentry",
"target": "src_notifications_history_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L348",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_truncate",
"target": "src_notifications_history_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L332",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_format_time",
"target": "systemtime",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L174",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_build_window",
"target": "src_notifications_history_ui",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L255",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_refresh_if_visible",
"target": "src_notifications_history_ui",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L246",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_toggle",
"target": "src_notifications_history_ui",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L30",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_ui",
"target": "src_notifications_history_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L31",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_ui",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L29",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_history_ui",
"target": "src_notifications_history_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_history_ui",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L280",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_make_row",
"target": "src_notifications_history_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L261",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_rebuild",
"target": "src_notifications_history_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L174",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_build_window",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L160",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_load_into",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L41",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_load_store",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L34",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_new_store",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L50",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_next_id",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L76",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_persist",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L149",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_persist_to",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L261",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_rebuild",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L63",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_record",
"target": "src_notifications_history_rs_store",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L449",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_load_into_ignores_corrupt_file",
"target": "src_notifications_history_new_store",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_load_store",
"target": "src_notifications_history_new_store",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L416",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_persist_roundtrip_keeps_newest_first_and_bound",
"target": "src_notifications_history_new_store",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L375",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_record_is_newest_first_and_bounded",
"target": "src_notifications_history_new_store",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L387",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_record_replaces_same_id_and_moves_to_front",
"target": "src_notifications_history_new_store",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_load_store",
"target": "src_notifications_history_history_path",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_load_store",
"target": "src_notifications_history_load_into",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L418",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_persist_roundtrip_keeps_newest_first_and_bound",
"target": "src_notifications_history_record",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L377",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_record_is_newest_first_and_bounded",
"target": "src_notifications_history_record",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L388",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_record_replaces_same_id_and_moves_to_front",
"target": "src_notifications_history_record",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L77",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_persist",
"target": "src_notifications_history_history_path",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_persist",
"target": "src_notifications_history_persist_to",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L82",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_history_path",
"target": "src_notifications_history_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L82",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_history_history_path",
"target": "src_notifications_history_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_history_path",
"target": "src_notifications_history_state_dir",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L86",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_state_dir",
"target": "src_notifications_history_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L86",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_history_state_dir",
"target": "src_notifications_history_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L138",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_from_persisted",
"target": "src_notifications_history_persistedentry",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L122",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_to_persisted",
"target": "src_notifications_history_persistedentry",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_to_persisted",
"target": "src_notifications_history_urgency_name",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L106",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_urgency_name",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L144",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_from_persisted",
"target": "src_notifications_history_urgency_from_name",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L114",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_urgency_from_name",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L170",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_load_into",
"target": "src_notifications_history_from_persisted",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L420",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_persist_roundtrip_keeps_newest_first_and_bound",
"target": "src_notifications_history_persist_to",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L149",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_persist_to",
"target": "path",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L149",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_history_persist_to",
"target": "src_notifications_history_rs_result",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L160",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_history_load_into",
"target": "path",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L450",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_load_into_ignores_corrupt_file",
"target": "src_notifications_history_load_into",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L423",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_persist_roundtrip_keeps_newest_first_and_bound",
"target": "src_notifications_history_load_into",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L250",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_toggle",
"target": "src_notifications_history_rebuild",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L257",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_refresh_if_visible",
"target": "src_notifications_history_rebuild",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L276",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_rebuild",
"target": "src_notifications_history_make_row",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L318",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_make_row",
"target": "src_notifications_history_collapse_ws",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L303",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_make_row",
"target": "src_notifications_history_format_time",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/history.rs",
"source_location": "L320",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_history_make_row",
"target": "src_notifications_history_truncate",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L9",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_notifications_mod",
"target": "ownedvalue",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L37",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_action",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L161",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_barservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_compute_expire",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_expire",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L615",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_get_capabilities_includes_actions_and_inline_reply",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L587",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_inline_reply_from_action_or_kde_hint",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_inline_reply_placeholder",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L394",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_negative_timeout_defaults_to_five_seconds_for_normal_urgency",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L402",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_negative_timeout_persists_for_critical_urgency",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L511",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_no_synchronous_hint_always_allocates_a_new_id",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_notifevent",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L147",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_notifserver",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L627",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_notify_forwards_actions_and_inline_reply",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L523",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_notify_records_history_newest_first",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L98",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_parse_actions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L558",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_parse_actions_pairs_and_drops_trailing_id",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L582",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_parse_actions_skips_empty_keys",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L407",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_positive_timeout_is_taken_literally",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L4",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L6",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_rs_mutex",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L291",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_samplekind",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L325",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_spawn",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L435",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_sync_hints",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L478",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_synchronous_hint_is_scoped_per_app_name",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L445",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_synchronous_hint_reuses_id_for_same_app_and_tag",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L421",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L178",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_toggle_history_remote",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L388",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod",
"target": "src_notifications_mod_zero_timeout_never_expires_regardless_of_urgency",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L39",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_action",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_inline_reply_placeholder",
"target": "src_notifications_mod_action",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L61",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifevent",
"target": "src_notifications_mod_action",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L98",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_parse_actions",
"target": "src_notifications_mod_action",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L193",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "src_notifications_mod_action",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_inline_reply_placeholder",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L63",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifevent",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L152",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L273",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_get_capabilities",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L277",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_get_server_information",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L195",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L98",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_parse_actions",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L435",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_sync_hints",
"target": "src_notifications_mod_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L133",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_compute_expire",
"target": "src_notifications_mod_expire",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L50",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_expire",
"target": "src_notifications_mod_rs_duration",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L60",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifevent",
"target": "src_notifications_mod_expire",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L162",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_barservice",
"target": "src_notifications_mod_notifevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L63",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifevent",
"target": "src_notifications_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L61",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifevent",
"target": "src_notifications_mod_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L59",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifevent",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L148",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_notifevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L297",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_samplekind_sample_event",
"target": "src_notifications_mod_notifevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L421",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_test_server",
"target": "src_notifications_mod_notifevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_mod_notifevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L273",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_get_capabilities",
"target": "src_notifications_mod_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L195",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L98",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_parse_actions",
"target": "src_notifications_mod_rs_vec",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_inline_reply_placeholder",
"target": "src_notifications_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L325",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_spawn",
"target": "src_notifications_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L87",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_urgency_css_class",
"target": "src_notifications_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L78",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_urgency_from_hint",
"target": "src_notifications_mod_rs_option",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L87",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_urgency",
"target": "src_notifications_mod_urgency_css_class",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_urgency",
"target": "src_notifications_mod_urgency_from_hint",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L192",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "src_notifications_mod_urgency",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L233",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_urgency_from_hint",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L78",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_urgency_from_hint",
"target": "ownedvalue",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L78",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_urgency_from_hint",
"target": "src_notifications_mod_rs_self",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_inline_reply_placeholder",
"target": "ownedvalue",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L195",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "ownedvalue",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L435",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_sync_hints",
"target": "ownedvalue",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L235",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_parse_actions",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L559",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_parse_actions_pairs_and_drops_trailing_id",
"target": "src_notifications_mod_parse_actions",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L110",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_inline_reply_placeholder",
"target": "src_notifications_mod_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L236",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_inline_reply_placeholder",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L152",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L195",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L435",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_sync_hints",
"target": "src_notifications_mod_rs_hashmap",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L395",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_negative_timeout_defaults_to_five_seconds_for_normal_urgency",
"target": "src_notifications_mod_compute_expire",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L234",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver_notify",
"target": "src_notifications_mod_compute_expire",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L408",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_positive_timeout_is_taken_literally",
"target": "src_notifications_mod_compute_expire",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L149",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "atomicu32",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L269",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_notifserver_close_notification",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L273",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_notifserver_get_capabilities",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L277",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_notifserver_get_server_information",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L195",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_notifserver_notify",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L152",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_rs_mutex",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L148",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_rs_sender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L153",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_notifserver",
"target": "src_notifications_mod_rs_store",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L421",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_test_server",
"target": "src_notifications_mod_notifserver",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L162",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_mod_barservice",
"target": "src_notifications_mod_rs_sender",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L167",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_barservice",
"target": "src_notifications_mod_barservice_toggle_history",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L178",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_toggle_history_remote",
"target": "src_notifications_mod_rs_result",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L513",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_no_synchronous_hint_always_allocates_a_new_id",
"target": "src_notifications_mod_notifserver_notify",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L629",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notify_forwards_actions_and_inline_reply",
"target": "src_notifications_mod_notifserver_notify",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L525",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notify_records_history_newest_first",
"target": "src_notifications_mod_notifserver_notify",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L480",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_synchronous_hint_is_scoped_per_app_name",
"target": "src_notifications_mod_notifserver_notify",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L447",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_synchronous_hint_reuses_id_for_same_app_and_tag",
"target": "src_notifications_mod_notifserver_notify",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L617",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_get_capabilities_includes_actions_and_inline_reply",
"target": "src_notifications_mod_notifserver_get_capabilities",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L297",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_samplekind",
"target": "src_notifications_mod_samplekind_sample_event",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L325",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_mod_spawn",
"target": "src_notifications_mod_samplekind",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L331",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_spawn",
"target": "src_notifications_mod_samplekind_sample_event",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L325",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_spawn",
"target": "src_notifications_mod_rs_window",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L616",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_get_capabilities_includes_actions_and_inline_reply",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L512",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_no_synchronous_hint_always_allocates_a_new_id",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L628",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notify_forwards_actions_and_inline_reply",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L524",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_notify_records_history_newest_first",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L479",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_synchronous_hint_is_scoped_per_app_name",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L446",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_synchronous_hint_reuses_id_for_same_app_and_tag",
"target": "src_notifications_mod_test_server",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L421",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_mod_test_server",
"target": "src_notifications_mod_rs_receiver",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L488",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_synchronous_hint_is_scoped_per_app_name",
"target": "src_notifications_mod_sync_hints",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/mod.rs",
"source_location": "L455",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_mod_synchronous_hint_reuses_id_for_same_app_and_tag",
"target": "src_notifications_mod_sync_hints",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L327",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_apply_body_text",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_build_window",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L187",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_cardspec",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L169",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_create_window",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L136",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_dismiss",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L368",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_emit_action",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L153",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_emit_closed",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L389",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_emit_replied",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L336",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_invoke",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L344",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_invoke_action",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L201",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_make_card",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L5",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_rs_receiver",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_run",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L354",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup",
"target": "src_notifications_popup_submit_reply",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_build_window",
"target": "src_notifications_popup_create_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L29",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_popup_build_window",
"target": "src_notifications_popup_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L29",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_popup_build_window",
"target": "src_notifications_popup_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L198",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "src_notifications_popup_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L169",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_popup_create_window",
"target": "src_notifications_popup_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L136",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_dismiss",
"target": "src_notifications_popup_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L340",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_invoke",
"target": "src_notifications_popup_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L197",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "src_notifications_popup_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L136",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_dismiss",
"target": "src_notifications_popup_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L339",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_invoke",
"target": "src_notifications_popup_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L201",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_notifications_popup_make_card",
"target": "src_notifications_popup_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_rs_box",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L112",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_dismiss",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L114",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_emit_closed",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L72",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_make_card",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L46",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_run",
"target": "src_notifications_popup_rs_receiver",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L195",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "src_notifications_popup_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L368",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_emit_action",
"target": "src_notifications_popup_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L153",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_emit_closed",
"target": "src_notifications_popup_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L389",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_emit_replied",
"target": "src_notifications_popup_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L337",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_invoke",
"target": "src_notifications_popup_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L195",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "src_notifications_popup_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L368",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_emit_action",
"target": "src_notifications_popup_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L153",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_emit_closed",
"target": "src_notifications_popup_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L389",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_emit_replied",
"target": "src_notifications_popup_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L337",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_notifications_popup_invoke",
"target": "src_notifications_popup_rs_connection",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L136",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_dismiss",
"target": "cards",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L348",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_invoke_action",
"target": "src_notifications_popup_dismiss",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L362",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_submit_reply",
"target": "src_notifications_popup_dismiss",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L196",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_cardspec",
"target": "cards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L338",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_notifications_popup_invoke",
"target": "cards",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L349",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_invoke_action",
"target": "src_notifications_popup_emit_closed",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L363",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_submit_reply",
"target": "src_notifications_popup_emit_closed",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L201",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_make_card",
"target": "src_notifications_popup_cardspec",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L231",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_make_card",
"target": "src_notifications_popup_apply_body_text",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L246",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_make_card",
"target": "src_notifications_popup_invoke_action",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L310",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_make_card",
"target": "src_notifications_popup_submit_reply",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L327",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_apply_body_text",
"target": "src_notifications_popup_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L344",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_invoke_action",
"target": "src_notifications_popup_invoke",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L354",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_notifications_popup_submit_reply",
"target": "src_notifications_popup_invoke",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L347",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_invoke_action",
"target": "src_notifications_popup_emit_action",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L361",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_submit_reply",
"target": "src_notifications_popup_emit_action",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/notifications/popup.rs",
"source_location": "L360",
"weight": 1.0,
"_origin": "ast",
"source": "src_notifications_popup_submit_reply",
"target": "src_notifications_popup_emit_replied",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_brightness_watcher",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L207",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_create_window",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_osdevent",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_query_volume",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L158",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_run_osd",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_samplekind",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_spawn",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L58",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd",
"target": "src_osd_volume_watcher",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L113",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_osd_brightness_watcher",
"target": "src_osd_osdevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L83",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_osd_query_volume",
"target": "src_osd_osdevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L158",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_osd_run_osd",
"target": "src_osd_osdevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L22",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_osd_samplekind_sample_event",
"target": "src_osd_osdevent",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L58",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_osd_volume_watcher",
"target": "src_osd_osdevent",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_samplekind",
"target": "src_osd_samplekind_sample_event",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L39",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_samplekind",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_samplekind_sample_event",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_brightness_watcher",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_create_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L39",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L39",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_rs_window",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_run_osd",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_spawn",
"target": "src_osd_volume_watcher",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L83",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_osd_query_volume",
"target": "src_osd_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L207",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_osd_create_window",
"target": "src_osd_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L158",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_osd_run_osd",
"target": "src_osd_rs_window",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"source": "src_osd_volume_watcher",
"target": "src_osd_query_volume",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L58",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_osd_volume_watcher",
"target": "src_osd_rs_sender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L113",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_osd_brightness_watcher",
"target": "src_osd_rs_sender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/osd.rs",
"source_location": "L158",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_osd_run_osd",
"target": "src_osd_rs_receiver",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L128",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel",
"target": "src_panel_make_dismiss",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L106",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel",
"target": "src_panel_make_panel",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel",
"target": "src_panel_panelset",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L64",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_hide_all",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L69",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_hide_panels",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_new",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_show",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_toggle",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L75",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_wire_dismiss",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_panelset_wire_escape",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L21",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_panel_panelset",
"target": "src_panel_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L128",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_panel_make_dismiss",
"target": "src_panel_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L106",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_panel_make_panel",
"target": "src_panel_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L55",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_panel_panelset_show",
"target": "src_panel_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L47",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_panel_panelset_toggle",
"target": "src_panel_rs_window",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L129",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_make_dismiss",
"target": "src_panel_panelset_new",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L107",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_make_panel",
"target": "src_panel_panelset_new",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_new",
"target": "src_panel_panelset_wire_dismiss",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_new",
"target": "src_panel_panelset_wire_escape",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L25",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_panel_panelset_new",
"target": "src_panel_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L25",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_panel_panelset_new",
"target": "src_panel_rs_self",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L25",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_panel_panelset_new",
"target": "src_panel_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L106",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_panel_make_panel",
"target": "src_panel_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L106",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_panel_make_panel",
"target": "src_panel_rs_widget",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_toggle",
"target": "src_panel_panelset_hide_all",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L51",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_toggle",
"target": "src_panel_panelset_show",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_show",
"target": "src_panel_panelset_hide_panels",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L65",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_hide_all",
"target": "src_panel_panelset_hide_panels",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_wire_dismiss",
"target": "src_panel_panelset_hide_all",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/panel.rs",
"source_location": "L95",
"weight": 1.0,
"_origin": "ast",
"source": "src_panel_panelset_wire_escape",
"target": "src_panel_panelset_hide_all",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L52",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_cli",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L229",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_capture_standalone_window",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L128",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_dispatch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L238",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_finish",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L107",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_handles",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L200",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_open_panel_on_root_map",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L21",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_rs_duration",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L20",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot",
"target": "src_screenshot_screenshotrequest",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot_cli",
"target": "src_screenshot_cli_screenshot_request",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L60",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_cli",
"target": "src_screenshot_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L60",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_screenshot_cli",
"target": "src_screenshot_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L56",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_screenshot_cli",
"target": "src_screenshot_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L89",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_screenshot_cli_screenshot_request",
"target": "src_screenshot_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L120",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_handles",
"target": "src_screenshot_rs_option",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L79",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_screenshotrequest",
"target": "src_screenshot_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L229",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_capture_standalone_window",
"target": "src_screenshot_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L200",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_open_panel_on_root_map",
"target": "src_screenshot_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L80",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_screenshotrequest",
"target": "src_screenshot_rs_pathbuf",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L89",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_screenshot_cli_screenshot_request",
"target": "src_screenshot_screenshotrequest",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L128",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_dispatch",
"target": "src_screenshot_screenshotrequest",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L128",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_dispatch",
"target": "src_screenshot_handles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L113",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_handles",
"target": "src_screenshot_rs_box",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L114",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_handles",
"target": "src_screenshot_rs_label",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L111",
"weight": 1.0,
"context": "field",
"_origin": "ast",
"source": "src_screenshot_handles",
"target": "src_screenshot_rs_togglebutton",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L120",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_screenshot_handles",
"target": "src_screenshot_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L229",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_capture_standalone_window",
"target": "src_screenshot_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L200",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_open_panel_on_root_map",
"target": "src_screenshot_rs_window",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L128",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_dispatch",
"target": "applicationwindow",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L167",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot_dispatch",
"target": "src_screenshot_capture_standalone_window",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L137",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot_dispatch",
"target": "src_screenshot_finish",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L142",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot_dispatch",
"target": "src_screenshot_open_panel_on_root_map",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L200",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_open_panel_on_root_map",
"target": "applicationwindow",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L219",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot_open_panel_on_root_map",
"target": "src_screenshot_finish",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L200",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_open_panel_on_root_map",
"target": "src_screenshot_rs_duration",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L233",
"weight": 1.0,
"_origin": "ast",
"source": "src_screenshot_capture_standalone_window",
"target": "src_screenshot_finish",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/screenshot.rs",
"source_location": "L238",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_screenshot_finish",
"target": "src_screenshot_rs_result",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L314",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_apply",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L305",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_bind_auto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L299",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_bind_output",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L284",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_fg_color",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L290",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_fg_color_for",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_load_css",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L309",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_load_css_for",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L2",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_theme",
"target": "src_theme_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L10",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_theme_load_css",
"target": "src_theme_rs_string",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L310",
"weight": 1.0,
"_origin": "ast",
"source": "src_theme_load_css_for",
"target": "src_theme_load_css",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L284",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_theme_fg_color",
"target": "src_theme_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L290",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_theme_fg_color_for",
"target": "src_theme_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L309",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_theme_load_css_for",
"target": "src_theme_rs_string",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L299",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_theme_bind_output",
"target": "src_theme_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L299",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_theme_bind_output",
"target": "src_theme_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L305",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_theme_bind_auto",
"target": "src_theme_rs_isa",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L305",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_theme_bind_auto",
"target": "native",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/theme.rs",
"source_location": "L309",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_theme_load_css_for",
"target": "palette",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L101",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_client",
"target": "src_widgets_client_emit_click",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L68",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_client",
"target": "src_widgets_client_fetch_and_send",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L15",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_widgets_client",
"target": "src_widgets_client_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_client",
"target": "src_widgets_client_spawn",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L8",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_widgets_render",
"target": "src_widgets_client",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_client_spawn",
"target": "src_widgets_client_fetch_and_send",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L40",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_widgets_client_spawn",
"target": "src_widgets_client_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L68",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_widgets_client_fetch_and_send",
"target": "src_widgets_client_rs_componentsender",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/client.rs",
"source_location": "L101",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_widgets_client_emit_click",
"target": "value",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L84",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render",
"target": "src_widgets_render_apply_style",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L150",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render",
"target": "src_widgets_render_build_node",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render",
"target": "src_widgets_render_bundled_icon",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L51",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render",
"target": "src_widgets_render_icon_texture",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L9",
"weight": 1.0,
"context": "import",
"_origin": "ast",
"source": "src_widgets_render",
"target": "src_widgets_render_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L24",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_widgets_render_bundled_icon",
"target": "src_widgets_render_rs_option",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L58",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render_icon_texture",
"target": "src_widgets_render_bundled_icon",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L51",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_widgets_render_icon_texture",
"target": "src_widgets_render_rs_option",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L178",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render_build_node",
"target": "src_widgets_render_icon_texture",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L51",
"weight": 1.0,
"context": "generic_arg",
"_origin": "ast",
"source": "src_widgets_render_icon_texture",
"target": "src_widgets_render_rs_texture",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L84",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_widgets_render_apply_style",
"target": "src_widgets_render_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L84",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_widgets_render_apply_style",
"target": "widgetstyle",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L204",
"weight": 1.0,
"_origin": "ast",
"source": "src_widgets_render_build_node",
"target": "src_widgets_render_apply_style",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L150",
"weight": 1.0,
"context": "return_type",
"_origin": "ast",
"source": "src_widgets_render_build_node",
"target": "src_widgets_render_rs_widget",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "src/widgets/render.rs",
"source_location": "L150",
"weight": 1.0,
"context": "parameter_type",
"_origin": "ast",
"source": "src_widgets_render_build_node",
"target": "widgetnode",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "AGENTS.md",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "agents",
"target": "agents_agents_md_repo_hygiene",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "AGENTS.md",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "agents_agents_md_repo_hygiene",
"target": "agents_architecture",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "AGENTS.md",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "agents_agents_md_repo_hygiene",
"target": "agents_ci",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "AGENTS.md",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "agents_agents_md_repo_hygiene",
"target": "agents_don_t",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "AGENTS.md",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "agents_agents_md_repo_hygiene",
"target": "agents_remotes",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "CLAUDE.md",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "claude",
"target": "claude_claude_md_repo_hygiene",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "CLAUDE.md",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "claude_claude_md_repo_hygiene",
"target": "claude_ci",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "CLAUDE.md",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "claude_claude_md_repo_hygiene",
"target": "claude_don_t",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "CLAUDE.md",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "claude_claude_md_repo_hygiene",
"target": "claude_remotes",
"confidence_score": 1.0
},
{
"confidence": "CERTAIN",
"reasoning": "Build step is part of workflow",
"relation": "CONTAINS",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_dev_release_workflow",
"target": "forgejo_workflows_dev_release_yml_cargo_build"
},
{
"confidence": "CERTAIN",
"reasoning": "Workflow is triggered by main branch push",
"relation": "IMPLEMENTS",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_dev_release_workflow",
"target": "forgejo_workflows_dev_release_yml_main_branch_trigger"
},
{
"confidence": "CERTAIN",
"reasoning": "Workflow runs on self-hosted runner",
"relation": "CONFIGURES",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_dev_release_workflow",
"target": "forgejo_workflows_dev_release_yml_self_hosted_runner"
},
{
"confidence": "CERTAIN",
"reasoning": "Version step is part of workflow",
"relation": "CONTAINS",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_dev_release_workflow",
"target": "forgejo_workflows_dev_release_yml_version_computation"
},
{
"confidence": "CERTAIN",
"reasoning": "Build output used in artifact preparation",
"relation": "USES",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_cargo_build",
"target": "forgejo_workflows_dev_release_yml_artifact_preparation"
},
{
"confidence": "CERTAIN",
"reasoning": "Artifact includes bakery.toml",
"relation": "USES",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_artifact_preparation",
"target": "forgejo_workflows_dev_release_yml_bakery_integration"
},
{
"confidence": "CERTAIN",
"reasoning": "Artifacts prepared before index generation",
"relation": "PRECEDES",
"source_file": ".forgejo/workflows/dev-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_dev_release_yml_artifact_preparation",
"target": "forgejo_workflows_dev_release_yml_index_generation"
},
{
"confidence": "CERTAIN",
"reasoning": "Build is part of RC workflow",
"relation": "CONTAINS",
"source_file": ".forgejo/workflows/rc-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_rc_release_yml_rc_release_workflow",
"target": "forgejo_workflows_rc_release_yml_rc_build"
},
{
"confidence": "CERTAIN",
"reasoning": "RC guard filters tag format",
"relation": "CONFIGURES",
"source_file": ".forgejo/workflows/rc-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_rc_release_yml_rc_release_workflow",
"target": "forgejo_workflows_rc_release_yml_rc_guard"
},
{
"confidence": "CERTAIN",
"reasoning": "Workflow triggered by RC tag push",
"relation": "IMPLEMENTS",
"source_file": ".forgejo/workflows/rc-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_rc_release_yml_rc_release_workflow",
"target": "forgejo_workflows_rc_release_yml_rc_tag_trigger"
},
{
"confidence": "CERTAIN",
"reasoning": "Build produces artifacts",
"relation": "PRECEDES",
"source_file": ".forgejo/workflows/rc-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_rc_release_yml_rc_build",
"target": "forgejo_workflows_rc_release_yml_rc_artifacts"
},
{
"confidence": "CERTAIN",
"reasoning": "Artifacts ready before index generation",
"relation": "PRECEDES",
"source_file": ".forgejo/workflows/rc-release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_rc_release_yml_rc_artifacts",
"target": "forgejo_workflows_rc_release_yml_beta_index_generation"
},
{
"confidence": "CERTAIN",
"reasoning": "Guard excludes RC tags from stable workflow",
"relation": "CONFIGURES",
"source_file": ".forgejo/workflows/release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_release_yml_release_workflow",
"target": "forgejo_workflows_release_yml_rc_guard_inverse"
},
{
"confidence": "CERTAIN",
"reasoning": "Workflow triggered by stable tag push",
"relation": "IMPLEMENTS",
"source_file": ".forgejo/workflows/release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_release_yml_release_workflow",
"target": "forgejo_workflows_release_yml_stable_tag_trigger"
},
{
"confidence": "CERTAIN",
"reasoning": "Build produces artifacts",
"relation": "PRECEDES",
"source_file": ".forgejo/workflows/release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_release_yml_stable_build",
"target": "forgejo_workflows_release_yml_stable_artifacts"
},
{
"confidence": "CERTAIN",
"reasoning": "Artifacts uploaded to GitHub",
"relation": "PRECEDES",
"source_file": ".forgejo/workflows/release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_release_yml_stable_artifacts",
"target": "forgejo_workflows_release_yml_github_release_upload"
},
{
"confidence": "CERTAIN",
"reasoning": "Artifacts ready before index generation",
"relation": "PRECEDES",
"source_file": ".forgejo/workflows/release.yml",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "forgejo_workflows_release_yml_stable_artifacts",
"target": "forgejo_workflows_release_yml_stable_index_generation"
},
{
"confidence": "CERTAIN",
"reasoning": "Short-lived branches branch from main",
"relation": "USES",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:single-trunk-model",
"target": "CONTRIBUTING.md:feature-branches"
},
{
"confidence": "CERTAIN",
"reasoning": "Release cycle includes beta track",
"relation": "IMPLEMENTS",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:release-cycle",
"target": "CONTRIBUTING.md:beta-track"
},
{
"confidence": "CERTAIN",
"reasoning": "Release cycle includes dev track",
"relation": "IMPLEMENTS",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:release-cycle",
"target": "CONTRIBUTING.md:dev-track"
},
{
"confidence": "CERTAIN",
"reasoning": "Release cycle includes stable track",
"relation": "IMPLEMENTS",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:release-cycle",
"target": "CONTRIBUTING.md:stable-track"
},
{
"confidence": "CERTAIN",
"reasoning": "Dev track distributed via bakery",
"relation": "USES",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:dev-track",
"target": "CONTRIBUTING.md:bakery-integration"
},
{
"confidence": "CERTAIN",
"reasoning": "Beta track distributed via bakery",
"relation": "USES",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:beta-track",
"target": "CONTRIBUTING.md:bakery-integration"
},
{
"confidence": "CERTAIN",
"reasoning": "Stable track distributed via bakery",
"relation": "USES",
"source_file": "CONTRIBUTING.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "CONTRIBUTING.md:stable-track",
"target": "CONTRIBUTING.md:bakery-integration"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar requires GTK4",
"relation": "REQUIRES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:GTK4"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar requires Hyprland",
"relation": "REQUIRES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:Hyprland"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains Bluetooth icon",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:bluetooth-icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains clock",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:clock-widget"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar requires gtk4-layer-shell",
"relation": "REQUIRES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:gtk4-layer-shell"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains hamburger button",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:hamburger-button"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains media widget",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:media-widget"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains stats",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:stats-widget"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains WiFi icon",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:wifi-icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Bar contains workspace buttons",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:status-bar",
"target": "README.md:workspace-buttons"
},
{
"confidence": "CERTAIN",
"reasoning": "Control panel has audio sink selector",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "README.md:audio-sink-selector"
},
{
"confidence": "CERTAIN",
"reasoning": "Control panel contains brightness slider",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "README.md:brightness-slider"
},
{
"confidence": "CERTAIN",
"reasoning": "Control panel shows CPU/GPU/network",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "README.md:cpu-gpu-display"
},
{
"confidence": "CERTAIN",
"reasoning": "Control panel contains power buttons",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "README.md:power-buttons"
},
{
"confidence": "CERTAIN",
"reasoning": "Control panel contains SNI tray",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "README.md:sni-tray"
},
{
"confidence": "CERTAIN",
"reasoning": "Control panel contains volume slider",
"relation": "CONTAINS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "README.md:volume-slider"
},
{
"confidence": "LIKELY",
"reasoning": "Control panel Bluetooth settings",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:control-panel",
"target": "assets/Bluetooth Settings.svg:settings-gear"
},
{
"confidence": "CERTAIN",
"reasoning": "Notification daemon uses D-Bus",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:notification-daemon",
"target": "README.md:dbus"
},
{
"confidence": "CERTAIN",
"reasoning": "WiFi popover opened by WiFi icon click",
"relation": "TRIGGERED_BY",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:wifi-popover",
"target": "README.md:wifi-icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Media widget has next button",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:media-widget",
"target": "assets/Next.svg:skip-forward"
},
{
"confidence": "CERTAIN",
"reasoning": "Media widget has pause button",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:media-widget",
"target": "assets/Pause.svg:pause-icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Media widget has play button",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:media-widget",
"target": "assets/Play.svg:play-icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats shows AC power indicator",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:stats-widget",
"target": "assets/AC Power.svg:ac-power"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats shows battery low",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:stats-widget",
"target": "assets/Battery 1 Bar.svg:battery-low"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats shows battery medium",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:stats-widget",
"target": "assets/Battery 2 Bars.svg:battery-medium"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats shows battery full",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:stats-widget",
"target": "assets/Battery 3 Bars.svg:battery-full"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats shows power draw with zap icon",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:stats-widget",
"target": "assets/Power Draw.svg:power-zap"
},
{
"confidence": "LIKELY",
"reasoning": "Bluetooth icon click opens blueman-manager",
"relation": "OPENS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bluetooth-icon",
"target": "README.md:blueman-manager"
},
{
"confidence": "CERTAIN",
"reasoning": "Bluetooth connected state",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bluetooth-icon",
"target": "assets/Bluetooth Connected.svg:bluetooth-connected"
},
{
"confidence": "CERTAIN",
"reasoning": "Bluetooth off state",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bluetooth-icon",
"target": "assets/Bluetooth Off.svg:bluetooth-off"
},
{
"confidence": "CERTAIN",
"reasoning": "Bluetooth icon",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bluetooth-icon",
"target": "assets/Bluetooth.svg:bluetooth-basic"
},
{
"confidence": "CERTAIN",
"reasoning": "Brightness control shows sun icon",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:brightness-slider",
"target": "assets/Brightness.svg:brightness-sun"
},
{
"confidence": "CERTAIN",
"reasoning": "CPU display shows CPU icon",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:cpu-gpu-display",
"target": "assets/CPU.svg:cpu-chip"
},
{
"confidence": "CERTAIN",
"reasoning": "Lock button uses lock icon",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:power-buttons",
"target": "assets/Lock.svg:lock-padlock"
},
{
"confidence": "CERTAIN",
"reasoning": "Theme supports pywal colors",
"relation": "SUPPORTS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:theme.rs",
"target": "README.md:pywal-integration"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses clock module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-clock"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses control module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-control"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses media module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-media"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses stats module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-stats"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses tray module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-tray"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses WiFi module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-wifi"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses workspace module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:bar-workspaces"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses notifications module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:notifications-mod"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses OSD module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:osd"
},
{
"confidence": "CERTAIN",
"reasoning": "Main uses theme module",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:main.rs",
"target": "README.md:theme.rs"
},
{
"confidence": "CERTAIN",
"reasoning": "Workspace module reads from Hyprland IPC",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-workspaces",
"target": "README.md:Hyprland"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats module uses iw for WiFi",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-stats",
"target": "README.md:iw"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats module uses pactl for audio events",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-stats",
"target": "README.md:pactl"
},
{
"confidence": "CERTAIN",
"reasoning": "Stats module reads /sys/class/rfkill",
"relation": "READS",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-stats",
"target": "README.md:rfkill"
},
{
"confidence": "LIKELY",
"reasoning": "Media module uses playerctl (optional)",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-media",
"target": "README.md:playerctl"
},
{
"confidence": "LIKELY",
"reasoning": "WiFi module integrates breadcrumbs (optional)",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-wifi",
"target": "README.md:breadcrumbs"
},
{
"confidence": "CERTAIN",
"reasoning": "Control module uses brightnessctl",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-control",
"target": "README.md:brightnessctl"
},
{
"confidence": "CERTAIN",
"reasoning": "Control module uses pactl for sinks",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-control",
"target": "README.md:pactl"
},
{
"confidence": "CERTAIN",
"reasoning": "Control module uses wpctl for volume",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-control",
"target": "README.md:wpctl"
},
{
"confidence": "CERTAIN",
"reasoning": "Tray module uses D-Bus SNI protocol",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:bar-tray",
"target": "README.md:dbus"
},
{
"confidence": "LIKELY",
"reasoning": "Theme module uses bread-theme (optional)",
"relation": "USES",
"source_file": "README.md",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "README.md:theme.rs",
"target": "README.md:bread-theme"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG polygon element is direct child of skip-back icon",
"relation": "CONTAINS",
"source_file": "assets/Previous.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_previous_svg_skip_back_icon",
"target": "assets_previous_svg_triangle_shape"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG line element is direct child of skip-back icon",
"relation": "CONTAINS",
"source_file": "assets/Previous.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_previous_svg_skip_back_icon",
"target": "assets_previous_svg_vertical_line"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/Previous.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_previous_svg_skip_back_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Navigation icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_previous_svg_skip_back_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Rectangle element forms main body/chassis",
"relation": "CONTAINS",
"source_file": "assets/RAM Usage.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_ram_usage_svg_memory_stick_icon",
"target": "assets_ram_usage_svg_memory_chassis"
},
{
"confidence": "CERTAIN",
"reasoning": "Multiple path elements represent memory module connectors",
"relation": "CONTAINS",
"source_file": "assets/RAM Usage.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_ram_usage_svg_memory_stick_icon",
"target": "assets_ram_usage_svg_memory_modules"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/RAM Usage.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_ram_usage_svg_memory_stick_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "System monitoring icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_ram_usage_svg_memory_stick_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Main path element forms circular arrow",
"relation": "CONTAINS",
"source_file": "assets/Restart.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_restart_svg_rotate_ccw_icon",
"target": "assets_restart_svg_circular_arrow"
},
{
"confidence": "CERTAIN",
"reasoning": "Secondary path forms directional arrow indicator",
"relation": "CONTAINS",
"source_file": "assets/Restart.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_restart_svg_rotate_ccw_icon",
"target": "assets_restart_svg_corner_arrow"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/Restart.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_restart_svg_rotate_ccw_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "System control icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_restart_svg_rotate_ccw_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Vertical line forms power button stem",
"relation": "CONTAINS",
"source_file": "assets/Shutdown.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_shutdown_svg_power_icon",
"target": "assets_shutdown_svg_power_button"
},
{
"confidence": "CERTAIN",
"reasoning": "Curved path forms characteristic power symbol",
"relation": "CONTAINS",
"source_file": "assets/Shutdown.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_shutdown_svg_power_icon",
"target": "assets_shutdown_svg_power_symbol"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/Shutdown.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_shutdown_svg_power_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Power control icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_shutdown_svg_power_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Primary path element forms crescent moon shape",
"relation": "CONTAINS",
"source_file": "assets/Sleep.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_sleep_svg_moon_icon",
"target": "assets_sleep_svg_crescent_shape"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/Sleep.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_sleep_svg_moon_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "System state icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_sleep_svg_moon_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Two path elements form concentric sound wave arcs",
"relation": "CONTAINS",
"source_file": "assets/Volume.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_volume_svg_volume_2_icon",
"target": "assets_volume_svg_sound_waves"
},
{
"confidence": "CERTAIN",
"reasoning": "Polygon element forms speaker driver cone",
"relation": "CONTAINS",
"source_file": "assets/Volume.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_volume_svg_volume_2_icon",
"target": "assets_volume_svg_speaker_cone"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/Volume.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_volume_svg_volume_2_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Audio control icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_volume_svg_volume_2_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Path elements form synchronization indicator arrows",
"relation": "CONTAINS",
"source_file": "assets/WiFi Connecting.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_connecting_svg_wifi_sync_icon",
"target": "assets_wifi_connecting_svg_sync_arrows"
},
{
"confidence": "CERTAIN",
"reasoning": "Path elements form WiFi signal arcs",
"relation": "CONTAINS",
"source_file": "assets/WiFi Connecting.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_connecting_svg_wifi_sync_icon",
"target": "assets_wifi_connecting_svg_wifi_arcs"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/WiFi Connecting.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_connecting_svg_wifi_sync_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Network status icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_wifi_connecting_svg_wifi_sync_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Diagonal path crosses through arcs indicating disabled state",
"relation": "CONTAINS",
"source_file": "assets/WiFi Disconnect.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_disconnect_svg_wifi_off_icon",
"target": "assets_wifi_disconnect_svg_cancel_slash"
},
{
"confidence": "CERTAIN",
"reasoning": "Path elements form disabled WiFi signal arcs",
"relation": "CONTAINS",
"source_file": "assets/WiFi Disconnect.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_disconnect_svg_wifi_off_icon",
"target": "assets_wifi_disconnect_svg_wifi_arcs_disabled"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/WiFi Disconnect.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_disconnect_svg_wifi_off_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Network status icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_wifi_disconnect_svg_wifi_off_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Dot path element represents WiFi access point center",
"relation": "CONTAINS",
"source_file": "assets/WiFi Medium.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_medium_svg_wifi_high_icon",
"target": "assets_wifi_medium_svg_signal_dot"
},
{
"confidence": "CERTAIN",
"reasoning": "Two concentric arc paths form signal strength indication",
"relation": "CONTAINS",
"source_file": "assets/WiFi Medium.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_medium_svg_wifi_high_icon",
"target": "assets_wifi_medium_svg_two_signal_arcs"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/WiFi Medium.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_medium_svg_wifi_high_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Network signal strength icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_wifi_medium_svg_wifi_high_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Dot path element represents WiFi access point center",
"relation": "CONTAINS",
"source_file": "assets/WiFi Strong.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_strong_svg_wifi_icon",
"target": "assets_wifi_strong_svg_signal_dot_full"
},
{
"confidence": "CERTAIN",
"reasoning": "Three concentric arc paths show full signal strength",
"relation": "CONTAINS",
"source_file": "assets/WiFi Strong.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_strong_svg_wifi_icon",
"target": "assets_wifi_strong_svg_three_signal_arcs"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/WiFi Strong.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_strong_svg_wifi_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Network signal strength icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_wifi_strong_svg_wifi_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "Single arc path indicates weak signal strength",
"relation": "CONTAINS",
"source_file": "assets/WiFi Weak.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_weak_svg_wifi_low_icon",
"target": "assets_wifi_weak_svg_one_signal_arc"
},
{
"confidence": "CERTAIN",
"reasoning": "Dot path element represents WiFi access point center",
"relation": "CONTAINS",
"source_file": "assets/WiFi Weak.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_weak_svg_wifi_low_icon",
"target": "assets_wifi_weak_svg_signal_dot_low"
},
{
"confidence": "CERTAIN",
"reasoning": "SVG has lucide icon class attribute",
"relation": "USES",
"source_file": "assets/WiFi Weak.svg",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "assets_wifi_weak_svg_wifi_low_icon",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Network signal strength icons are part of breadbar icon system",
"relation": "CONTAINS",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "assets_wifi_weak_svg_wifi_low_icon"
},
{
"confidence": "CERTAIN",
"reasoning": "All icons in breadbar use Lucide icon library designs",
"relation": "USES",
"source_file": "assets",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:icon-system",
"target": "https_lucide_icon_library"
},
{
"confidence": "CERTAIN",
"reasoning": "Status bar UI components utilize the icon system for visual representation",
"relation": "USES",
"source_file": ".",
"confidence_score": 1.0,
"_origin": "semantic",
"source": "breadbar:statusbar-ui",
"target": "breadbar:icon-system"
}
],
"hyperedges": [
{
"label": "Multi-track release system",
"nodes": [
"forgejo_workflows_dev_release_yml_dev_release_workflow",
"forgejo_workflows_rc_release_yml_rc_release_workflow",
"forgejo_workflows_release_yml_release_workflow",
"CONTRIBUTING.md:dev-track",
"CONTRIBUTING.md:beta-track",
"CONTRIBUTING.md:stable-track"
],
"reasoning": "Three parallel CI workflows implement three distribution tracks (dev, beta, stable) documented in CONTRIBUTING.md"
},
{
"label": "Component-module correspondence",
"nodes": [
"README.md:status-bar",
"README.md:control-panel",
"README.md:notification-daemon",
"README.md:main.rs",
"README.md:bar-workspaces",
"README.md:bar-stats",
"README.md:bar-media",
"README.md:bar-control",
"README.md:bar-tray",
"README.md:notifications-mod"
],
"reasoning": "Each major UI component (status bar, control panel, notifications) has a corresponding source module (main.rs, bar-*.rs, notifications-*.rs)"
},
{
"label": "Dependency polling and caching pattern",
"nodes": [
"README.md:bar-stats",
"README.md:bar-media",
"README.md:bar-wifi",
"README.md:bar-control"
],
"reasoning": "Multiple bar modules implement polling loops on 2s or 16s intervals with caching to reduce overhead"
},
{
"label": "D-Bus service protocol adoption",
"nodes": [
"README.md:notification-daemon",
"README.md:notification-spec",
"README.md:bar-tray",
"README.md:dbus"
],
"reasoning": "Breadbar implements two standard D-Bus services: org.freedesktop.Notifications and org.kde.StatusNotifierWatcher"
},
{
"label": "External tool integration pattern",
"nodes": [
"README.md:bar-stats",
"README.md:bar-media",
"README.md:bar-wifi",
"README.md:bar-control",
"README.md:iw",
"README.md:wpctl",
"README.md:pactl",
"README.md:brightnessctl",
"README.md:playerctl",
"README.md:breadcrumbs"
],
"reasoning": "Breadbar delegates to external CLI tools (iw, wpctl, pactl, brightnessctl, playerctl, breadcrumbs) rather than direct kernel/device access"
},
{
"label": "Theme customization layers",
"nodes": [
"README.md:theme.rs",
"README.md:bread-theme-integration",
"README.md:pywal-integration",
"README.md:css-override",
"README.md:sighup-reload"
],
"reasoning": "Three-tier theming: bread-theme defaults, pywal auto-loading, user CSS override with SIGHUP reload"
},
{
"label": "WiFi Signal Strength Variants",
"nodes": [
"assets_wifi_weak_svg_wifi_low_icon",
"assets_wifi_medium_svg_wifi_high_icon",
"assets_wifi_strong_svg_wifi_icon",
"assets_wifi_connecting_svg_wifi_sync_icon",
"assets_wifi_disconnect_svg_wifi_off_icon"
],
"reasoning": "Five related WiFi icons representing network states and signal strength levels: weak (1 arc), medium (2 arcs), strong (3 arcs), connecting (sync state), and disconnected (off state). These form a coherent visual language for network status indication."
},
{
"label": "System Control Icons",
"nodes": [
"assets_shutdown_svg_power_icon",
"assets_sleep_svg_moon_icon",
"assets_restart_svg_rotate_ccw_icon"
],
"reasoning": "Three power/system state control icons: shutdown (power symbol), sleep (moon), and restart (circular rotation). Together they represent the primary system control actions available in breadbar."
},
{
"label": "Status Bar Widget Icons",
"nodes": [
"assets_previous_svg_skip_back_icon",
"assets_volume_svg_volume_2_icon",
"assets_ram_usage_svg_memory_stick_icon"
],
"reasoning": "Three status indicator/widget icons: navigation skip-back, audio volume control, and memory/RAM usage monitoring. These represent interactive and informational status bar elements."
},
{
"label": "Lucide Icon Integration Pattern",
"nodes": [
"https_lucide_icon_library",
"breadbar:icon-system",
"assets_previous_svg_skip_back_icon",
"assets_ram_usage_svg_memory_stick_icon",
"assets_restart_svg_rotate_ccw_icon",
"assets_shutdown_svg_power_icon",
"assets_sleep_svg_moon_icon",
"assets_volume_svg_volume_2_icon",
"assets_wifi_connecting_svg_wifi_sync_icon",
"assets_wifi_disconnect_svg_wifi_off_icon",
"assets_wifi_medium_svg_wifi_high_icon",
"assets_wifi_strong_svg_wifi_icon",
"assets_wifi_weak_svg_wifi_low_icon"
],
"reasoning": "All 11 SVG icons in breadbar's assets follow the Lucide icon library pattern with consistent stroke-based design, 24x24 viewBox, and CSS class naming. This creates a unified visual design language across all status bar indicators."
},
{
"label": "SVG Vector Graphics Elements",
"nodes": [
"assets_previous_svg_triangle_shape",
"assets_previous_svg_vertical_line",
"assets_ram_usage_svg_memory_modules",
"assets_ram_usage_svg_memory_chassis",
"assets_restart_svg_circular_arrow",
"assets_restart_svg_corner_arrow",
"assets_shutdown_svg_power_button",
"assets_shutdown_svg_power_symbol",
"assets_sleep_svg_crescent_shape",
"assets_volume_svg_speaker_cone",
"assets_volume_svg_sound_waves",
"assets_wifi_connecting_svg_wifi_arcs",
"assets_wifi_connecting_svg_sync_arrows",
"assets_wifi_disconnect_svg_wifi_arcs_disabled",
"assets_wifi_disconnect_svg_cancel_slash",
"assets_wifi_medium_svg_signal_dot",
"assets_wifi_medium_svg_two_signal_arcs",
"assets_wifi_strong_svg_signal_dot_full",
"assets_wifi_strong_svg_three_signal_arcs",
"assets_wifi_weak_svg_signal_dot_low",
"assets_wifi_weak_svg_one_signal_arc"
],
"reasoning": "All icon designs are composed of basic SVG vector elements (paths, polygons, lines, rectangles) with stroke-based rendering. These primitives are combined to create recognizable iconography for status bar UI."
}
],
"built_at_commit": "e4c12e9b62cc570d410626abc24c38ac672b74ba"
}