bread/graphify-out/graph.html
Breadway d3517d1433 Allow well-formed bread.command events on the emit bus
Docs already said any module or app could publish bread.command.<app>.<verb>,
but command is reserved so both unsourced bread-emit and sourced App emit
rejected the whole namespace. Keep command unclaimable as an app id; accept
bread.command.<known-app>.<verb> (and let an app command another known app).
Also ship bread-emit and bread-module-host, and give udev enumerate the same
classification fields as a live add so boot-time devices are not all unknown.
2026-08-15 21:41:40 +08:00

320 lines
No EOL
1.4 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network@9.1.6/standalone/umd/vis-network.min.js"
integrity="sha384-Ux6phic9PEHJ38YtrijhkzyJ8yQlH8i/+buBR8s3mAZOJrP1gwyvAcIYl3GWtpX1"
crossorigin="anonymous"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">1467 nodes &middot; 3347 edges &middot; 88 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "bread_cli_src_hooks_git", "label": "hooks_git.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "hooks_git.rs", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 24}, {"id": "bread_cli_src_hooks_git_hookoutcome", "label": "HookOutcome", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HookOutcome", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_install_git", "label": "install_git()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "install_git()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 9}, {"id": "bread_cli_src_hooks_git_rs_result", "label": "Result", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 12, "community_name": "hooks_git.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_hooks_git_install_one_hook", "label": "install_one_hook()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "install_one_hook()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_hooks_git_rs_path", "label": "Path", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 12, "community_name": "hooks_git.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_git_is_bread_managed", "label": "is_bread_managed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "is_bread_managed()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_branch_changed_emit_line", "label": "branch_changed_emit_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "branch_changed_emit_line()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_rs_string", "label": "String", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 12, "community_name": "hooks_git.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_hooks_git_emit_line_for", "label": "emit_line_for()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_line_for()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_git_commit_created_emit_line", "label": "commit_created_emit_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "commit_created_emit_line()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_git_hook_script", "label": "hook_script()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "hook_script()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_hooks_git_git_dir", "label": "git_dir()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "git_dir()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_hooks_git_rs_pathbuf", "label": "PathBuf", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 12, "community_name": "hooks_git.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_git_show_toplevel", "label": "show_toplevel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "show_toplevel()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_hooks_git_hooks_path_override", "label": "hooks_path_override()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks_path_override()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_hooks_git_rs_option", "label": "Option", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 12, "community_name": "hooks_git.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_git_print_hooks_path_warning", "label": "print_hooks_path_warning()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "print_hooks_path_warning()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_print_summary", "label": "print_summary()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "print_summary()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_hooks_git_run_git", "label": "run_git()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_git()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_hooks_git_detects_own_marker", "label": "detects_own_marker()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "detects_own_marker()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_git_does_not_falsely_detect_marker", "label": "does_not_falsely_detect_marker()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "does_not_falsely_detect_marker()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_git_marker_must_match_whole_trimmed_line", "label": "marker_must_match_whole_trimmed_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "marker_must_match_whole_trimmed_line()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_git_empty_file_is_not_managed", "label": "empty_file_is_not_managed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "empty_file_is_not_managed()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "label": "all_hook_scripts_start_with_shebang_and_marker()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "all_hook_scripts_start_with_shebang_and_marker()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_all_hook_scripts_exit_0_unconditionally", "label": "all_hook_scripts_exit_0_unconditionally()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "all_hook_scripts_exit_0_unconditionally()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_post_commit_and_post_merge_emit_commit_created", "label": "post_commit_and_post_merge_emit_commit_created()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "post_commit_and_post_merge_emit_commit_created()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_post_checkout_only_emits_on_branch_checkout", "label": "post_checkout_only_emits_on_branch_checkout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "post_checkout_only_emits_on_branch_checkout()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_git_hook_script_rejects_unknown_name", "label": "hook_script_rejects_unknown_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "hook_script_rejects_unknown_name()", "community": 12, "community_name": "hooks_git.rs", "source_file": "bread-cli/src/hooks_git.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_shell", "label": "hooks_shell.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "hooks_shell.rs", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 11}, {"id": "bread_cli_src_hooks_shell_targetshell", "label": "TargetShell", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TargetShell", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_shell_targetshell_parse", "label": ".parse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_shell_rs_result", "label": "Result", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 18, "community_name": "hooks_shell.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_shell_targetshell_detect_from_env", "label": ".detect_from_env()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_from_env()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_shell_hooks_dir", "label": "hooks_dir()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks_dir()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_shell_rs_pathbuf", "label": "PathBuf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 18, "community_name": "hooks_shell.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_hooks_shell_install_shell", "label": "install_shell()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "install_shell()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_hooks_shell_rs_option", "label": "Option", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 18, "community_name": "hooks_shell.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_shell_rs_string", "label": "String", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 18, "community_name": "hooks_shell.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_shell_write_hook_file", "label": "write_hook_file()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "write_hook_file()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_hooks_shell_parse_accepts_known_shells", "label": "parse_accepts_known_shells()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_accepts_known_shells()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_shell_parse_rejects_unknown_shell", "label": "parse_rejects_unknown_shell()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_rejects_unknown_shell()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_shell_detect_from_env_reads_shell_basename", "label": "detect_from_env_reads_shell_basename()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_from_env_reads_shell_basename()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_shell_hook_scripts_reference_bread_emit_not_bread_emit_cli", "label": "hook_scripts_reference_bread_emit_not_bread_emit_cli()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "hook_scripts_reference_bread_emit_not_bread_emit_cli()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_hooks_shell_hook_scripts_background_every_emit_call", "label": "hook_scripts_background_every_emit_call()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "hook_scripts_background_every_emit_call()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_hooks_shell_join_line_continuations", "label": "join_line_continuations()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "join_line_continuations()", "community": 18, "community_name": "hooks_shell.rs", "source_file": "bread-cli/src/hooks_shell.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_hooks_shell_rs_vec", "label": "Vec", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 18, "community_name": "hooks_shell.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_cli_src_lib", "label": "bread-cli/src/lib.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread-cli/src/lib.rs", "community": 55, "community_name": "bread-cli/src/lib.rs", "source_file": "bread-cli/src/lib.rs", "file_type": "code", "degree": 0}, {"id": "bread_cli_src_main", "label": "bread-cli/src/main.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 22.3, "font": {"size": 12, "color": "#ffffff"}, "title": "bread-cli/src/main.rs", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 27}, {"id": "bread_cli_src_main_cli", "label": "Cli", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Cli", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_main_commands", "label": "Commands", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Commands", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_main_rs_option", "label": "Option", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_main_rs_string", "label": "String", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_main_hookscommand", "label": "HooksCommand", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "HooksCommand", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_modulescommand", "label": "ModulesCommand", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ModulesCommand", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_main", "label": "main()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 11}, {"id": "bread_cli_src_main_rs_result", "label": "Result", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 9}, {"id": "bread_cli_src_main_handle_modules_cmd", "label": "handle_modules_cmd()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_modules_cmd()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_main_rs_path", "label": "Path", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_main_install_module", "label": "install_module()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "install_module()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_main_try_daemon_reload", "label": "try_daemon_reload()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "try_daemon_reload()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_daemon_socket_path", "label": "daemon_socket_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "daemon_socket_path()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_main_rs_pathbuf", "label": "PathBuf", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_main_send_request", "label": "send_request()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "send_request()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 10}, {"id": "bread_cli_src_main_rs_value", "label": "Value", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_main_stream_events", "label": "stream_events()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "stream_events()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_main_causalitytracker", "label": "CausalityTracker", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CausalityTracker", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_main_rs_hashmap", "label": "HashMap", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_main_causalitytracker_depth", "label": ".depth()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".depth()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_main_causalitytracker_print", "label": ".print()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".print()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_print_json", "label": "print_json()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "print_json()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_print_state_formatted", "label": "print_state_formatted()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_state_formatted()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_main_print_value", "label": "print_value()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "print_value()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_main_print_event", "label": "print_event()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_event()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_main_format_timestamp", "label": "format_timestamp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "format_timestamp()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_print_reload", "label": "print_reload()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "print_reload()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_main_watch_reload", "label": "watch_reload()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "watch_reload()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 7}, {"id": "bread_cli_src_main_print_doctor", "label": "print_doctor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "print_doctor()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_main_render_doctor", "label": "render_doctor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "render_doctor()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_main_config_directory", "label": "config_directory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "config_directory()", "community": 13, "community_name": "bread-cli/src/main.rs", "source_file": "bread-cli/src/main.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_modules_mgmt", "label": "modules_mgmt.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "modules_mgmt.rs", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 23}, {"id": "bread_cli_src_modules_mgmt_modulemanifest", "label": "ModuleManifest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ModuleManifest", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 10}, {"id": "bread_cli_src_modules_mgmt_rs_string", "label": "String", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_modules_mgmt_rs_option", "label": "Option", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_modules_mgmt_rs_vec", "label": "Vec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_modules_mgmt_parse_source", "label": "parse_source()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_source()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_modules_mgmt_rs_result", "label": "Result", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Result", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 12}, {"id": "bread_cli_src_modules_mgmt_rs_pathbuf", "label": "PathBuf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_modules_mgmt_validate_module_name", "label": "validate_module_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_module_name()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 3}, {"id": "bread_cli_src_modules_mgmt_resolve_module_dir", "label": "resolve_module_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_module_dir()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 8}, {"id": "bread_cli_src_modules_mgmt_rs_path", "label": "Path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Path", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 10}, {"id": "bread_cli_src_modules_mgmt_install_from_local", "label": "install_from_local()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "install_from_local()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_remove_module", "label": "remove_module()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_module()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_modules_mgmt_list_modules", "label": "list_modules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_modules()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_read_module_manifest", "label": "read_module_manifest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "read_module_manifest()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_read_manifest_file", "label": "read_manifest_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "read_manifest_file()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_modules_dir", "label": "modules_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "modules_dir()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_modules_mgmt_copy_dir", "label": "copy_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "copy_dir()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_modules_mgmt_audit_module", "label": "audit_module()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "audit_module()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 10}, {"id": "bread_cli_src_modules_mgmt_render_permissions_toml", "label": "render_permissions_toml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "render_permissions_toml()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 5}, {"id": "bread_cli_src_modules_mgmt_collect_lua_files", "label": "collect_lua_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_lua_files()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_scan_lua_source", "label": "scan_lua_source()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "scan_lua_source()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_rs_btreemap", "label": "BTreeMap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "BTreeMap", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_modules_mgmt_classify_call_site", "label": "classify_call_site()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_call_site()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 6}, {"id": "bread_cli_src_modules_mgmt_extract_first_string_arg", "label": "extract_first_string_arg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_first_string_arg()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 4}, {"id": "bread_cli_src_modules_mgmt_audit_detects_fs_read_and_widget_from_cpu_temp_widget_style_module", "label": "audit_detects_fs_read_and_widget_from_cpu_temp_widget_style_module()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "audit_detects_fs_read_and_widget_from_cpu_temp_widget_style_module()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_modules_mgmt_audit_extracts_exec_bin_hint_and_ignores_baseline_calls", "label": "audit_extracts_exec_bin_hint_and_ignores_baseline_calls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "audit_extracts_exec_bin_hint_and_ignores_baseline_calls()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_modules_mgmt_audit_scans_required_sibling_files_in_module_directory", "label": "audit_scans_required_sibling_files_in_module_directory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "audit_scans_required_sibling_files_in_module_directory()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_src_modules_mgmt_render_permissions_toml_produces_pastable_block", "label": "render_permissions_toml_produces_pastable_block()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "render_permissions_toml_produces_pastable_block()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/src/modules_mgmt.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_tests_modules", "label": "modules.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "modules.rs", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 12}, {"id": "bread_cli_tests_modules_make_module_dir", "label": "make_module_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "make_module_dir()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 8}, {"id": "bread_cli_tests_modules_rs_path", "label": "Path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_rs_pathbuf", "label": "PathBuf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_install_from_local_succeeds_with_manifest", "label": "install_from_local_succeeds_with_manifest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "install_from_local_succeeds_with_manifest()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_tests_modules_install_from_local_fails_without_manifest", "label": "install_from_local_fails_without_manifest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "install_from_local_fails_without_manifest()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_remove_deletes_module_directory", "label": "remove_deletes_module_directory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_deletes_module_directory()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_tests_modules_remove_nonexistent_errors", "label": "remove_nonexistent_errors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_nonexistent_errors()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_list_reads_manifests_from_disk", "label": "list_reads_manifests_from_disk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reads_manifests_from_disk()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_tests_modules_remove_rejects_path_traversal_name", "label": "remove_rejects_path_traversal_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_rejects_path_traversal_name()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_remove_rejects_absolute_path_name", "label": "remove_rejects_absolute_path_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_rejects_absolute_path_name()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_remove_rejects_name_with_slash", "label": "remove_rejects_name_with_slash()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_rejects_name_with_slash()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 2}, {"id": "bread_cli_tests_modules_install_rejects_manifest_with_path_traversal_name", "label": "install_rejects_manifest_with_path_traversal_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "install_rejects_manifest_with_path_traversal_name()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 1}, {"id": "bread_cli_tests_modules_manifest_written_correctly_on_install", "label": "manifest_written_correctly_on_install()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "manifest_written_correctly_on_install()", "community": 10, "community_name": "modules_mgmt.rs", "source_file": "bread-cli/tests/modules.rs", "file_type": "code", "degree": 2}, {"id": "bread_emit_src_main", "label": "bread-emit/src/main.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bread-emit/src/main.rs", "community": 30, "community_name": "TestHarness", "source_file": "bread-emit/src/main.rs", "file_type": "code", "degree": 3}, {"id": "bread_emit_src_main_parse_args", "label": "parse_args()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_args()", "community": 30, "community_name": "TestHarness", "source_file": "bread-emit/src/main.rs", "file_type": "code", "degree": 4}, {"id": "bread_emit_src_main_rs_string", "label": "String", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_emit_src_main_rs_option", "label": "Option", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_emit_src_main_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 30, "community_name": "TestHarness", "source_file": "bread-emit/src/main.rs", "file_type": "code", "degree": 2}, {"id": "bread_module_host_src_io", "label": "io.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "io.rs", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/io.rs", "file_type": "code", "degree": 18}, {"id": "bread_module_host_src_io_iocommand", "label": "IoCommand", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "IoCommand", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/io.rs", "file_type": "code", "degree": 16}, {"id": "bread_module_host_src_io_rs_string", "label": "String", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 4}, {"id": "bread_module_host_src_io_rs_value", "label": "Value", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_io_rs_sender", "label": "Sender", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_io_rs_result", "label": "Result", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_io_hostmessage", "label": "HostMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HostMessage", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/io.rs", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_io_rpcresponse", "label": "RpcResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RpcResponse", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/io.rs", "file_type": "code", "degree": 4}, {"id": "bread_module_host_src_io_rs_option", "label": "Option", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_io_run", "label": "run()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/io.rs", "file_type": "code", "degree": 9}, {"id": "bread_module_host_src_io_rs_pathbuf", "label": "PathBuf", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_module_host_src_io_rs_receiver", "label": "Receiver", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Receiver", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_io_call", "label": "call()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "call()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/io.rs", "file_type": "code", "degree": 14}, {"id": "bread_module_host_src_io_rs_duration", "label": "Duration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Duration", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_module_host_src_lua_env", "label": "lua_env.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_env.rs", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 6}, {"id": "bread_module_host_src_lua_env_json_to_lua", "label": "json_to_lua()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "json_to_lua()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 10}, {"id": "bread_module_host_src_lua_env_rs_lua", "label": "Lua", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Lua", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 11}, {"id": "bread_module_host_src_lua_env_rs_jsonvalue", "label": "JsonValue", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonValue", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_lua_env_rs_result", "label": "Result", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Result", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 14}, {"id": "luavalue", "label": "LuaValue", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LuaValue", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_lua_env_modulehostlua", "label": "ModuleHostLua", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "ModuleHostLua", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 24}, {"id": "rc", "label": "Rc", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Rc", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 6}, {"id": "refcell", "label": "RefCell", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RefCell", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 6}, {"id": "bread_module_host_src_lua_env_rs_hashmap", "label": "HashMap", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_lua_env_rs_string", "label": "String", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 5}, {"id": "bread_module_host_src_lua_env_rs_registrykey", "label": "RegistryKey", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RegistryKey", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 4}, {"id": "bread_module_host_src_lua_env_rs_option", "label": "Option", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_lua_env_modulehostlua_new", "label": ".new()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 17}, {"id": "bread_module_host_src_lua_env_rs_sender", "label": "Sender", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 8}, {"id": "bread_module_host_src_lua_env_rs_vec", "label": "Vec", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_lua_env_rs_self", "label": "Self", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "label": ".install_module_fn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_module_fn()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 11}, {"id": "bread_module_host_src_lua_env_rs_table", "label": "Table", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Table", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 10}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_logging", "label": ".install_logging()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_logging()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 8}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_json", "label": ".install_json()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_json()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 6}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_events", "label": ".install_events()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_events()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 13}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_timers", "label": ".install_timers()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_timers()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 13}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_emit", "label": ".install_emit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_emit()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 8}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_state", "label": ".install_state()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_state()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 11}, {"id": "bread_module_host_src_lua_env_rs_hashset", "label": "HashSet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HashSet", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_fs", "label": ".install_fs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_fs()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 10}, {"id": "bread_module_host_src_lua_env_modulehostlua_install_exec", "label": ".install_exec()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_exec()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 10}, {"id": "bread_module_host_src_lua_env_modulehostlua_load_entry", "label": ".load_entry()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_entry()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 4}, {"id": "bread_module_host_src_lua_env_rs_path", "label": "Path", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_lua_env_modulehostlua_run_on_load", "label": ".run_on_load()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_on_load()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 4}, {"id": "bread_module_host_src_lua_env_modulehostlua_dispatch_event", "label": ".dispatch_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".dispatch_event()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 4}, {"id": "bread_module_host_src_lua_env_modulehostlua_dispatch_timer", "label": ".dispatch_timer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".dispatch_timer()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 2}, {"id": "bread_module_host_src_lua_env_modulehostlua_lookup", "label": ".lookup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".lookup()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 5}, {"id": "bread_module_host_src_lua_env_rs_function", "label": "Function", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Function", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "label": ".call_event_handler()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".call_event_handler()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/lua_env.rs", "file_type": "code", "degree": 6}, {"id": "bread_module_host_src_main", "label": "bread-module-host/src/main.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bread-module-host/src/main.rs", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/main.rs", "file_type": "code", "degree": 3}, {"id": "bread_module_host_src_main_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/main.rs", "file_type": "code", "degree": 2}, {"id": "bread_module_host_src_main_report_status", "label": "report_status()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "report_status()", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-module-host/src/main.rs", "file_type": "code", "degree": 6}, {"id": "bread_module_host_src_main_rs_sender", "label": "Sender", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_main_rs_option", "label": "Option", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_module_host_src_main_rs_string", "label": "String", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 64, "community_name": "ModuleHostLua", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps", "label": "apps.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "apps.rs", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 23}, {"id": "bread_shared_src_apps_is_known_app", "label": "is_known_app()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "is_known_app()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_apps_is_reserved_domain", "label": "is_reserved_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "is_reserved_domain()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_apps_validate_app_namespace", "label": "validate_app_namespace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_app_namespace()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_apps_is_command_event", "label": "is_command_event()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_command_event()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_command_target", "label": "command_target()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "command_target()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_apps_rs_option", "label": "Option", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_apps_validate_command_event", "label": "validate_command_event()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_command_event()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 5}, {"id": "bread_shared_src_apps_event_domain", "label": "event_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "event_domain()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_apps_known_apps_are_recognized", "label": "known_apps_are_recognized()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "known_apps_are_recognized()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_unknown_app_is_not_recognized", "label": "unknown_app_is_not_recognized()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "unknown_app_is_not_recognized()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_reserved_domains_are_never_known_apps", "label": "reserved_domains_are_never_known_apps()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "reserved_domains_are_never_known_apps()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_reserved_domains_are_recognized", "label": "reserved_domains_are_recognized()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "reserved_domains_are_recognized()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_reserved_domains_cover_every_adapter_owned_event_family", "label": "reserved_domains_cover_every_adapter_owned_event_family()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "reserved_domains_cover_every_adapter_owned_event_family()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_event_domain_extracts_top_level_segment", "label": "event_domain_extracts_top_level_segment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "event_domain_extracts_top_level_segment()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_event_domain_is_none_without_bread_prefix", "label": "event_domain_is_none_without_bread_prefix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "event_domain_is_none_without_bread_prefix()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_validate_app_namespace_accepts_own_namespace", "label": "validate_app_namespace_accepts_own_namespace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_app_namespace_accepts_own_namespace()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_validate_app_namespace_rejects_other_namespaces", "label": "validate_app_namespace_rejects_other_namespaces()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_app_namespace_rejects_other_namespaces()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_validate_app_namespace_rejects_bare_prefix_without_trailing_dot", "label": "validate_app_namespace_rejects_bare_prefix_without_trailing_dot()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_app_namespace_rejects_bare_prefix_without_trailing_dot()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_is_command_event_requires_command_prefix", "label": "is_command_event_requires_command_prefix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_command_event_requires_command_prefix()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_command_target_extracts_app_id", "label": "command_target_extracts_app_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "command_target_extracts_app_id()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_validate_command_event_accepts_known_app_with_verb", "label": "validate_command_event_accepts_known_app_with_verb()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_command_event_accepts_known_app_with_verb()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_validate_command_event_rejects_unknown_target_or_missing_verb", "label": "validate_command_event_rejects_unknown_target_or_missing_verb()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_command_event_rejects_unknown_target_or_missing_verb()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_apps_command_stays_reserved_and_is_not_a_known_app", "label": "command_stays_reserved_and_is_not_a_known_app()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "command_stays_reserved_and_is_not_a_known_app()", "community": 3, "community_name": "Server", "source_file": "bread-shared/src/apps.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob", "label": "glob.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "glob.rs", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 13}, {"id": "bread_shared_src_glob_matches_pattern", "label": "matches_pattern()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "matches_pattern()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_glob_matches_glob", "label": "matches_glob()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "matches_glob()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_glob_exact_match", "label": "exact_match()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "exact_match()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_single_segment_wildcard", "label": "single_segment_wildcard()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "single_segment_wildcard()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_recursive_wildcard", "label": "recursive_wildcard()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "recursive_wildcard()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_single_char_wildcard", "label": "single_char_wildcard()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "single_char_wildcard()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_star_does_not_cross_dot_segments", "label": "star_does_not_cross_dot_segments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "star_does_not_cross_dot_segments()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_double_star_matches_zero_or_more_segments", "label": "double_star_matches_zero_or_more_segments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "double_star_matches_zero_or_more_segments()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_empty_pattern_matches_only_empty_text", "label": "empty_pattern_matches_only_empty_text()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "empty_pattern_matches_only_empty_text()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_empty_text_only_matches_wildcards", "label": "empty_text_only_matches_wildcards()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "empty_text_only_matches_wildcards()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_dot_double_star_matches_exact_prefix_with_zero_segments", "label": "dot_double_star_matches_exact_prefix_with_zero_segments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "dot_double_star_matches_exact_prefix_with_zero_segments()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_dot_double_star_does_not_match_sibling_prefix", "label": "dot_double_star_does_not_match_sibling_prefix()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "dot_double_star_does_not_match_sibling_prefix()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_glob_mid_pattern_star_does_not_cross_dots", "label": "mid_pattern_star_does_not_cross_dots()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "mid_pattern_star_does_not_cross_dots()", "community": 21, "community_name": "glob.rs", "source_file": "bread-shared/src/glob.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib", "label": "bread-shared/src/lib.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "bread-shared/src/lib.rs", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 25}, {"id": "bread_shared_src_lib_adaptersource", "label": "AdapterSource", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AdapterSource", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 7}, {"id": "bread_shared_src_lib_rs_string", "label": "String", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 7}, {"id": "bread_shared_src_lib_rawevent", "label": "RawEvent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 32.3, "font": {"size": 12, "color": "#ffffff"}, "title": "RawEvent", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 49}, {"id": "bread_shared_src_lib_rs_value", "label": "Value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 4}, {"id": "bread_shared_src_lib_breadevent", "label": "BreadEvent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 27.3, "font": {"size": 12, "color": "#ffffff"}, "title": "BreadEvent", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 38}, {"id": "bread_shared_src_lib_rs_option", "label": "Option", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_breadevent_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 12}, {"id": "into", "label": "Into", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Into", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_rs_self", "label": "Self", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_breadevent_with_timestamp", "label": ".with_timestamp()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_timestamp()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 9}, {"id": "bread_shared_src_lib_new_event_id", "label": "new_event_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "new_event_id()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_lib_now_unix_ms", "label": "now_unix_ms()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.8, "font": {"size": 12, "color": "#ffffff"}, "title": "now_unix_ms()", "community": 0, "community_name": "lua/mod.rs", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 26}, {"id": "bread_shared_src_lib_daemonsection", "label": "DaemonSection", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DaemonSection", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_lib_socketpathconfig", "label": "SocketPathConfig", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "SocketPathConfig", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_resolve_socket_path", "label": "resolve_socket_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_socket_path()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_lib_rs_pathbuf", "label": "PathBuf", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_expand_path", "label": "expand_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_path()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 5}, {"id": "bread_shared_src_lib_expand_path_leaves_non_tilde_paths_unchanged", "label": "expand_path_leaves_non_tilde_paths_unchanged()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_path_leaves_non_tilde_paths_unchanged()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_expand_path_expands_leading_tilde", "label": "expand_path_expands_leading_tilde()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_path_expands_leading_tilde()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_adapter_source_serializes_as_snake_case", "label": "adapter_source_serializes_as_snake_case()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "adapter_source_serializes_as_snake_case()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_adapter_source_app_serializes_as_externally_tagged_object", "label": "adapter_source_app_serializes_as_externally_tagged_object()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "adapter_source_app_serializes_as_externally_tagged_object()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_adapter_source_round_trips_through_json", "label": "adapter_source_round_trips_through_json()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "adapter_source_round_trips_through_json()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_adapter_source_rejects_unknown_variant", "label": "adapter_source_rejects_unknown_variant()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "adapter_source_rejects_unknown_variant()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_bread_event_new_sets_current_timestamp", "label": "bread_event_new_sets_current_timestamp()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bread_event_new_sets_current_timestamp()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_lib_bread_event_new_accepts_owned_and_borrowed_names", "label": "bread_event_new_accepts_owned_and_borrowed_names()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread_event_new_accepts_owned_and_borrowed_names()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_bread_event_round_trips_through_json", "label": "bread_event_round_trips_through_json()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread_event_round_trips_through_json()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_bread_event_new_assigns_unique_id_and_no_cause", "label": "bread_event_new_assigns_unique_id_and_no_cause()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread_event_new_assigns_unique_id_and_no_cause()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_bread_event_with_timestamp_preserves_timestamp_and_assigns_id", "label": "bread_event_with_timestamp_preserves_timestamp_and_assigns_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread_event_with_timestamp_preserves_timestamp_and_assigns_id()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_raw_event_round_trips_through_json", "label": "raw_event_round_trips_through_json()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "raw_event_round_trips_through_json()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_lib_now_unix_ms_is_monotonically_non_decreasing_across_calls", "label": "now_unix_ms_is_monotonically_non_decreasing_across_calls()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "now_unix_ms_is_monotonically_non_decreasing_across_calls()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_lib_adapter_source_is_hashable_and_eq", "label": "adapter_source_is_hashable_and_eq()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "adapter_source_is_hashable_and_eq()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/lib.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_module_host_ipc", "label": "module_host_ipc.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "module_host_ipc.rs", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/module_host_ipc.rs", "file_type": "code", "degree": 8}, {"id": "bread_shared_src_module_host_ipc_modulehosthello", "label": "ModuleHostHello", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ModuleHostHello", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/module_host_ipc.rs", "file_type": "code", "degree": 5}, {"id": "bread_shared_src_module_host_ipc_rs_string", "label": "String", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_module_host_ipc_rs_vec", "label": "Vec", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_module_host_ipc_modulehostpush", "label": "ModuleHostPush", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ModuleHostPush", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/module_host_ipc.rs", "file_type": "code", "degree": 4}, {"id": "bread_shared_src_module_host_ipc_hello_round_trips", "label": "hello_round_trips()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "hello_round_trips()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/module_host_ipc.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_module_host_ipc_push_event_tag_is_distinguishable_from_a_response_envelope", "label": "push_event_tag_is_distinguishable_from_a_response_envelope()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "push_event_tag_is_distinguishable_from_a_response_envelope()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/module_host_ipc.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_module_host_ipc_push_timer_round_trips", "label": "push_timer_round_trips()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "push_timer_round_trips()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/module_host_ipc.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions", "label": "permissions.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "permissions.rs", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 8}, {"id": "bread_shared_src_permissions_modulepermission", "label": "ModulePermission", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ModulePermission", "community": 0, "community_name": "lua/mod.rs", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 23}, {"id": "bread_shared_src_permissions_rs_option", "label": "Option", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions_rs_string", "label": "String", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions_permissionkind", "label": "PermissionKind", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PermissionKind", "community": 64, "community_name": "ModuleHostLua", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 8}, {"id": "bread_shared_src_permissions_permission_round_trips_through_toml_with_dotted_type_names", "label": "permission_round_trips_through_toml_with_dotted_type_names()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "permission_round_trips_through_toml_with_dotted_type_names()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions_exec_permission_with_bin_round_trips", "label": "exec_permission_with_bin_round_trips()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "exec_permission_with_bin_round_trips()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions_permission_list_round_trips_as_array_of_tables", "label": "permission_list_round_trips_as_array_of_tables()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "permission_list_round_trips_as_array_of_tables()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions_missing_permissions_field_deserializes_to_none", "label": "missing_permissions_field_deserializes_to_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "missing_permissions_field_deserializes_to_none()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_permissions_explicit_empty_permissions_deserializes_to_some_empty", "label": "explicit_empty_permissions_deserializes_to_some_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "explicit_empty_permissions_deserializes_to_some_empty()", "community": 1, "community_name": "RawEvent", "source_file": "bread-shared/src/permissions.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget", "label": "widget.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 27.7, "font": {"size": 12, "color": "#ffffff"}, "title": "widget.rs", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 39}, {"id": "bread_shared_src_widget_orientation", "label": "Orientation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Orientation", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_widgetnode", "label": "WidgetNode", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "WidgetNode", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 18}, {"id": "bread_shared_src_widget_rs_option", "label": "Option", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 7}, {"id": "bread_shared_src_widget_rs_string", "label": "String", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_rs_value", "label": "Value", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_rs_vec", "label": "Vec", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_default_orientation", "label": "default_orientation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "default_orientation()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_widgetstyle", "label": "WidgetStyle", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "WidgetStyle", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 11}, {"id": "bread_shared_src_widget_semanticcolor", "label": "SemanticColor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "SemanticColor", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_fontweight", "label": "FontWeight", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FontWeight", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_textsize", "label": "TextSize", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TextSize", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_align", "label": "Align", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Align", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_background", "label": "Background", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Background", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_radius", "label": "Radius", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Radius", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_padding", "label": "Padding", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Padding", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_widgetplacement", "label": "WidgetPlacement", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WidgetPlacement", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_widgetspec", "label": "WidgetSpec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WidgetSpec", "community": 0, "community_name": "lua/mod.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 9}, {"id": "bread_shared_src_widget_default_visible", "label": "default_visible()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "default_visible()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_widgetvalidationerror", "label": "WidgetValidationError", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WidgetValidationError", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 9}, {"id": "bread_shared_src_widget_rs_display", "label": "Display", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Display", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_widgetvalidationerror_fmt", "label": ".fmt()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_rs_formatter", "label": "Formatter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Formatter", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_rs_result", "label": "Result", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "error", "label": "Error", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Error", "community": 4, "community_name": "widget.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_is_valid_class", "label": "is_valid_class()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "is_valid_class()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_widgetnode_class", "label": ".class()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".class()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_widgetnode_style", "label": ".style()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".style()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 4}, {"id": "bread_shared_src_widget_widgetnode_on_click", "label": ".on_click()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_click()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_widgetnode_children", "label": ".children()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".children()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_widgetnode_validate", "label": ".validate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 4}, {"id": "bread_shared_src_widget_widgetnode_validate_inner", "label": ".validate_inner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_inner()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 7}, {"id": "bread_shared_src_widget_label", "label": "label()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "label()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 7}, {"id": "bread_shared_src_widget_box_of", "label": "box_of()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "box_of()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 8}, {"id": "bread_shared_src_widget_simple_label_is_valid", "label": "simple_label_is_valid()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "simple_label_is_valid()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_rejects_invalid_class_characters", "label": "rejects_invalid_class_characters()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rejects_invalid_class_characters()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_rejects_class_starting_with_digit", "label": "rejects_class_starting_with_digit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rejects_class_starting_with_digit()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_rejects_empty_class", "label": "rejects_empty_class()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rejects_empty_class()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_accepts_class_with_underscore_and_hyphen", "label": "accepts_class_with_underscore_and_hyphen()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "accepts_class_with_underscore_and_hyphen()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_rejects_tree_deeper_than_max", "label": "rejects_tree_deeper_than_max()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "rejects_tree_deeper_than_max()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_accepts_tree_at_max_depth", "label": "accepts_tree_at_max_depth()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "accepts_tree_at_max_depth()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_rejects_too_many_nodes", "label": "rejects_too_many_nodes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rejects_too_many_nodes()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_accepts_node_count_at_max", "label": "accepts_node_count_at_max()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "accepts_node_count_at_max()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 3}, {"id": "bread_shared_src_widget_widget_spec_round_trips_through_json", "label": "widget_spec_round_trips_through_json()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_spec_round_trips_through_json()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_placement_serializes_as_snake_case", "label": "placement_serializes_as_snake_case()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "placement_serializes_as_snake_case()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_node_serializes_with_type_tag", "label": "node_serializes_with_type_tag()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "node_serializes_with_type_tag()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_node_without_style_omits_it_when_serialized_and_back", "label": "node_without_style_omits_it_when_serialized_and_back()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "node_without_style_omits_it_when_serialized_and_back()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_style_field_is_optional_when_absent_from_json", "label": "style_field_is_optional_when_absent_from_json()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "style_field_is_optional_when_absent_from_json()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_style_round_trips_through_json", "label": "style_round_trips_through_json()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "style_round_trips_through_json()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 2}, {"id": "bread_shared_src_widget_style_enums_serialize_as_snake_case", "label": "style_enums_serialize_as_snake_case()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "style_enums_serialize_as_snake_case()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_invalid_style_color_fails_to_deserialize", "label": "invalid_style_color_fails_to_deserialize()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "invalid_style_color_fails_to_deserialize()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_style_with_all_fields_none_is_equivalent_to_default", "label": "style_with_all_fields_none_is_equivalent_to_default()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "style_with_all_fields_none_is_equivalent_to_default()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "bread_shared_src_widget_style_does_not_affect_validation", "label": "style_does_not_affect_validation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "style_does_not_affect_validation()", "community": 4, "community_name": "widget.rs", "source_file": "bread-shared/src/widget.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth", "label": "bluetooth.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth.rs", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_bluetooth_bluetoothadapter", "label": "BluetoothAdapter", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BluetoothAdapter", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_bluetooth_bluetoothadapter_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_bluetooth_rs_self", "label": "Self", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 19, "community_name": "bluetooth.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_bluetoothadapter_enumerate_existing", "label": ".enumerate_existing()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".enumerate_existing()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_bluetooth_rs_sender", "label": "Sender", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 19, "community_name": "bluetooth.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_bluetooth_bluetoothadapter_name", "label": ".name()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_bluetoothadapter_run", "label": ".run()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_bluetooth_rs_result", "label": "Result", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 19, "community_name": "bluetooth.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_bluetooth_try_enumerate", "label": "try_enumerate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "try_enumerate()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "label": "parse_bluetooth_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_bluetooth_message()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_bluetooth_rs_message", "label": "Message", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Message", "community": 19, "community_name": "bluetooth.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_rs_option", "label": "Option", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 19, "community_name": "bluetooth.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_address_from_path", "label": "address_from_path()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "address_from_path()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_bluetooth_rs_string", "label": "String", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 19, "community_name": "bluetooth.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_address_from_path_parses_standard_bluez_path", "label": "address_from_path_parses_standard_bluez_path()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "address_from_path_parses_standard_bluez_path()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_address_from_path_returns_empty_for_adapter_path", "label": "address_from_path_returns_empty_for_adapter_path()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "address_from_path_returns_empty_for_adapter_path()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_bluetooth_address_from_path_returns_empty_for_root", "label": "address_from_path_returns_empty_for_root()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "address_from_path_returns_empty_for_root()", "community": 19, "community_name": "bluetooth.rs", "source_file": "breadd/src/adapters/bluetooth.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem", "label": "filesystem.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.8, "font": {"size": 12, "color": "#ffffff"}, "title": "filesystem.rs", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 26}, {"id": "breadd_src_adapters_filesystem_filesystemadapter", "label": "FilesystemAdapter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FilesystemAdapter", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_adapters_filesystem_rs_vec", "label": "Vec", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_filesystem_rs_string", "label": "String", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 16}, {"id": "breadd_src_adapters_filesystem_rs_self", "label": "Self", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "label": ".resolve_roots()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_roots()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_filesystem_rs_pathbuf", "label": "PathBuf", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "label": ".enumerate_existing()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".enumerate_existing()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_filesystem_rs_sender", "label": "Sender", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_filesystemadapter_name", "label": ".name()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_filesystemadapter_run", "label": ".run()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_filesystem_rs_result", "label": "Result", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_run_watch", "label": "run_watch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "run_watch()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 10}, {"id": "breadd_src_adapters_filesystem_classify", "label": "classify()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "classify()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 17}, {"id": "breadd_src_adapters_filesystem_rs_path", "label": "Path", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "eventkind", "label": "EventKind", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "EventKind", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_rs_hashmap", "label": "HashMap", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_filesystem_rs_instant", "label": "Instant", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Instant", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_rs_option", "label": "Option", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 6, "community_name": "filesystem.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_filesystem_excluded_dir_component", "label": "excluded_dir_component()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "excluded_dir_component()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_filesystem_detect_markers", "label": "detect_markers()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_markers()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_filesystem_expand_glob", "label": "expand_glob()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_glob()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_filesystem_excluded_dir_component_finds_git_at_top_level", "label": "excluded_dir_component_finds_git_at_top_level()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "excluded_dir_component_finds_git_at_top_level()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_excluded_dir_component_finds_target_nested_deeply", "label": "excluded_dir_component_finds_target_nested_deeply()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "excluded_dir_component_finds_target_nested_deeply()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_excluded_dir_component_finds_node_modules", "label": "excluded_dir_component_finds_node_modules()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "excluded_dir_component_finds_node_modules()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_excluded_dir_component_none_for_ordinary_source_file", "label": "excluded_dir_component_none_for_ordinary_source_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "excluded_dir_component_none_for_ordinary_source_file()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_classify_silent_under_git", "label": "classify_silent_under_git()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_silent_under_git()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_classify_silent_under_node_modules", "label": "classify_silent_under_node_modules()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_silent_under_node_modules()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_classify_build_artifact_created_in_target", "label": "classify_build_artifact_created_in_target()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_build_artifact_created_in_target()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_classify_silent_for_modify_in_target_not_create", "label": "classify_silent_for_modify_in_target_not_create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_silent_for_modify_in_target_not_create()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_classify_file_changed_for_ordinary_source_file", "label": "classify_file_changed_for_ordinary_source_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_file_changed_for_ordinary_source_file()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_classify_debounces_rapid_repeat_events_for_same_path", "label": "classify_debounces_rapid_repeat_events_for_same_path()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_debounces_rapid_repeat_events_for_same_path()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_filesystem_detect_markers_finds_cargo_toml", "label": "detect_markers_finds_cargo_toml()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_markers_finds_cargo_toml()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_filesystem_detect_markers_finds_multiple", "label": "detect_markers_finds_multiple()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_markers_finds_multiple()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_filesystem_detect_markers_empty_for_plain_directory", "label": "detect_markers_empty_for_plain_directory()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_markers_empty_for_plain_directory()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_filesystem_expand_glob_returns_single_path_unchanged_without_star", "label": "expand_glob_returns_single_path_unchanged_without_star()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_glob_returns_single_path_unchanged_without_star()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_filesystem_expand_glob_expands_star_to_subdirectories", "label": "expand_glob_expands_star_to_subdirectories()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_glob_expands_star_to_subdirectories()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_filesystem_expand_glob_returns_empty_for_nonexistent_parent", "label": "expand_glob_returns_empty_for_nonexistent_parent()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_glob_returns_empty_for_nonexistent_parent()", "community": 6, "community_name": "filesystem.rs", "source_file": "breadd/src/adapters/filesystem.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_git", "label": "git.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "git.rs", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 25}, {"id": "breadd_src_adapters_git_gitadapter", "label": "GitAdapter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GitAdapter", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_adapters_git_rs_vec", "label": "Vec", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_git_rs_string", "label": "String", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_git_rs_duration", "label": "Duration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Duration", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_git_gitadapter_new", "label": ".new()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_git_rs_self", "label": "Self", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_git_gitadapter_with_interval", "label": ".with_interval()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_interval()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_git_gitadapter_name", "label": ".name()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_gitadapter_run", "label": ".run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_adapters_git_rs_sender", "label": "Sender", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_rs_result", "label": "Result", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_git_repotrack", "label": "RepoTrack", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RepoTrack", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_git_rs_pathbuf", "label": "PathBuf", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_git_rs_option", "label": "Option", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_git_repotrack_new", "label": ".new()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_git_discover_repos", "label": "discover_repos()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "discover_repos()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_git_expand_roots", "label": "expand_roots()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "expand_roots()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 10}, {"id": "breadd_src_adapters_git_resolve_git_dir", "label": "resolve_git_dir()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_git_dir()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_git_rs_path", "label": "Path", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 7, "community_name": "git.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_git_parse_gitdir_file", "label": "parse_gitdir_file()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_gitdir_file()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_git_check_dirty", "label": "check_dirty()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_dirty()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_git_check_ahead_behind", "label": "check_ahead_behind()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "check_ahead_behind()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_git_parse_ahead_behind", "label": "parse_ahead_behind()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_ahead_behind()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_git_parse_ahead_behind_parses_tab_separated_counts", "label": "parse_ahead_behind_parses_tab_separated_counts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_ahead_behind_parses_tab_separated_counts()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_parse_ahead_behind_parses_space_separated_counts", "label": "parse_ahead_behind_parses_space_separated_counts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_ahead_behind_parses_space_separated_counts()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_parse_ahead_behind_handles_zero_zero", "label": "parse_ahead_behind_handles_zero_zero()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_ahead_behind_handles_zero_zero()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_parse_ahead_behind_rejects_malformed_output", "label": "parse_ahead_behind_rejects_malformed_output()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_ahead_behind_rejects_malformed_output()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_parse_gitdir_file_extracts_path", "label": "parse_gitdir_file_extracts_path()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_gitdir_file_extracts_path()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_parse_gitdir_file_trims_whitespace", "label": "parse_gitdir_file_trims_whitespace()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_gitdir_file_trims_whitespace()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_parse_gitdir_file_rejects_unrecognized_content", "label": "parse_gitdir_file_rejects_unrecognized_content()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_gitdir_file_rejects_unrecognized_content()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_expand_roots_uses_literal_path_without_trailing_star", "label": "expand_roots_uses_literal_path_without_trailing_star()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_roots_uses_literal_path_without_trailing_star()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_git_expand_roots_globs_single_trailing_star", "label": "expand_roots_globs_single_trailing_star()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_roots_globs_single_trailing_star()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_git_expand_roots_skips_unreadable_glob_parent_without_panicking", "label": "expand_roots_skips_unreadable_glob_parent_without_panicking()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_roots_skips_unreadable_glob_parent_without_panicking()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_git_resolve_git_dir_finds_standard_directory_git", "label": "resolve_git_dir_finds_standard_directory_git()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_git_dir_finds_standard_directory_git()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_git_resolve_git_dir_resolves_worktree_style_git_file", "label": "resolve_git_dir_resolves_worktree_style_git_file()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_git_dir_resolves_worktree_style_git_file()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_git_resolve_git_dir_returns_none_for_non_repo", "label": "resolve_git_dir_returns_none_for_non_repo()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_git_dir_returns_none_for_non_repo()", "community": 7, "community_name": "git.rs", "source_file": "breadd/src/adapters/git.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_hyprland", "label": "hyprland.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland.rs", "community": 26, "community_name": "hyprland.rs", "source_file": "breadd/src/adapters/hyprland.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_hyprland_hyprlandadapter", "label": "HyprlandAdapter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "HyprlandAdapter", "community": 26, "community_name": "hyprland.rs", "source_file": "breadd/src/adapters/hyprland.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_hyprland_hyprlandadapter_name", "label": ".name()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 26, "community_name": "hyprland.rs", "source_file": "breadd/src/adapters/hyprland.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_hyprland_hyprlandadapter_run", "label": ".run()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 26, "community_name": "hyprland.rs", "source_file": "breadd/src/adapters/hyprland.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_hyprland_rs_sender", "label": "Sender", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 26, "community_name": "hyprland.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_hyprland_rs_result", "label": "Result", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 26, "community_name": "hyprland.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_hyprland_hyprland_event_socket", "label": "hyprland_event_socket()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_event_socket()", "community": 26, "community_name": "hyprland.rs", "source_file": "breadd/src/adapters/hyprland.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_hyprland_rs_pathbuf", "label": "PathBuf", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 26, "community_name": "hyprland.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_hyprland_parse_hyprland_line", "label": "parse_hyprland_line()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_hyprland_line()", "community": 26, "community_name": "hyprland.rs", "source_file": "breadd/src/adapters/hyprland.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_hyprland_rs_string", "label": "String", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 26, "community_name": "hyprland.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_mod", "label": "adapters/mod.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "adapters/mod.rs", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_adapters_mod_adapterstatus", "label": "AdapterStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AdapterStatus", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_mod_adapter", "label": "Adapter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Adapter", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 25}, {"id": "send", "label": "Send", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Send", "community": 27, "community_name": "Adapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "sync", "label": "Sync", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Sync", "community": 31, "community_name": "Sync", "source_file": "", "file_type": "code", "degree": 10}, {"id": "breadd_src_adapters_mod_manager", "label": "Manager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Manager", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_adapters_mod_rs_sender", "label": "Sender", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_mod_rs_receiver", "label": "Receiver", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Receiver", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_mod_rs_arc", "label": "Arc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Arc", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_mod_rs_rwlock", "label": "RwLock", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "RwLock", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_mod_rs_hashmap", "label": "HashMap", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_mod_rs_string", "label": "String", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_mod_manager_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_mod_rs_self", "label": "Self", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_mod_manager_status_handle", "label": ".status_handle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".status_handle()", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_mod_manager_start_all", "label": ".start_all()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".start_all()", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_mod_rs_result", "label": "Result", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_mod_manager_spawn_adapter", "label": ".spawn_adapter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn_adapter()", "community": 3, "community_name": "Server", "source_file": "breadd/src/adapters/mod.rs", "file_type": "code", "degree": 4}, {"id": "a", "label": "A", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "A", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network", "label": "network.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "network.rs", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_network_networkadapter", "label": "NetworkAdapter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "NetworkAdapter", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_network_networkadapter_name", "label": ".name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_networkadapter_run", "label": ".run()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_network_rs_sender", "label": "Sender", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 24, "community_name": "network.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_rs_result", "label": "Result", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 24, "community_name": "network.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_network_networksnapshot", "label": "NetworkSnapshot", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NetworkSnapshot", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_network_rs_btreemap", "label": "BTreeMap", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "BTreeMap", "community": 24, "community_name": "network.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_network_rs_string", "label": "String", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 24, "community_name": "network.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_network_raw_event", "label": "network_raw_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "network_raw_event()", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_network_read_network_state", "label": "read_network_state()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "read_network_state()", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_network_has_default_route", "label": "has_default_route()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "has_default_route()", "community": 24, "community_name": "network.rs", "source_file": "breadd/src/adapters/network.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_network_rtnetlink", "label": "network_rtnetlink.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "network_rtnetlink.rs", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "breadd/src/adapters/network_rtnetlink.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter", "label": "RtnetlinkAdapter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RtnetlinkAdapter", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "breadd/src/adapters/network_rtnetlink.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "breadd/src/adapters/network_rtnetlink.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_network_rtnetlink_rs_result", "label": "Result", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_network_rtnetlink_rs_self", "label": "Self", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_name", "label": ".name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "breadd/src/adapters/network_rtnetlink.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_run", "label": ".run()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "breadd/src/adapters/network_rtnetlink.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_network_rtnetlink_rs_sender", "label": "Sender", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_rtnetlink_ip_from_bytes", "label": "ip_from_bytes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ip_from_bytes()", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "breadd/src/adapters/network_rtnetlink.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_network_rtnetlink_rs_option", "label": "Option", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_network_rtnetlink_rs_string", "label": "String", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 23, "community_name": "RtnetlinkAdapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman", "label": "podman.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "podman.rs", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 13}, {"id": "breadd_src_adapters_podman_podmanadapter", "label": "PodmanAdapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PodmanAdapter", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_podman_podmanadapter_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_podman_rs_self", "label": "Self", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_podman_rs_default", "label": "Default", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Default", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_podmanadapter_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_podman_podmanadapter_name", "label": ".name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_podmanadapter_run", "label": ".run()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_podman_rs_sender", "label": "Sender", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_rs_result", "label": "Result", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_map_podman_event", "label": "map_podman_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "map_podman_event()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_adapters_podman_rs_value", "label": "Value", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_podman_rs_option", "label": "Option", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_rs_string", "label": "String", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 15, "community_name": "podman.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_container_event", "label": "container_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "container_event()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_podman_maps_start_event", "label": "maps_start_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "maps_start_event()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_podman_maps_died_event", "label": "maps_died_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "maps_died_event()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_podman_ignores_stop_event_to_avoid_double_emit_with_died", "label": "ignores_stop_event_to_avoid_double_emit_with_died()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ignores_stop_event_to_avoid_double_emit_with_died()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_podman_ignores_remove_event", "label": "ignores_remove_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ignores_remove_event()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_podman_maps_health_status_event", "label": "maps_health_status_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "maps_health_status_event()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_podman_ignores_unknown_action", "label": "ignores_unknown_action()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ignores_unknown_action()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_podman_ignores_non_container_type", "label": "ignores_non_container_type()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ignores_non_container_type()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_podman_missing_fields_fall_back_to_unknown", "label": "missing_fields_fall_back_to_unknown()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "missing_fields_fall_back_to_unknown()", "community": 15, "community_name": "podman.rs", "source_file": "breadd/src/adapters/podman.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_power", "label": "power.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "power.rs", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_power_poweradapter", "label": "PowerAdapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PowerAdapter", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_power_poweradapter_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_power_rs_self", "label": "Self", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 25, "community_name": "power.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_poweradapter_name", "label": ".name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_poweradapter_run", "label": ".run()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_power_rs_sender", "label": "Sender", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 25, "community_name": "power.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_rs_result", "label": "Result", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 25, "community_name": "power.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_power_powersnapshot", "label": "PowerSnapshot", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PowerSnapshot", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_power_rs_option", "label": "Option", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 25, "community_name": "power.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_power_raw_event", "label": "power_raw_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "power_raw_event()", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_power_read_power_state", "label": "read_power_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "read_power_state()", "community": 25, "community_name": "power.rs", "source_file": "breadd/src/adapters/power.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_power_upower", "label": "power_upower.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "power_upower.rs", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/power_upower.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_power_upower_upoweradapter", "label": "UPowerAdapter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UPowerAdapter", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/power_upower.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_power_upower_upoweradapter_probe", "label": ".probe()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".probe()", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/power_upower.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_power_upower_rs_result", "label": "Result", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 27, "community_name": "Adapter", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_power_upower_rs_self", "label": "Self", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 27, "community_name": "Adapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_upower_upoweradapter_name", "label": ".name()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/power_upower.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_upower_upoweradapter_run", "label": ".run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/power_upower.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_power_upower_rs_sender", "label": "Sender", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 27, "community_name": "Adapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_power_upower_parse_upower_message", "label": "parse_upower_message()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_upower_message()", "community": 27, "community_name": "Adapter", "source_file": "breadd/src/adapters/power_upower.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_power_upower_rs_message", "label": "Message", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Message", "community": 27, "community_name": "Adapter", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd", "label": "systemd.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "systemd.rs", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 18}, {"id": "breadd_src_adapters_systemd_systemdadapter", "label": "SystemdAdapter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SystemdAdapter", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_systemd_rs_vec", "label": "Vec", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_systemd_rs_string", "label": "String", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_systemd_systemdadapter_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_systemd_rs_self", "label": "Self", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_systemdadapter_name", "label": ".name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_systemdadapter_run", "label": ".run()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_systemd_rs_sender", "label": "Sender", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_rs_result", "label": "Result", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_systemd_get_unit_path", "label": "get_unit_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_unit_path()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_systemd_rs_connection", "label": "Connection", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Connection", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_systemd_query_active_state", "label": "query_active_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "query_active_state()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_systemd_rs_option", "label": "Option", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_systemd_handle_message", "label": "handle_message()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "handle_message()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_adapters_systemd_rs_message", "label": "Message", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Message", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_rs_hashmap", "label": "HashMap", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_systemd_active_state_to_kind", "label": "active_state_to_kind()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "active_state_to_kind()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_systemd_is_failed_transition", "label": "is_failed_transition()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "is_failed_transition()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_systemd_rs_value", "label": "Value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 11, "community_name": "systemd.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_systemd_failure_result", "label": "failure_result()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "failure_result()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_systemd_active_state_to_kind_maps_active_to_started", "label": "active_state_to_kind_maps_active_to_started()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "active_state_to_kind_maps_active_to_started()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_active_state_to_kind_maps_inactive_and_dead_to_stopped", "label": "active_state_to_kind_maps_inactive_and_dead_to_stopped()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "active_state_to_kind_maps_inactive_and_dead_to_stopped()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_active_state_to_kind_excludes_failed", "label": "active_state_to_kind_excludes_failed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "active_state_to_kind_excludes_failed()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_active_state_to_kind_ignores_transitional_states", "label": "active_state_to_kind_ignores_transitional_states()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "active_state_to_kind_ignores_transitional_states()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_is_failed_transition_detects_failed_active_state", "label": "is_failed_transition_detects_failed_active_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_failed_transition_detects_failed_active_state()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_is_failed_transition_ignores_other_active_states", "label": "is_failed_transition_ignores_other_active_states()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_failed_transition_ignores_other_active_states()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_is_failed_transition_ignores_unrelated_property_changes", "label": "is_failed_transition_ignores_unrelated_property_changes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_failed_transition_ignores_unrelated_property_changes()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_failure_result_extracts_reason_when_present", "label": "failure_result_extracts_reason_when_present()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "failure_result_extracts_reason_when_present()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_systemd_failure_result_is_none_when_absent", "label": "failure_result_is_none_when_absent()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "failure_result_is_none_when_absent()", "community": 11, "community_name": "systemd.rs", "source_file": "breadd/src/adapters/systemd.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_udev", "label": "udev.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "udev.rs", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 13}, {"id": "breadd_src_adapters_udev_udevadapter", "label": "UdevAdapter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UdevAdapter", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_udev_rs_vec", "label": "Vec", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 17, "community_name": "run_udev_monitor", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_udev_rs_string", "label": "String", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 17, "community_name": "run_udev_monitor", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_udev_udevadapter_new", "label": ".new()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_adapters_udev_rs_self", "label": "Self", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 17, "community_name": "run_udev_monitor", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "label": ".enumerate_existing()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".enumerate_existing()", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_udev_rs_sender", "label": "Sender", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 17, "community_name": "run_udev_monitor", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_udev_rs_result", "label": "Result", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 17, "community_name": "run_udev_monitor", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_udev_udevadapter_name", "label": ".name()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".name()", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_udev_udevadapter_run", "label": ".run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_udev_run_udev_monitor", "label": "run_udev_monitor()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_udev_monitor()", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_adapters_udev_build_event", "label": "build_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "build_event()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 6}, {"id": "event", "label": "Event", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Event", "community": 71, "community_name": "udev.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_udev_build_device_event", "label": "build_device_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "build_device_event()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_adapters_udev_udevclassification", "label": "UdevClassification", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UdevClassification", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_udev_rs_option", "label": "Option", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 71, "community_name": "udev.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_adapters_udev_udevclassification_from_device", "label": ".from_device()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_device()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_udev_udev_event_payload", "label": "udev_event_payload()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_event_payload()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_adapters_udev_rs_value", "label": "Value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 71, "community_name": "udev.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_adapters_udev_prop_bool", "label": "prop_bool()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "prop_bool()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_adapters_udev_prop_str", "label": "prop_str()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "prop_str()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_adapters_udev_enumerate_payload_includes_classification_fields", "label": "enumerate_payload_includes_classification_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "enumerate_payload_includes_classification_fields()", "community": 71, "community_name": "udev.rs", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config", "label": "config.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 32.3, "font": {"size": 12, "color": "#ffffff"}, "title": "config.rs", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 49}, {"id": "breadd_src_core_config_config", "label": "Config", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Config", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 18}, {"id": "breadd_src_core_config_daemonconfig", "label": "DaemonConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DaemonConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_config_rs_string", "label": "String", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "String", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 14}, {"id": "breadd_src_core_config_luaconfig", "label": "LuaConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LuaConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_config_modulesconfig", "label": "ModulesConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ModulesConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_config_rs_vec", "label": "Vec", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_adaptersconfig", "label": "AdaptersConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AdaptersConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_config_adaptertoggle", "label": "AdapterToggle", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AdapterToggle", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_udevconfig", "label": "UdevConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "UdevConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_powerconfig", "label": "PowerConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PowerConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_rootsconfig", "label": "RootsConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RootsConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_systemdconfig", "label": "SystemdConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "SystemdConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_eventsconfig", "label": "EventsConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EventsConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_compatconfig", "label": "CompatConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CompatConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_notificationsconfig", "label": "NotificationsConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "NotificationsConfig", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_rs_default", "label": "Default", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Default", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 11}, {"id": "breadd_src_core_config_daemonconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_rs_self", "label": "Self", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Self", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 13}, {"id": "breadd_src_core_config_luaconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_modulesconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_adaptertoggle_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_udevconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_powerconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_rootsconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_systemdconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_eventsconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_notificationsconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_core_config_compatconfig_default", "label": ".default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".default()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 13}, {"id": "breadd_src_core_config_config_load", "label": ".load()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".load()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_rs_result", "label": "Result", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_config_socket_path", "label": ".socket_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".socket_path()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_rs_pathbuf", "label": "PathBuf", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_config_config_lua_entry_point", "label": ".lua_entry_point()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".lua_entry_point()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_config_lua_module_path", "label": ".lua_module_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".lua_module_path()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_config_path", "label": "config_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "config_path()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_config_rules_path", "label": "rules_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "rules_path()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_expand_home", "label": "expand_home()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_home()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_config_default_log_level", "label": "default_log_level()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_log_level()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_default_lua_entry", "label": "default_lua_entry()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_lua_entry()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_default_lua_modules", "label": "default_lua_modules()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_lua_modules()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_default_true", "label": "default_true()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "default_true()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_config_default_poll_interval", "label": "default_poll_interval()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "default_poll_interval()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_default_dedup_window", "label": "default_dedup_window()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "default_dedup_window()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_default_notify_timeout", "label": "default_notify_timeout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "default_notify_timeout()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_default_notify_urgency", "label": "default_notify_urgency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_notify_urgency()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_default_notify_path", "label": "default_notify_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_notify_path()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_default_udev_subsystems", "label": "default_udev_subsystems()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "default_udev_subsystems()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_envguard", "label": "EnvGuard", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EnvGuard", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_config_rs_option", "label": "Option", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "mutexguard", "label": "MutexGuard", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MutexGuard", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_envguard_new", "label": ".new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 20}, {"id": "breadd_src_core_config_rs_drop", "label": "Drop", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop", "community": 2, "community_name": "config.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_envguard_drop", "label": ".drop()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 64, "community_name": "ModuleHostLua", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_config_default_config_uses_documented_defaults", "label": "default_config_uses_documented_defaults()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_config_uses_documented_defaults()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_default_udev_subsystems_match_documented_list", "label": "default_udev_subsystems_match_documented_list()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "default_udev_subsystems_match_documented_list()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_parse_empty_toml_yields_defaults", "label": "parse_empty_toml_yields_defaults()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_empty_toml_yields_defaults()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_parse_full_toml_overrides_all_values", "label": "parse_full_toml_overrides_all_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_full_toml_overrides_all_values()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_parse_partial_toml_fills_missing_with_defaults", "label": "parse_partial_toml_fills_missing_with_defaults()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_partial_toml_fills_missing_with_defaults()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_compat_section_defaults_legacy_hyprland_names_to_true", "label": "compat_section_defaults_legacy_hyprland_names_to_true()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "compat_section_defaults_legacy_hyprland_names_to_true()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_compat_section_can_disable_legacy_hyprland_names", "label": "compat_section_can_disable_legacy_hyprland_names()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "compat_section_can_disable_legacy_hyprland_names()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_invalid_toml_returns_error", "label": "invalid_toml_returns_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "invalid_toml_returns_error()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_config_socket_path_uses_explicit_path_verbatim", "label": "socket_path_uses_explicit_path_verbatim()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "socket_path_uses_explicit_path_verbatim()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_socket_path_expands_tilde_when_explicit", "label": "socket_path_expands_tilde_when_explicit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "socket_path_expands_tilde_when_explicit()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_socket_path_falls_back_to_xdg_runtime_dir", "label": "socket_path_falls_back_to_xdg_runtime_dir()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "socket_path_falls_back_to_xdg_runtime_dir()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_socket_path_uses_tmp_when_no_xdg_runtime_dir", "label": "socket_path_uses_tmp_when_no_xdg_runtime_dir()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "socket_path_uses_tmp_when_no_xdg_runtime_dir()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_lua_entry_point_and_module_path_expand_tilde", "label": "lua_entry_point_and_module_path_expand_tilde()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_entry_point_and_module_path_expand_tilde()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_lua_entry_point_and_module_path_prefer_xdg_config_home_when_set", "label": "lua_entry_point_and_module_path_prefer_xdg_config_home_when_set()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_entry_point_and_module_path_prefer_xdg_config_home_when_set()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_config_lua_entry_point_returns_absolute_path_unchanged", "label": "lua_entry_point_returns_absolute_path_unchanged()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_entry_point_returns_absolute_path_unchanged()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_config_expand_home_handles_missing_home_env", "label": "expand_home_handles_missing_home_env()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_home_handles_missing_home_env()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_config_path_respects_xdg_config_home", "label": "config_path_respects_xdg_config_home()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "config_path_respects_xdg_config_home()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_config_path_falls_back_to_home_when_no_xdg", "label": "config_path_falls_back_to_home_when_no_xdg()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "config_path_falls_back_to_home_when_no_xdg()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_rules_path_respects_xdg_config_home", "label": "rules_path_respects_xdg_config_home()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "rules_path_respects_xdg_config_home()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_config_rules_path_falls_back_to_home_when_no_xdg", "label": "rules_path_falls_back_to_home_when_no_xdg()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "rules_path_falls_back_to_home_when_no_xdg()", "community": 2, "community_name": "config.rs", "source_file": "breadd/src/core/config.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_mod", "label": "core/mod.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "core/mod.rs", "community": 56, "community_name": "core/mod.rs", "source_file": "breadd/src/core/mod.rs", "file_type": "code", "degree": 0}, {"id": "breadd_src_core_normalizer", "label": "normalizer.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 28.2, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizer.rs", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 40}, {"id": "breadd_src_core_normalizer_eventnormalizer", "label": "EventNormalizer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "EventNormalizer", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 21}, {"id": "breadd_src_core_normalizer_rs_rwlock", "label": "RwLock", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "RwLock", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_normalizer_rs_hashmap", "label": "HashMap", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_normalizer_rs_string", "label": "String", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_normalizer_eventnormalizer_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 27.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 38}, {"id": "breadd_src_core_normalizer_rs_self", "label": "Self", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_normalizer_eventnormalizer_with_legacy_hyprland_event_names", "label": ".with_legacy_hyprland_event_names()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_legacy_hyprland_event_names()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": ".normalize()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 29.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".normalize()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 43}, {"id": "breadd_src_core_normalizer_rs_vec", "label": "Vec", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Vec", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 15}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_udev", "label": ".normalize_udev()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_udev()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "label": ".normalize_hyprland()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_hyprland()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "label": ".emit_hyprland_dual()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit_hyprland_dual()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_normalizer_rs_value", "label": "Value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 1, "community_name": "RawEvent", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "label": ".normalize_power()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_power()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_bluetooth", "label": ".normalize_bluetooth()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_bluetooth()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_network", "label": ".normalize_network()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_network()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_terminal", "label": ".normalize_terminal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_terminal()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_remote", "label": ".normalize_remote()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_remote()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_git", "label": ".normalize_git()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_git()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_filesystem", "label": ".normalize_filesystem()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_filesystem()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_systemd", "label": ".normalize_systemd()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_systemd()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_podman", "label": ".normalize_podman()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_podman()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "label": ".normalize_app()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".normalize_app()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_normalizer_eventnormalizer_accept", "label": ".accept()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".accept()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_split_hyprland_fields", "label": "split_hyprland_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "split_hyprland_fields()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_raw", "label": "raw()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 26.8, "font": {"size": 12, "color": "#ffffff"}, "title": "raw()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 37}, {"id": "breadd_src_core_normalizer_udev_add_emits_connected_with_identity_fields", "label": "udev_add_emits_connected_with_identity_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_add_emits_connected_with_identity_fields()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_udev_remove_emits_disconnected", "label": "udev_remove_emits_disconnected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_remove_emits_disconnected()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_udev_bind_action_is_suppressed", "label": "udev_bind_action_is_suppressed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_bind_action_is_suppressed()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_udev_anonymous_child_interface_is_dropped", "label": "udev_anonymous_child_interface_is_dropped()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_anonymous_child_interface_is_dropped()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_udev_dedupes_child_nodes_of_same_physical_device", "label": "udev_dedupes_child_nodes_of_same_physical_device()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_dedupes_child_nodes_of_same_physical_device()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_udev_disconnect_does_not_share_dedup_with_connect", "label": "udev_disconnect_does_not_share_dedup_with_connect()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "udev_disconnect_does_not_share_dedup_with_connect()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_hyprland_workspace_change", "label": "hyprland_workspace_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_workspace_change()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_hyprland_active_window_v2_parses_address_from_fields", "label": "hyprland_active_window_v2_parses_address_from_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_active_window_v2_parses_address_from_fields()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_hyprland_openwindow_splits_all_fields", "label": "hyprland_openwindow_splits_all_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_openwindow_splits_all_fields()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_hyprland_unknown_kind_falls_through_to_generic_event", "label": "hyprland_unknown_kind_falls_through_to_generic_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_unknown_kind_falls_through_to_generic_event()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_hyprland_monitor_lifecycle", "label": "hyprland_monitor_lifecycle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_monitor_lifecycle()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_hyprland_dual_emit_covers_all_ten_mappings_by_default", "label": "hyprland_dual_emit_covers_all_ten_mappings_by_default()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_dual_emit_covers_all_ten_mappings_by_default()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_hyprland_legacy_names_suppressed_when_compat_disabled", "label": "hyprland_legacy_names_suppressed_when_compat_disabled()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_legacy_names_suppressed_when_compat_disabled()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat", "label": "hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_normalizer_power_ac_connected_emits_named_event", "label": "power_ac_connected_emits_named_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "power_ac_connected_emits_named_event()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_power_battery_thresholds_select_correct_event", "label": "power_battery_thresholds_select_correct_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "power_battery_thresholds_select_correct_event()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_power_mid_range_battery_emits_generic_changed", "label": "power_mid_range_battery_emits_generic_changed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "power_mid_range_battery_emits_generic_changed()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_power_ac_and_battery_can_both_fire", "label": "power_ac_and_battery_can_both_fire()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "power_ac_and_battery_can_both_fire()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_bluetooth_connected_emits_device_connected", "label": "bluetooth_connected_emits_device_connected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_connected_emits_device_connected()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_bluetooth_disconnected_emits_device_disconnected", "label": "bluetooth_disconnected_emits_device_disconnected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_disconnected_emits_device_disconnected()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_bluetooth_enumerate_includes_name", "label": "bluetooth_enumerate_includes_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_enumerate_includes_name()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_bluetooth_paired_emits_bluetooth_specific_event", "label": "bluetooth_paired_emits_bluetooth_specific_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_paired_emits_bluetooth_specific_event()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_bluetooth_unpaired_emits_bluetooth_specific_event", "label": "bluetooth_unpaired_emits_bluetooth_specific_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_unpaired_emits_bluetooth_specific_event()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_bluetooth_name_falls_back_to_properties", "label": "bluetooth_name_falls_back_to_properties()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_name_falls_back_to_properties()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_network_online_and_offline", "label": "network_online_and_offline()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "network_online_and_offline()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_system_events_pass_through_unchanged", "label": "system_events_pass_through_unchanged()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "system_events_pass_through_unchanged()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_dedup_drops_duplicate_within_window", "label": "dedup_drops_duplicate_within_window()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dedup_drops_duplicate_within_window()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_dedup_allows_after_window_elapses", "label": "dedup_allows_after_window_elapses()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dedup_allows_after_window_elapses()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_dedup_distinguishes_different_payloads", "label": "dedup_distinguishes_different_payloads()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dedup_distinguishes_different_payloads()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_normalizer_dedup_window_of_zero_allows_everything", "label": "dedup_window_of_zero_allows_everything()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "dedup_window_of_zero_allows_everything()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_normalizer_app_own_namespace_passes_through", "label": "app_own_namespace_passes_through()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "app_own_namespace_passes_through()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_app_command_to_another_known_app_passes_through", "label": "app_command_to_another_known_app_passes_through()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "app_command_to_another_known_app_passes_through()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_app_wrong_namespace_is_dropped", "label": "app_wrong_namespace_is_dropped()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "app_wrong_namespace_is_dropped()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_app_command_to_unknown_or_reserved_target_is_dropped", "label": "app_command_to_unknown_or_reserved_target_is_dropped()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "app_command_to_unknown_or_reserved_target_is_dropped()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_normalizer_split_fields_handles_empty_and_single", "label": "split_fields_handles_empty_and_single()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "split_fields_handles_empty_and_single()", "community": 1, "community_name": "RawEvent", "source_file": "breadd/src/core/normalizer.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_rules", "label": "rules.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "rules.rs", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 23}, {"id": "breadd_src_core_rules_rulesfile", "label": "RulesFile", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RulesFile", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_rs_vec", "label": "Vec", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_rules_rawrule", "label": "RawRule", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RawRule", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_rules_rs_option", "label": "Option", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_rules_rs_string", "label": "String", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_rules_ruleaction", "label": "RuleAction", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RuleAction", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_parsedrule", "label": "ParsedRule", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ParsedRule", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_rules_ruleissue", "label": "RuleIssue", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RuleIssue", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_rules_rs_display", "label": "Display", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Display", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_rules_ruleissue_fmt", "label": ".fmt()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_rs_formatter", "label": "Formatter", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Formatter", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_rules_rs_result", "label": "Result", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_rules_rulesloadoutcome", "label": "RulesLoadOutcome", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RulesLoadOutcome", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_rules_load_rules", "label": "load_rules()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "load_rules()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 12}, {"id": "breadd_src_core_rules_rs_path", "label": "Path", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_rules_validate_rule", "label": "validate_rule()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_rule()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_rules_write_temp", "label": "write_temp()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "write_temp()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 12}, {"id": "breadd_src_core_rules_rs_tempdir", "label": "TempDir", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TempDir", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_rules_rs_pathbuf", "label": "PathBuf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 68, "community_name": "rules.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_rules_absent_file_is_not_an_error", "label": "absent_file_is_not_an_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "absent_file_is_not_an_error()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_rules_invalid_toml_is_fatal", "label": "invalid_toml_is_fatal()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "invalid_toml_is_fatal()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_empty_file_loads_with_no_rules", "label": "empty_file_loads_with_no_rules()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "empty_file_loads_with_no_rules()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_rules_well_formed_rules_all_three_action_kinds_parse", "label": "well_formed_rules_all_three_action_kinds_parse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "well_formed_rules_all_three_action_kinds_parse()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_wildcard_on_is_passed_through_unvalidated", "label": "wildcard_on_is_passed_through_unvalidated()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "wildcard_on_is_passed_through_unvalidated()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_missing_on_is_reported_with_index_and_no_on", "label": "missing_on_is_reported_with_index_and_no_on()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "missing_on_is_reported_with_index_and_no_on()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_empty_on_is_treated_as_missing", "label": "empty_on_is_treated_as_missing()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "empty_on_is_treated_as_missing()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_zero_action_keys_is_reported", "label": "zero_action_keys_is_reported()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "zero_action_keys_is_reported()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_multiple_action_keys_is_reported", "label": "multiple_action_keys_is_reported()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "multiple_action_keys_is_reported()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_one_bad_rule_does_not_block_other_valid_rules", "label": "one_bad_rule_does_not_block_other_valid_rules()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "one_bad_rule_does_not_block_other_valid_rules()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_rules_rule_issue_display_includes_index_and_on", "label": "rule_issue_display_includes_index_and_on()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rule_issue_display_includes_index_and_on()", "community": 68, "community_name": "rules.rs", "source_file": "breadd/src/core/rules.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine", "label": "state_engine.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 30.9, "font": {"size": 12, "color": "#ffffff"}, "title": "state_engine.rs", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 46}, {"id": "breadd_src_core_state_engine_statehandle", "label": "StateHandle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 22.7, "font": {"size": 12, "color": "#ffffff"}, "title": "StateHandle", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 28}, {"id": "breadd_src_core_state_engine_rs_arc", "label": "Arc", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arc", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_state_engine_rs_rwlock", "label": "RwLock", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RwLock", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_state_engine_rs_unboundedsender", "label": "UnboundedSender", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "UnboundedSender", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_state_engine_statecommand", "label": "StateCommand", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "StateCommand", "community": 22, "community_name": "run_state_engine", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 11}, {"id": "breadd_src_core_state_engine_rs_string", "label": "String", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 16, "community_name": "StateHandle", "source_file": "", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_state_engine_rs_option", "label": "Option", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 16, "community_name": "StateHandle", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_state_engine_rs_vec", "label": "Vec", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 16, "community_name": "StateHandle", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_statehandle_new", "label": ".new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 22, "community_name": "run_state_engine", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_core_state_engine_rs_self", "label": "Self", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_statehandle_state_arc", "label": ".state_arc()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".state_arc()", "community": 22, "community_name": "run_state_engine", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_state_engine_statehandle_state_get", "label": ".state_get()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".state_get()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_rs_value", "label": "Value", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 16, "community_name": "StateHandle", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_state_engine_statehandle_state_dump", "label": ".state_dump()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".state_dump()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_statehandle_register_subscription", "label": ".register_subscription()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".register_subscription()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_state_engine_rs_result", "label": "Result", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 16, "community_name": "StateHandle", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_statehandle_remove_subscription", "label": ".remove_subscription()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove_subscription()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_statehandle_register_watch", "label": ".register_watch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".register_watch()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_state_engine_statehandle_remove_watch", "label": ".remove_watch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove_watch()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_statehandle_clear_subscriptions", "label": ".clear_subscriptions()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_subscriptions()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_statehandle_clear_modules", "label": ".clear_modules()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_modules()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_statehandle_clear_widgets", "label": ".clear_widgets()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_widgets()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_statehandle_set_module_status", "label": ".set_module_status()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_module_status()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_state_engine_statehandle_set_module_status_ex", "label": ".set_module_status_ex()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_module_status_ex()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_state_engine_statehandle_set_profile", "label": ".set_profile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_profile()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_statehandle_set_device_rules", "label": ".set_device_rules()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_device_rules()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_run_state_engine", "label": "run_state_engine()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "run_state_engine()", "community": 22, "community_name": "run_state_engine", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 14}, {"id": "unboundedreceiver", "label": "UnboundedReceiver", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UnboundedReceiver", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_rs_sender", "label": "Sender", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_rs_atomicu64", "label": "AtomicU64", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AtomicU64", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_rs_receiver", "label": "Receiver", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Receiver", "community": 22, "community_name": "run_state_engine", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_handle_command", "label": "handle_command()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "handle_command()", "community": 22, "community_name": "run_state_engine", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 11}, {"id": "breadd_src_core_state_engine_rs_hashmap", "label": "HashMap", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 9, "community_name": "state_engine.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_dispatch_event", "label": "dispatch_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch_event()", "community": 22, "community_name": "run_state_engine", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_state_engine_value_at_path", "label": "value_at_path()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "value_at_path()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_apply_event_to_state", "label": "apply_event_to_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "apply_event_to_state()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 15}, {"id": "breadd_src_core_state_engine_resolve_device", "label": "resolve_device()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_device()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_state_engine_condition_matches", "label": "condition_matches()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_matches()", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_state_engine_apply_device_change", "label": "apply_device_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_device_change()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_state_engine_ev", "label": "ev()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ev()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_core_state_engine_value_at_path_returns_root_for_empty_path", "label": "value_at_path_returns_root_for_empty_path()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "value_at_path_returns_root_for_empty_path()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_value_at_path_navigates_nested_keys", "label": "value_at_path_navigates_nested_keys()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "value_at_path_navigates_nested_keys()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_value_at_path_returns_none_on_missing_key", "label": "value_at_path_returns_none_on_missing_key()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "value_at_path_returns_none_on_missing_key()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_monitor_connect_adds_new_monitor", "label": "monitor_connect_adds_new_monitor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "monitor_connect_adds_new_monitor()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_monitor_reconnect_does_not_duplicate", "label": "monitor_reconnect_does_not_duplicate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "monitor_reconnect_does_not_duplicate()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_monitor_disconnect_keeps_record_but_flips_connected_flag", "label": "monitor_disconnect_keeps_record_but_flips_connected_flag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "monitor_disconnect_keeps_record_but_flips_connected_flag()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_workspace_changed_updates_active_workspace", "label": "workspace_changed_updates_active_workspace()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "workspace_changed_updates_active_workspace()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_window_focus_change_updates_active_window", "label": "window_focus_change_updates_active_window()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "window_focus_change_updates_active_window()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_device_connect_adds_device_with_all_fields", "label": "device_connect_adds_device_with_all_fields()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "device_connect_adds_device_with_all_fields()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_device_connect_is_idempotent_for_same_id", "label": "device_connect_is_idempotent_for_same_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "device_connect_is_idempotent_for_same_id()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_device_disconnect_removes_matching_id", "label": "device_disconnect_removes_matching_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "device_disconnect_removes_matching_id()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_device_disconnect_of_unknown_id_is_noop", "label": "device_disconnect_of_unknown_id_is_noop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "device_disconnect_of_unknown_id_is_noop()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_state_engine_power_event_updates_ac_and_battery_low_flag", "label": "power_event_updates_ac_and_battery_low_flag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "power_event_updates_ac_and_battery_low_flag()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_power_clamps_battery_percent_to_100", "label": "power_clamps_battery_percent_to_100()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "power_clamps_battery_percent_to_100()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_network_event_updates_online_flag_and_interfaces", "label": "network_event_updates_online_flag_and_interfaces()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "network_event_updates_online_flag_and_interfaces()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_profile_activated_pushes_previous_to_history", "label": "profile_activated_pushes_previous_to_history()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "profile_activated_pushes_previous_to_history()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_profile_activated_to_same_name_is_noop", "label": "profile_activated_to_same_name_is_noop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "profile_activated_to_same_name_is_noop()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_unknown_event_does_not_mutate_state", "label": "unknown_event_does_not_mutate_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unknown_event_does_not_mutate_state()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_state_engine_condition_vendor_id_matches_case_insensitively", "label": "condition_vendor_id_matches_case_insensitively()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_vendor_id_matches_case_insensitively()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_condition_name_contains_searches_name_and_vendor", "label": "condition_name_contains_searches_name_and_vendor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_name_contains_searches_name_and_vendor()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_condition_input_flags_match_booleans", "label": "condition_input_flags_match_booleans()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_input_flags_match_booleans()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_condition_usb_hub_requires_hub_and_secondary_class", "label": "condition_usb_hub_requires_hub_and_secondary_class()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_usb_hub_requires_hub_and_secondary_class()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_condition_id_usb_class_accepts_with_or_without_0x_prefix", "label": "condition_id_usb_class_accepts_with_or_without_0x_prefix()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_id_usb_class_accepts_with_or_without_0x_prefix()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_condition_empty_matches_anything", "label": "condition_empty_matches_anything()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "condition_empty_matches_anything()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_resolve_device_returns_first_matching_rule", "label": "resolve_device_returns_first_matching_rule()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_device_returns_first_matching_rule()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_resolve_device_skips_rules_with_no_conditions", "label": "resolve_device_skips_rules_with_no_conditions()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_device_skips_rules_with_no_conditions()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_state_engine_resolve_device_with_empty_ruleset_returns_unknown", "label": "resolve_device_with_empty_ruleset_returns_unknown()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_device_with_empty_ruleset_returns_unknown()", "community": 9, "community_name": "state_engine.rs", "source_file": "breadd/src/core/state_engine.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_subscriptions", "label": "subscriptions.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "subscriptions.rs", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 12}, {"id": "breadd_src_core_subscriptions_subscriptionid", "label": "SubscriptionId", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "SubscriptionId", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 25}, {"id": "breadd_src_core_subscriptions_subscription", "label": "Subscription", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Subscription", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_subscriptions_rs_string", "label": "String", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 20, "community_name": "SubscriptionId", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_subscriptions_subscriptiontable", "label": "SubscriptionTable", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SubscriptionTable", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 11}, {"id": "breadd_src_core_subscriptions_rs_vec", "label": "Vec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 20, "community_name": "SubscriptionId", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_subscriptions_rs_hashmap", "label": "HashMap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 20, "community_name": "SubscriptionId", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": ".add_with_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".add_with_id()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 10}, {"id": "breadd_src_core_subscriptions_subscriptiontable_remove", "label": ".remove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_subscriptions_subscriptiontable_clear", "label": ".clear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_subscriptions_subscriptiontable_match_event", "label": ".match_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".match_event()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_subscriptions_table_add_assigns_provided_id_and_finds_match", "label": "table_add_assigns_provided_id_and_finds_match()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "table_add_assigns_provided_id_and_finds_match()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_subscriptions_table_match_returns_all_matching_subscriptions", "label": "table_match_returns_all_matching_subscriptions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "table_match_returns_all_matching_subscriptions()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_subscriptions_table_remove_returns_true_only_for_known_ids", "label": "table_remove_returns_true_only_for_known_ids()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "table_remove_returns_true_only_for_known_ids()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_subscriptions_table_remove_preserves_other_entries_after_swap_remove", "label": "table_remove_preserves_other_entries_after_swap_remove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "table_remove_preserves_other_entries_after_swap_remove()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_subscriptions_table_clear_removes_all", "label": "table_clear_removes_all()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "table_clear_removes_all()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_subscriptions_table_match_returns_empty_for_unmatched_event", "label": "table_match_returns_empty_for_unmatched_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "table_match_returns_empty_for_unmatched_event()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_subscriptions_table_once_flag_is_preserved_in_match_result", "label": "table_once_flag_is_preserved_in_match_result()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "table_once_flag_is_preserved_in_match_result()", "community": 20, "community_name": "SubscriptionId", "source_file": "breadd/src/core/subscriptions.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_supervisor", "label": "supervisor.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "supervisor.rs", "community": 3, "community_name": "Server", "source_file": "breadd/src/core/supervisor.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_supervisor_spawn_supervised", "label": "spawn_supervised()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_supervised()", "community": 3, "community_name": "Server", "source_file": "breadd/src/core/supervisor.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_supervisor_rs_receiver", "label": "Receiver", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Receiver", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_supervisor_rs_f", "label": "F", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "F", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_types", "label": "types.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "types.rs", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 19}, {"id": "breadd_src_core_types_runtimestate", "label": "RuntimeState", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "RuntimeState", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 34}, {"id": "breadd_src_core_types_rs_vec", "label": "Vec", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_types_rs_option", "label": "Option", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_types_rs_string", "label": "String", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "String", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 10}, {"id": "breadd_src_core_types_monitor", "label": "Monitor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Monitor", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_types_workspace", "label": "Workspace", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Workspace", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_types_devicetopology", "label": "DeviceTopology", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "DeviceTopology", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_core_types_device", "label": "Device", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Device", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_core_types_matchcondition", "label": "MatchCondition", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MatchCondition", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_core_types_devicerule", "label": "DeviceRule", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DeviceRule", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_types_networkstate", "label": "NetworkState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NetworkState", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_types_rs_hashmap", "label": "HashMap", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_types_interfacestate", "label": "InterfaceState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "InterfaceState", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_types_powerstate", "label": "PowerState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PowerState", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_core_types_profilestate", "label": "ProfileState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProfileState", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_types_rs_btreemap", "label": "BTreeMap", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BTreeMap", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_types_rs_default", "label": "Default", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Default", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_types_profilestate_default", "label": ".default()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_types_rs_self", "label": "Self", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_core_types_modulestatus", "label": "ModuleStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ModuleStatus", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_core_types_rs_value", "label": "Value", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 14, "community_name": "types.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_core_types_moduleloadstate", "label": "ModuleLoadState", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ModuleLoadState", "community": 16, "community_name": "StateHandle", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_types_workflowstatus", "label": "WorkflowStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkflowStatus", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_core_types_workflowstate", "label": "WorkflowState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkflowState", "community": 14, "community_name": "types.rs", "source_file": "breadd/src/core/types.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod", "label": "ipc/mod.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ipc/mod.rs", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_ipc_mod_server", "label": "Server", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Server", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 24}, {"id": "breadd_src_ipc_mod_rs_pathbuf", "label": "PathBuf", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_ipc_mod_rs_sender", "label": "Sender", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_rs_unboundedsender", "label": "UnboundedSender", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "UnboundedSender", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_rs_arc", "label": "Arc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Arc", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_ipc_mod_rs_rwlock", "label": "RwLock", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "RwLock", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_rs_hashmap", "label": "HashMap", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_rs_string", "label": "String", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_src_ipc_mod_rs_atomicu64", "label": "AtomicU64", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AtomicU64", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_ipc_mod_rs_mutex", "label": "Mutex", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Mutex", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_rs_vecdeque", "label": "VecDeque", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "VecDeque", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_rs_instant", "label": "Instant", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Instant", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_ipcrequest", "label": "IpcRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IpcRequest", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_ipc_mod_rs_value", "label": "Value", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_src_ipc_mod_ipcresponse", "label": "IpcResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IpcResponse", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_ipc_mod_rs_option", "label": "Option", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_mod_server_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 22}, {"id": "breadd_src_ipc_mod_rs_self", "label": "Self", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_mod_server_serve", "label": ".serve()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".serve()", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_ipc_mod_rs_receiver", "label": "Receiver", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Receiver", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_mod_rs_result", "label": "Result", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_ipc_mod_server_handle_connection", "label": ".handle_connection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_connection()", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 6}, {"id": "unixstream", "label": "UnixStream", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UnixStream", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_src_ipc_mod_server_handle_request", "label": ".handle_request()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".handle_request()", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 12}, {"id": "breadd_src_ipc_mod_server_manual_emit", "label": ".manual_emit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".manual_emit()", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_ipc_mod_server_stream_events", "label": ".stream_events()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".stream_events()", "community": 3, "community_name": "Server", "source_file": "breadd/src/ipc/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_ipc_mod_rs_ownedwritehalf", "label": "OwnedWriteHalf", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OwnedWriteHalf", "community": 3, "community_name": "Server", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge", "label": "module_host_bridge.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "module_host_bridge.rs", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/ipc/module_host_bridge.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_ipc_module_host_bridge_server", "label": "Server", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Server", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/ipc/module_host_bridge.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "label": ".handle_module_host_connection()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_module_host_connection()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/ipc/module_host_bridge.rs", "file_type": "code", "degree": 9}, {"id": "lines", "label": "Lines", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Lines", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "bufreader", "label": "BufReader", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BufReader", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "ownedreadhalf", "label": "OwnedReadHalf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OwnedReadHalf", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_rs_ownedwritehalf", "label": "OwnedWriteHalf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OwnedWriteHalf", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_rs_result", "label": "Result", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "label": ".dispatch_module_host_method()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".dispatch_module_host_method()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/ipc/module_host_bridge.rs", "file_type": "code", "degree": 15}, {"id": "breadd_src_ipc_module_host_bridge_rs_unboundedsender", "label": "UnboundedSender", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UnboundedSender", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_rs_string", "label": "String", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_rs_hashmap", "label": "HashMap", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 2}, {"id": "joinhandle", "label": "JoinHandle", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "JoinHandle", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_ipc_module_host_bridge_rs_option", "label": "Option", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_rs_sender", "label": "Sender", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_rs_value", "label": "Value", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_ipc_module_host_bridge_path_allowed", "label": "path_allowed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "path_allowed()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/ipc/module_host_bridge.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_ipc_module_host_bridge_bin_allowed", "label": "bin_allowed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bin_allowed()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/ipc/module_host_bridge.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod", "label": "lua/mod.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "lua/mod.rs", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 66}, {"id": "breadd_src_lua_mod_luamessage", "label": "LuaMessage", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "LuaMessage", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_lua_mod_rs_sender", "label": "Sender", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_rs_result", "label": "Result", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 28.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Result", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 41}, {"id": "breadd_src_lua_mod_rs_string", "label": "String", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "String", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 23}, {"id": "breadd_src_lua_mod_errorentry", "label": "ErrorEntry", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorEntry", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_rs_option", "label": "Option", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Option", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 17}, {"id": "breadd_src_lua_mod_runtimehandle", "label": "RuntimeHandle", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "RuntimeHandle", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 15}, {"id": "breadd_src_lua_mod_rs_unboundedsender", "label": "UnboundedSender", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UnboundedSender", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_rs_arc", "label": "Arc", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Arc", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 17}, {"id": "breadd_src_lua_mod_rs_mutex", "label": "Mutex", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Mutex", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_rs_vecdeque", "label": "VecDeque", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VecDeque", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_runtimehandle_sender", "label": ".sender()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".sender()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_runtimehandle_reload", "label": ".reload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".reload()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_runtimehandle_shutdown", "label": ".shutdown()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".shutdown()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_runtimehandle_recent_errors", "label": ".recent_errors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".recent_errors()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_rs_vec", "label": "Vec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 9}, {"id": "breadd_src_lua_mod_spawn_runtime", "label": "spawn_runtime()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "spawn_runtime()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 13}, {"id": "breadd_src_lua_mod_timerid", "label": "TimerId", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TimerId", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_handlerentry", "label": "HandlerEntry", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "HandlerEntry", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_rs_registrykey", "label": "RegistryKey", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RegistryKey", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_handlerkind", "label": "HandlerKind", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HandlerKind", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_timerentry", "label": "TimerEntry", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TimerEntry", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_moduledecl", "label": "ModuleDecl", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ModuleDecl", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 12}, {"id": "breadd_src_lua_mod_rs_pathbuf", "label": "PathBuf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_moduleinfo", "label": "ModuleInfo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ModuleInfo", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine", "label": "LuaEngine", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 36.8, "font": {"size": 12, "color": "#ffffff"}, "title": "LuaEngine", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 59}, {"id": "breadd_src_lua_mod_rs_lua", "label": "Lua", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Lua", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_rs_hashmap", "label": "HashMap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_rs_hashset", "label": "HashSet", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashSet", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_rs_atomicu64", "label": "AtomicU64", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AtomicU64", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_luaengine_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 26}, {"id": "breadd_src_lua_mod_rs_self", "label": "Self", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_luaengine_reload_internal", "label": ".reload_internal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".reload_internal()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 12}, {"id": "breadd_src_lua_mod_luaengine_install_api", "label": ".install_api()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_api()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 30}, {"id": "breadd_src_lua_mod_luaengine_load_device_rules", "label": ".load_device_rules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_device_rules()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_luaengine_load_profiles", "label": ".load_profiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_profiles()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine_load_rules_toml", "label": ".load_rules_toml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_rules_toml()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_luaengine_load_init_and_modules", "label": ".load_init_and_modules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".load_init_and_modules()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 14}, {"id": "breadd_src_lua_mod_luaengine_load_module", "label": ".load_module()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".load_module()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 11}, {"id": "breadd_src_lua_mod_luaengine_load_out_of_process_module", "label": ".load_out_of_process_module()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_out_of_process_module()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_luaengine_load_lua_file", "label": ".load_lua_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_lua_file()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_rs_path", "label": "Path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 8}, {"id": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "label": ".load_scoped_lua_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_scoped_lua_file()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_luaengine_build_scoped_env", "label": ".build_scoped_env()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_scoped_env()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_rs_table", "label": "Table", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Table", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine_load_lua_source", "label": ".load_lua_source()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_lua_source()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine_handle_event", "label": ".handle_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_event()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_lua_mod_luaengine_handle_timer", "label": ".handle_timer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_timer()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_luaengine_remove_handler", "label": ".remove_handler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove_handler()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_luaengine_run_on_load", "label": ".run_on_load()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_on_load()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_luaengine_run_on_reload", "label": ".run_on_reload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_on_reload()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_luaengine_run_on_unload", "label": ".run_on_unload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_on_unload()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_luaengine_handle_callback_error", "label": ".handle_callback_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".handle_callback_error()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 10}, {"id": "luaerror", "label": "LuaError", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LuaError", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_luaengine_get_module_hook", "label": ".get_module_hook()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_module_hook()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_rs_function", "label": "Function", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Function", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_luaengine_module_is_registered", "label": ".module_is_registered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".module_is_registered()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_luaengine_module_is_builtin", "label": ".module_is_builtin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".module_is_builtin()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_luaengine_module_ungated", "label": ".module_ungated()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".module_ungated()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_luaengine_set_current_module", "label": ".set_current_module()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_current_module()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_lua_mod_luaengine_set_current_dispatch_id", "label": ".set_current_dispatch_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_current_dispatch_id()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_luaengine_cancel_all_timers", "label": ".cancel_all_timers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancel_all_timers()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_luaengine_install_log_helpers", "label": ".install_log_helpers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_log_helpers()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine_install_debounce", "label": ".install_debounce()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_debounce()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine_scan_module_decl", "label": ".scan_module_decl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".scan_module_decl()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_luaengine_install_require_loader", "label": ".install_require_loader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_require_loader()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_luaengine_install_wait_helper", "label": ".install_wait_helper()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".install_wait_helper()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "label": ".install_workflow_helpers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".install_workflow_helpers()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 11}, {"id": "breadd_src_lua_mod_workflow_register", "label": "workflow_register()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_register()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_rs_rwlock", "label": "RwLock", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "RwLock", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 14}, {"id": "breadd_src_lua_mod_workflow_step", "label": "workflow_step()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_step()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_workflow_finish", "label": "workflow_finish()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_finish()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_workflow_fail", "label": "workflow_fail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_fail()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_workflow_timeout", "label": "workflow_timeout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_timeout()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_workflow_status_json", "label": "workflow_status_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_status_json()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_rs_jsonvalue", "label": "JsonValue", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonValue", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_workflow_list_json", "label": "workflow_list_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_list_json()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_widgetregisterargs", "label": "WidgetRegisterArgs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "WidgetRegisterArgs", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_widgetupdateargs", "label": "WidgetUpdateArgs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WidgetUpdateArgs", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_default_widget_visible", "label": "default_widget_visible()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "default_widget_visible()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_widget_register", "label": "widget_register()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "widget_register()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 10}, {"id": "breadd_src_lua_mod_widget_update", "label": "widget_update()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "widget_update()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 11}, {"id": "breadd_src_lua_mod_widget_remove", "label": "widget_remove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_remove()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_widget_list_json", "label": "widget_list_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_list_json()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_order_module_decls", "label": "order_module_decls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "order_module_decls()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_module_name_from_path", "label": "module_name_from_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "module_name_from_path()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_is_lib_path", "label": "is_lib_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "is_lib_path()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_read_module_permissions", "label": "read_module_permissions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "read_module_permissions()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_json_to_lua", "label": "json_to_lua()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "json_to_lua()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 10}, {"id": "t", "label": "T", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "T", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_rs_value", "label": "Value", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_state_value_to_lua", "label": "state_value_to_lua()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "state_value_to_lua()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_lua_mod_module_store_get", "label": "module_store_get()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "module_store_get()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_module_store_set", "label": "module_store_set()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "module_store_set()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_lua_mod_lua_expand_path", "label": "lua_expand_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_expand_path()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_shell_quote", "label": "shell_quote()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "shell_quote()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_dirs_home", "label": "dirs_home()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "dirs_home()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_lua_machine_name", "label": "lua_machine_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_machine_name()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_lua_hostname", "label": "lua_hostname()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_hostname()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_lua_machine_tags", "label": "lua_machine_tags()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_machine_tags()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_read_sync_toml", "label": "read_sync_toml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read_sync_toml()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_builtin_module_decls", "label": "builtin_module_decls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "builtin_module_decls()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_hyprland_request_socket", "label": "hyprland_request_socket()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_request_socket()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_hyprland_request", "label": "hyprland_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "hyprland_request()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_lua_mod_parse_match_condition", "label": "parse_match_condition()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_match_condition()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_list_lua_files", "label": "list_lua_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_lua_files()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 7}, {"id": "breadd_src_lua_mod_bluetooth_spawn", "label": "bluetooth_spawn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_spawn()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_rs_f", "label": "F", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "F", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_lua_mod_bluetooth_query", "label": "bluetooth_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_query()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "bluetooth_find_adapter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_find_adapter()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_lua_mod_rs_connection", "label": "Connection", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Connection", "community": 0, "community_name": "lua/mod.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_lua_mod_bluetooth_set_powered", "label": "bluetooth_set_powered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_set_powered()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_bluetooth_get_powered", "label": "bluetooth_get_powered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_get_powered()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_bluetooth_connect", "label": "bluetooth_connect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_connect()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_bluetooth_disconnect", "label": "bluetooth_disconnect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_disconnect()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_lua_mod_bluetooth_set_scanning", "label": "bluetooth_set_scanning()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_set_scanning()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_lua_mod_bluetoothdevice", "label": "BluetoothDevice", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BluetoothDevice", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_lua_mod_bluetooth_list_devices", "label": "bluetooth_list_devices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth_list_devices()", "community": 0, "community_name": "lua/mod.rs", "source_file": "breadd/src/lua/mod.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_main", "label": "breadd/src/main.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "breadd/src/main.rs", "community": 31, "community_name": "Sync", "source_file": "breadd/src/main.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_main_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 31, "community_name": "Sync", "source_file": "breadd/src/main.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_main_rs_result", "label": "Result", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 31, "community_name": "Sync", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_main_wait_for_shutdown", "label": "wait_for_shutdown()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_shutdown()", "community": 31, "community_name": "Sync", "source_file": "breadd/src/main.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host", "label": "module_host.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "module_host.rs", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 19}, {"id": "breadd_src_module_host_modulehostoutcome", "label": "ModuleHostOutcome", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ModuleHostOutcome", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_module_host_rs_string", "label": "String", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_src_module_host_pendingmodulehost", "label": "PendingModuleHost", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PendingModuleHost", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 9}, {"id": "breadd_src_module_host_rs_vec", "label": "Vec", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_rs_sender", "label": "Sender", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sender", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_activemodulehost", "label": "ActiveModuleHost", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ActiveModuleHost", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_modulehostregistry", "label": "ModuleHostRegistry", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 19.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ModuleHostRegistry", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 20}, {"id": "breadd_src_module_host_rs_arc", "label": "Arc", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Arc", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_rs_mutex", "label": "Mutex", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Mutex", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_inner", "label": "Inner", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Inner", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_module_host_rs_hashmap", "label": "HashMap", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HashMap", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_rs_default", "label": "Default", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Default", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_modulehostregistry_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_module_host_rs_self", "label": "Self", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_modulehostregistry_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 8}, {"id": "breadd_src_module_host_modulehostregistry_insert_pending", "label": ".insert_pending()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".insert_pending()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_module_host_modulehostregistry_take_pending", "label": ".take_pending()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".take_pending()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_module_host_rs_option", "label": "Option", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_module_host_modulehostregistry_insert_active", "label": ".insert_active()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".insert_active()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_module_host_modulehostregistry_remove_active", "label": ".remove_active()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove_active()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_modulehostregistry_terminate_existing", "label": ".terminate_existing()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".terminate_existing()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_modulehostregistry_shutdown_all", "label": ".shutdown_all()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".shutdown_all()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_spawn_module_host", "label": "spawn_module_host()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "spawn_module_host()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 17}, {"id": "breadd_src_module_host_rs_path", "label": "Path", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_module_host_rs_unboundedsender", "label": "UnboundedSender", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "UnboundedSender", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_rs_result", "label": "Result", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_module_host_short", "label": "short()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "short()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 2}, {"id": "breadd_src_module_host_describe_exit", "label": "describe_exit()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "describe_exit()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 6}, {"id": "exitstatus", "label": "ExitStatus", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ExitStatus", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_src_module_host_resolve_module_host_binary", "label": "resolve_module_host_binary()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_module_host_binary()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_module_host_rs_pathbuf", "label": "PathBuf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_src_module_host_apply_sandbox", "label": "apply_sandbox()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "apply_sandbox()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 10}, {"id": "breadd_src_module_host_resolve_bin_path", "label": "resolve_bin_path()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_bin_path()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 6}, {"id": "breadd_src_module_host_landlock_denies_reads_outside_granted_path", "label": "landlock_denies_reads_outside_granted_path()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "landlock_denies_reads_outside_granted_path()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 5}, {"id": "breadd_src_module_host_no_exec_permission_means_binary_cannot_be_executed_at_all", "label": "no_exec_permission_means_binary_cannot_be_executed_at_all()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "no_exec_permission_means_binary_cannot_be_executed_at_all()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 4}, {"id": "breadd_src_module_host_which_sh", "label": "which_sh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "which_sh()", "community": 65, "community_name": "ModuleHostRegistry", "source_file": "breadd/src/module_host.rs", "file_type": "code", "degree": 4}, {"id": "breadd_tests_ipc_integration", "label": "ipc_integration.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ipc_integration.rs", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 44}, {"id": "breadd_tests_ipc_integration_ping_and_state_dump_work", "label": "ping_and_state_dump_work()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ping_and_state_dump_work()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_rs_result", "label": "Result", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 31.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Result", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 47}, {"id": "breadd_tests_ipc_integration_unknown_method_returns_error", "label": "unknown_method_returns_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "unknown_method_returns_error()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_profile_activate_updates_state", "label": "profile_activate_updates_state()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "profile_activate_updates_state()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "label": "profile_activate_without_name_errors()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "profile_activate_without_name_errors()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_event_errors", "label": "emit_without_event_errors()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_event_errors()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "label": "emit_without_source_rejects_adapter_owned_event_name()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_rejects_adapter_owned_event_name()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "label": "emit_without_source_rejects_every_adapter_owned_domain()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_rejects_every_adapter_owned_domain()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "label": "emit_without_source_still_allows_custom_event_names()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_still_allows_custom_event_names()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "label": "emit_without_source_is_tagged_manual_not_system()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_is_tagged_manual_not_system()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "label": "emit_with_internal_source_is_rejected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_with_internal_source_is_rejected()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "label": "emit_with_unregistered_app_source_is_rejected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_with_unregistered_app_source_is_rejected()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "label": "emit_with_known_app_source_routes_through_normalizer()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_with_known_app_source_routes_through_normalizer()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "label": "emit_with_app_source_rejects_wrong_namespace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_with_app_source_rejects_wrong_namespace()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "label": "emit_without_source_allows_well_formed_command_event()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_allows_well_formed_command_event()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "label": "emit_without_source_rejects_command_to_non_app()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_rejects_command_to_non_app()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "label": "emit_without_source_still_rejects_hyprland_namespace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_without_source_still_rejects_hyprland_namespace()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "label": "emit_with_app_source_allows_command_to_another_app()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_with_app_source_allows_command_to_another_app()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "label": "emit_with_app_source_still_rejects_foreign_app_namespace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_with_app_source_still_rejects_foreign_app_namespace()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "label": "state_get_returns_specific_subtree()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "state_get_returns_specific_subtree()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "label": "state_get_missing_key_returns_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "state_get_missing_key_returns_error()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_modules_list_returns_array", "label": "modules_list_returns_array()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "modules_list_returns_array()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "label": "scoped_module_sees_only_granted_state_read_permission()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "scoped_module_sees_only_granted_state_read_permission()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 8}, {"id": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "label": "module_with_no_manifest_keeps_full_access_but_is_flagged_ungated()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "module_with_no_manifest_keeps_full_access_but_is_flagged_ungated()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "label": "explicit_empty_permissions_is_scoped_but_not_flagged_ungated()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "explicit_empty_permissions_is_scoped_but_not_flagged_ungated()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 8}, {"id": "breadd_tests_ipc_integration_modules_reload_succeeds", "label": "modules_reload_succeeds()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "modules_reload_succeeds()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "label": "daemon_survives_repeated_reloads_and_pipeline_resumes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "daemon_survives_repeated_reloads_and_pipeline_resumes()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "label": "events_replay_returns_buffered_events()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "events_replay_returns_buffered_events()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "label": "event_stream_filter_excludes_non_matching_events()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "event_stream_filter_excludes_non_matching_events()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "label": "multiple_concurrent_clients_each_get_response()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "multiple_concurrent_clients_each_get_response()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "label": "events_stream_receives_emitted_events()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "events_stream_receives_emitted_events()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "label": "event_causality_chain_threads_caused_by_across_handlers()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "event_causality_chain_threads_caused_by_across_handlers()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "label": "workflow_reaches_done_via_wait_any_happy_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_reaches_done_via_wait_any_happy_path()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "label": "workflow_times_out_when_deadline_exceeded()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_times_out_when_deadline_exceeded()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "label": "workflow_captures_error_on_failure()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow_captures_error_on_failure()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "label": "rules_toml_absent_is_a_no_op()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "rules_toml_absent_is_a_no_op()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "label": "rules_toml_well_formed_all_action_kinds_work_end_to_end()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rules_toml_well_formed_all_action_kinds_work_end_to_end()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "label": "rules_toml_malformed_rule_surfaces_doctor_visible_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "rules_toml_malformed_rule_surfaces_doctor_visible_error()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_wait_for_file", "label": "wait_for_file()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_file()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 4}, {"id": "breadd_tests_ipc_integration_rs_path", "label": "Path", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_tests_ipc_integration_poll_workflow_status", "label": "poll_workflow_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "poll_workflow_status()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 9}, {"id": "testharness", "label": "TestHarness", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHarness", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_ipc_integration_rs_value", "label": "Value", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 3}, {"id": "breadd_tests_ipc_integration_testharness", "label": "TestHarness", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "TestHarness", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 17}, {"id": "breadd_tests_ipc_integration_rs_tempdir", "label": "TempDir", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TempDir", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_tests_ipc_integration_rs_child", "label": "Child", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Child", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_ipc_integration_rs_pathbuf", "label": "PathBuf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_ipc_integration_testharness_spawn", "label": ".spawn()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".spawn()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 34}, {"id": "breadd_tests_ipc_integration_rs_self", "label": "Self", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 4}, {"id": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": ".spawn_with_init()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn_with_init()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 9}, {"id": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "label": ".spawn_with_init_and_rules()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn_with_init_and_rules()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 8}, {"id": "breadd_tests_ipc_integration_rs_option", "label": "Option", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Option", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_tests_ipc_integration_testharness_spawn_with_module", "label": ".spawn_with_module()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn_with_module()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 8}, {"id": "breadd_tests_ipc_integration_testharness_socket_path", "label": ".socket_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".socket_path()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 10}, {"id": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": ".wait_until_ready()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 28.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".wait_until_ready()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 40}, {"id": "breadd_tests_ipc_integration_testharness_send_request", "label": ".send_request()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".send_request()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 44}, {"id": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "label": ".wait_for_module_loaded()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".wait_for_module_loaded()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 6}, {"id": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "label": ".trigger_and_await_result()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".trigger_and_await_result()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_ipc_integration_testharness_shutdown", "label": ".shutdown()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 27.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".shutdown()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 39}, {"id": "breadd_tests_ipc_integration_rs_drop", "label": "Drop", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop", "community": 8, "community_name": "Result", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_ipc_integration_testharness_drop", "label": ".drop()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 8, "community_name": "Result", "source_file": "breadd/tests/ipc_integration.rs", "file_type": "code", "degree": 2}, {"id": "breadd_tests_module_host_sandbox", "label": "module_host_sandbox.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "module_host_sandbox.rs", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 7}, {"id": "breadd_tests_module_host_sandbox_testharness", "label": "TestHarness", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "TestHarness", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 13}, {"id": "breadd_tests_module_host_sandbox_rs_tempdir", "label": "TempDir", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TempDir", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_tests_module_host_sandbox_rs_child", "label": "Child", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Child", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_module_host_sandbox_rs_pathbuf", "label": "PathBuf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_module_host_sandbox_testharness_spawn_with_modules", "label": ".spawn_with_modules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn_with_modules()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 5}, {"id": "breadd_tests_module_host_sandbox_rs_result", "label": "Result", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 7}, {"id": "breadd_tests_module_host_sandbox_rs_self", "label": "Self", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Self", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_module_host_sandbox_testharness_socket_path", "label": ".socket_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".socket_path()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 5}, {"id": "breadd_tests_module_host_sandbox_rs_path", "label": "Path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 2}, {"id": "breadd_tests_module_host_sandbox_testharness_wait_until_ready", "label": ".wait_until_ready()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".wait_until_ready()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 5}, {"id": "breadd_tests_module_host_sandbox_testharness_wait_for_module_loaded", "label": ".wait_for_module_loaded()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".wait_for_module_loaded()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 5}, {"id": "breadd_tests_module_host_sandbox_testharness_send_request", "label": ".send_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_request()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 8}, {"id": "breadd_tests_module_host_sandbox_rs_value", "label": "Value", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_module_host_sandbox_testharness_find_module_host_pid", "label": ".find_module_host_pid()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_module_host_pid()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 3}, {"id": "breadd_tests_module_host_sandbox_testharness_shutdown", "label": ".shutdown()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".shutdown()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 4}, {"id": "breadd_tests_module_host_sandbox_rs_drop", "label": "Drop", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop", "community": 30, "community_name": "TestHarness", "source_file": "", "file_type": "code", "degree": 1}, {"id": "breadd_tests_module_host_sandbox_testharness_drop", "label": ".drop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 2}, {"id": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "label": "os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 8}, {"id": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "label": "killing_a_module_host_child_does_not_take_down_breadd_or_other_modules()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "killing_a_module_host_child_does_not_take_down_breadd_or_other_modules()", "community": 30, "community_name": "TestHarness", "source_file": "breadd/tests/module_host_sandbox.rs", "file_type": "code", "degree": 9}, {"id": "examples_modules_active_window_widget", "label": "active-window-widget.lua", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "active-window-widget.lua", "community": 32, "community_name": "active-window-widget.lua", "source_file": "examples/modules/active-window-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_active_window_widget_label_for", "label": "label_for()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "label_for()", "community": 32, "community_name": "active-window-widget.lua", "source_file": "examples/modules/active-window-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_active_window_widget_widget_root", "label": "widget_root()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_root()", "community": 32, "community_name": "active-window-widget.lua", "source_file": "examples/modules/active-window-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_active_window_widget_m_on_load", "label": "M.on_load()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 32, "community_name": "active-window-widget.lua", "source_file": "examples/modules/active-window-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_bluetooth_toggle_widget", "label": "bluetooth-toggle-widget.lua", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bluetooth-toggle-widget.lua", "community": 37, "community_name": "bluetooth-toggle-widget.lua", "source_file": "examples/modules/bluetooth-toggle-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_bluetooth_toggle_widget_widget_root", "label": "widget_root()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_root()", "community": 37, "community_name": "bluetooth-toggle-widget.lua", "source_file": "examples/modules/bluetooth-toggle-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_bluetooth_toggle_widget_m_on_load", "label": "M.on_load()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 37, "community_name": "bluetooth-toggle-widget.lua", "source_file": "examples/modules/bluetooth-toggle-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_cpu_temp_widget_init", "label": "init.lua", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "init.lua", "community": 85, "community_name": "init.lua", "source_file": "examples/modules/cpu-temp-widget/init.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_cpu_temp_widget_init_read_temp_c", "label": "read_temp_c()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "read_temp_c()", "community": 85, "community_name": "init.lua", "source_file": "examples/modules/cpu-temp-widget/init.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_cpu_temp_widget_init_widget_root", "label": "widget_root()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_root()", "community": 85, "community_name": "init.lua", "source_file": "examples/modules/cpu-temp-widget/init.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_cpu_temp_widget_init_m_on_load", "label": "M.on_load()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 85, "community_name": "init.lua", "source_file": "examples/modules/cpu-temp-widget/init.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_dock_monitors", "label": "dock-monitors.lua", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "dock-monitors.lua", "community": 40, "community_name": "dock-monitors.lua", "source_file": "examples/modules/dock-monitors.lua", "file_type": "code", "degree": 1}, {"id": "examples_modules_dock_monitors_m_on_load", "label": "M.on_load()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 40, "community_name": "dock-monitors.lua", "source_file": "examples/modules/dock-monitors.lua", "file_type": "code", "degree": 1}, {"id": "examples_modules_dock_workflow", "label": "dock-workflow.lua", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "dock-workflow.lua", "community": 41, "community_name": "dock-workflow.lua", "source_file": "examples/modules/dock-workflow.lua", "file_type": "code", "degree": 1}, {"id": "examples_modules_dock_workflow_m_on_load", "label": "M.on_load()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 41, "community_name": "dock-workflow.lua", "source_file": "examples/modules/dock-workflow.lua", "file_type": "code", "degree": 1}, {"id": "examples_modules_focus_mode_widget", "label": "focus-mode-widget.lua", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "focus-mode-widget.lua", "community": 34, "community_name": "focus-mode-widget.lua", "source_file": "examples/modules/focus-mode-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_focus_mode_widget_is_focused", "label": "is_focused()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "is_focused()", "community": 34, "community_name": "focus-mode-widget.lua", "source_file": "examples/modules/focus-mode-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_focus_mode_widget_widget_root", "label": "widget_root()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_root()", "community": 34, "community_name": "focus-mode-widget.lua", "source_file": "examples/modules/focus-mode-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_focus_mode_widget_m_on_load", "label": "M.on_load()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 34, "community_name": "focus-mode-widget.lua", "source_file": "examples/modules/focus-mode-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_git_branch_widget", "label": "git-branch-widget.lua", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "git-branch-widget.lua", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 6}, {"id": "examples_modules_git_branch_widget_shell_quote", "label": "shell_quote()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "shell_quote()", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_git_branch_widget_focused_tab_cwd", "label": "focused_tab_cwd()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "focused_tab_cwd()", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_git_branch_widget_git_info", "label": "git_info()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "git_info()", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 4}, {"id": "examples_modules_git_branch_widget_widget_root", "label": "widget_root()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_root()", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_git_branch_widget_update", "label": "update()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "update()", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 4}, {"id": "examples_modules_git_branch_widget_m_on_load", "label": "M.on_load()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 29, "community_name": "git-branch-widget.lua", "source_file": "examples/modules/git-branch-widget.lua", "file_type": "code", "degree": 4}, {"id": "examples_modules_low_battery_warning", "label": "low-battery-warning.lua", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "low-battery-warning.lua", "community": 42, "community_name": "low-battery-warning.lua", "source_file": "examples/modules/low-battery-warning.lua", "file_type": "code", "degree": 1}, {"id": "examples_modules_low_battery_warning_m_on_load", "label": "M.on_load()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 42, "community_name": "low-battery-warning.lua", "source_file": "examples/modules/low-battery-warning.lua", "file_type": "code", "degree": 1}, {"id": "examples_modules_pause_media_on_headphone_unplug", "label": "pause-media-on-headphone-unplug.lua", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "pause-media-on-headphone-unplug.lua", "community": 38, "community_name": "pause-media-on-headphone-unplug.lua", "source_file": "examples/modules/pause-media-on-headphone-unplug.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_pause_media_on_headphone_unplug_looks_like_headphones", "label": "looks_like_headphones()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "looks_like_headphones()", "community": 38, "community_name": "pause-media-on-headphone-unplug.lua", "source_file": "examples/modules/pause-media-on-headphone-unplug.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_pause_media_on_headphone_unplug_m_on_load", "label": "M.on_load()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 38, "community_name": "pause-media-on-headphone-unplug.lua", "source_file": "examples/modules/pause-media-on-headphone-unplug.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_workflow_status_widget", "label": "workflow-status-widget.lua", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "workflow-status-widget.lua", "community": 35, "community_name": "workflow-status-widget.lua", "source_file": "examples/modules/workflow-status-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_workflow_status_widget_most_relevant", "label": "most_relevant()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "most_relevant()", "community": 35, "community_name": "workflow-status-widget.lua", "source_file": "examples/modules/workflow-status-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_workflow_status_widget_widget_update", "label": "widget_update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_update()", "community": 35, "community_name": "workflow-status-widget.lua", "source_file": "examples/modules/workflow-status-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_workflow_status_widget_m_on_load", "label": "M.on_load()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 35, "community_name": "workflow-status-widget.lua", "source_file": "examples/modules/workflow-status-widget.lua", "file_type": "code", "degree": 2}, {"id": "scripts_install", "label": "install.sh", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "install.sh", "community": 43, "community_name": "install.sh", "source_file": "scripts/install.sh", "file_type": "code", "degree": 1}, {"id": "scripts_install_sh__entry", "label": "install.sh script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "install.sh script", "community": 43, "community_name": "install.sh", "source_file": "scripts/install.sh", "file_type": "code", "degree": 1}, {"id": "xtask_src_main", "label": "xtask/src/main.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "xtask/src/main.rs", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 34}, {"id": "xtask_src_main_main", "label": "main()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "exitcode", "label": "ExitCode", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ExitCode", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_usage", "label": "usage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 1}, {"id": "xtask_src_main_run_check_docs", "label": "run_check_docs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "run_check_docs()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 6}, {"id": "xtask_src_main_rs_result", "label": "Result", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_repo_root", "label": "repo_root()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "repo_root()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 4}, {"id": "xtask_src_main_rs_pathbuf", "label": "PathBuf", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PathBuf", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "xtask_src_main_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_rs_vec", "label": "Vec", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Vec", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_schemaentry", "label": "SchemaEntry", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SchemaEntry", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_rs_string", "label": "String", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "String", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "", "file_type": "code", "degree": 9}, {"id": "xtask_src_main_ident_at", "label": "ident_at()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ident_at()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_ident_upto_quote", "label": "ident_upto_quote()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ident_upto_quote()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_extract_lua_bindings", "label": "extract_lua_bindings()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_lua_bindings()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 7}, {"id": "btreeset", "label": "BTreeSet", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "BTreeSet", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "xtask_src_main_extract_ipc_methods", "label": "extract_ipc_methods()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_ipc_methods()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 5}, {"id": "xtask_src_main_kebab", "label": "kebab()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kebab()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_extract_enum_variants", "label": "extract_enum_variants()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_enum_variants()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 4}, {"id": "xtask_src_main_extract_cli_commands", "label": "extract_cli_commands()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_cli_commands()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 7}, {"id": "xtask_src_main_section", "label": "section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 4}, {"id": "xtask_src_main_lua_api_section", "label": "lua_api_section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lua_api_section()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_ipc_section", "label": "ipc_section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ipc_section()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_readme_cli_section", "label": "readme_cli_section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "readme_cli_section()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_checkreport", "label": "CheckReport", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CheckReport", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 6}, {"id": "xtask_src_main_checkreport_is_clean", "label": ".is_clean()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_clean()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_checkreport_print", "label": ".print()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".print()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_check", "label": "check()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "check()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 17}, {"id": "xtask_src_main_schema_toml_for", "label": "schema_toml_for()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "schema_toml_for()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 4}, {"id": "xtask_src_main_full_schema", "label": "full_schema()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "full_schema()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 9}, {"id": "xtask_src_main_extracts_lua_bindings_precisely", "label": "extracts_lua_bindings_precisely()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "extracts_lua_bindings_precisely()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_extracts_ipc_methods_without_leaking_nested_match_arms", "label": "extracts_ipc_methods_without_leaking_nested_match_arms()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "extracts_ipc_methods_without_leaking_nested_match_arms()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_clean_state_passes", "label": "clean_state_passes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "clean_state_passes()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_renamed_schema_entry_is_caught_as_drift", "label": "renamed_schema_entry_is_caught_as_drift()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "renamed_schema_entry_is_caught_as_drift()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_removed_ipc_method_is_caught_as_drift", "label": "removed_ipc_method_is_caught_as_drift()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "removed_ipc_method_is_caught_as_drift()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_missing_doc_heading_is_caught_as_drift", "label": "missing_doc_heading_is_caught_as_drift()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "missing_doc_heading_is_caught_as_drift()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_unknown_kind_is_rejected", "label": "unknown_kind_is_rejected()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unknown_kind_is_rejected()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_kebab_converts_pascal_case_correctly", "label": "kebab_converts_pascal_case_correctly()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "kebab_converts_pascal_case_correctly()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 1}, {"id": "xtask_src_main_extracts_cli_commands_with_subcommand_groups_dotted", "label": "extracts_cli_commands_with_subcommand_groups_dotted()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "extracts_cli_commands_with_subcommand_groups_dotted()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 2}, {"id": "xtask_src_main_renamed_cli_command_is_caught_as_drift", "label": "renamed_cli_command_is_caught_as_drift()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "renamed_cli_command_is_caught_as_drift()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "xtask_src_main_missing_readme_cli_line_is_caught_as_drift", "label": "missing_readme_cli_line_is_caught_as_drift()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "missing_readme_cli_line_is_caught_as_drift()", "community": 66, "community_name": "xtask/src/main.rs", "source_file": "xtask/src/main.rs", "file_type": "code", "degree": 3}, {"id": "contributing", "label": "CONTRIBUTING.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CONTRIBUTING.md", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "contributing_contributing", "label": "Contributing", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Contributing", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 7}, {"id": "contributing_branches", "label": "Branches", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Branches", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "contributing_the_release_cycle", "label": "The release cycle", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "The release cycle", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "contributing_tracks_from_a_user_s_perspective", "label": "Tracks, from a user's perspective", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Tracks, from a user&#x27;s perspective", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "contributing_local_development", "label": "Local development", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Local development", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 2}, {"id": "contributing_keeping_the_api_docs_honest", "label": "Keeping the API docs honest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Keeping the API docs honest", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "contributing_ci", "label": "CI", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CI", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "contributing_questions", "label": "Questions", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Questions", "community": 77, "community_name": "Contributing", "source_file": "CONTRIBUTING.md", "file_type": "document", "degree": 1}, {"id": "deprecations", "label": "DEPRECATIONS.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "DEPRECATIONS.md", "community": 67, "community_name": "Bread", "source_file": "DEPRECATIONS.md", "file_type": "document", "degree": 2}, {"id": "deprecations_deprecations", "label": "Deprecations", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Deprecations", "community": 67, "community_name": "Bread", "source_file": "DEPRECATIONS.md", "file_type": "document", "degree": 2}, {"id": "deprecations_hyprland_legacy_flat_event_names_since_v1_5", "label": "Hyprland legacy flat event names (since v1.5)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Hyprland legacy flat event names (since v1.5)", "community": 67, "community_name": "Bread", "source_file": "DEPRECATIONS.md", "file_type": "document", "degree": 1}, {"id": "documentation", "label": "Documentation.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Documentation.md", "community": 67, "community_name": "Bread", "source_file": "Documentation.md", "file_type": "document", "degree": 5}, {"id": "documentation_bread_documentation", "label": "Bread Documentation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Bread Documentation", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 18}, {"id": "documentation_contents", "label": "Contents", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Contents", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_overview", "label": "Overview", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Overview", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_api_stability_versioning", "label": "API Stability & Versioning", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "API Stability &amp; Versioning", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_getting_started", "label": "Getting started", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Getting started", "community": 80, "community_name": "Getting started", "source_file": "Documentation.md", "file_type": "document", "degree": 6}, {"id": "documentation_1_create_a_minimal_config", "label": "1) Create a minimal config", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "1) Create a minimal config", "community": 80, "community_name": "Getting started", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_2_the_fast_path_rules_toml_since_v1_5", "label": "2) The fast path: `rules.toml` *(Since: v1.5)*", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "2) The fast path: `rules.toml` *(Since: v1.5)*", "community": 80, "community_name": "Getting started", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_3_minimal_init_lua", "label": "3) Minimal `init.lua`", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "3) Minimal `init.lua`", "community": 80, "community_name": "Getting started", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_4_start_the_daemon", "label": "4) Start the daemon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "4) Start the daemon", "community": 80, "community_name": "Getting started", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_5_check_that_it_s_running", "label": "5) Check that it's running", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "5) Check that it&#x27;s running", "community": 80, "community_name": "Getting started", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_your_first_module", "label": "Your first module", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Your first module", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_run_reload_and_watch", "label": "Run, reload, and watch", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Run, reload, and watch", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_modules_install_and_manage", "label": "Modules: install and manage", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Modules: install and manage", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_capability_scoped_modules_since_v1_5", "label": "Capability-scoped modules *(Since: v1.5)*", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Capability-scoped modules *(Since: v1.5)*", "community": 81, "community_name": "Capability-scoped modules *(Since: v1.5)*", "source_file": "Documentation.md", "file_type": "document", "degree": 6}, {"id": "documentation_baseline_always_available_no_manifest_entry_needed", "label": "Baseline (always available, no manifest entry needed)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Baseline (always available, no manifest entry needed)", "community": 81, "community_name": "Capability-scoped modules *(Since: v1.5)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_gated_requires_a_matching_permissions_entry", "label": "Gated \u2014 requires a matching `[[permissions]]` entry", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Gated \u2014 requires a matching `[[permissions]]` entry", "community": 81, "community_name": "Capability-scoped modules *(Since: v1.5)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_path_bin_enforcement_depends_on_where_the_module_runs", "label": "`path`/`bin` enforcement depends on where the module runs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`path`/`bin` enforcement depends on where the module runs", "community": 81, "community_name": "Capability-scoped modules *(Since: v1.5)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_require_bread_devices_still_works_from_a_scoped_module", "label": "`require(\"bread.devices\")` still works from a scoped module", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`require(&quot;bread.devices&quot;)` still works from a scoped module", "community": 81, "community_name": "Capability-scoped modules *(Since: v1.5)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_modules_audit_name", "label": "`bread modules audit <name>`", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread modules audit &lt;name&gt;`", "community": 81, "community_name": "Capability-scoped modules *(Since: v1.5)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_out_of_process_module_sandboxing_since_v1_6", "label": "Out-of-process module sandboxing *(Since: v1.6)*", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Out-of-process module sandboxing *(Since: v1.6)*", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 10}, {"id": "documentation_the_gap_this_closes", "label": "The gap this closes", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "The gap this closes", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_what_still_runs_in_process", "label": "What still runs in-process", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "What still runs in-process", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_architecture", "label": "Architecture", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Architecture", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_the_token_identity_handshake", "label": "The token/identity handshake", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "The token/identity handshake", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_the_landlock_sandbox", "label": "The Landlock sandbox", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "The Landlock sandbox", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_rpc_bridge_coverage", "label": "RPC bridge coverage", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RPC bridge coverage", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_crash_isolation", "label": "Crash isolation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Crash isolation", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_new_ipc_methods", "label": "New IPC methods", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "New IPC methods", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_what_s_implemented_vs_deferred", "label": "What's implemented vs. deferred", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "What&#x27;s implemented vs. deferred", "community": 73, "community_name": "Out-of-process module sandboxing *(Since: v1.6)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_debugging_tips", "label": "Debugging tips", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Debugging tips", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_dictionary_lua_api", "label": "Dictionary: Lua API", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Dictionary: Lua API", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 16}, {"id": "documentation_module_declaration", "label": "Module declaration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Module declaration", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_events", "label": "Events", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Events", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 10}, {"id": "documentation_bread_on_pattern_fn_id", "label": "`bread.on(pattern, fn) -> id`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.on(pattern, fn) -&gt; id`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_once_pattern_fn_id", "label": "`bread.once(pattern, fn) -> id`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.once(pattern, fn) -&gt; id`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_filter_pattern_fn_opts_id", "label": "`bread.filter(pattern, fn, opts) -> id`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.filter(pattern, fn, opts) -&gt; id`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_off_id", "label": "`bread.off(id)`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.off(id)`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_emit_event_data", "label": "`bread.emit(event, data)`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.emit(event, data)`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_wait_pattern_opts_event_nil", "label": "`bread.wait(pattern, opts) -> event | nil`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.wait(pattern, opts) -&gt; event | nil`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_spawn_fn", "label": "`bread.spawn(fn)`", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.spawn(fn)`", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_wait_any_patterns_opts_event_nil_since_v1_2", "label": "`bread.wait_any(patterns, opts) -> event | nil` *(Since: v1.2)*", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.wait_any(patterns, opts) -&gt; event | nil` *(Since: v1.2)*", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_wait_all_patterns_opts_table_since_v1_2", "label": "`bread.wait_all(patterns, opts) -> table` *(Since: v1.2)*", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.wait_all(patterns, opts) -&gt; table` *(Since: v1.2)*", "community": 75, "community_name": "Events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_workflows_since_v1_2", "label": "Workflows *(Since: v1.2)*", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Workflows *(Since: v1.2)*", "community": 82, "community_name": "Workflows *(Since: v1.2)*", "source_file": "Documentation.md", "file_type": "document", "degree": 6}, {"id": "documentation_bread_workflow_define_name_fn", "label": "`bread.workflow.define(name, fn)`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.workflow.define(name, fn)`", "community": 82, "community_name": "Workflows *(Since: v1.2)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_workflow_start_name_opts", "label": "`bread.workflow.start(name, opts)`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.workflow.start(name, opts)`", "community": 82, "community_name": "Workflows *(Since: v1.2)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_workflow_step_label", "label": "`bread.workflow.step(label)`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.workflow.step(label)`", "community": 82, "community_name": "Workflows *(Since: v1.2)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_workflow_status_name_table_nil", "label": "`bread.workflow.status(name) -> table | nil`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.workflow.status(name) -&gt; table | nil`", "community": 82, "community_name": "Workflows *(Since: v1.2)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_workflow_list_table", "label": "`bread.workflow.list() -> table`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.workflow.list() -&gt; table`", "community": 82, "community_name": "Workflows *(Since: v1.2)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_widgets_since_v1_3", "label": "Widgets *(Since: v1.3)*", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Widgets *(Since: v1.3)*", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 5}, {"id": "documentation_bread_widget_register_spec_ok_err", "label": "`bread.widget.register(spec) -> ok, err`", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.widget.register(spec) -&gt; ok, err`", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 4}, {"id": "documentation_node_types", "label": "Node types", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Node types", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_style_since_v1_4", "label": "`style` *(Since: v1.4)*", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`style` *(Since: v1.4)*", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_style_vs_class", "label": "Style vs. `class`", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Style vs. `class`", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_widget_update_id_patch_ok_err", "label": "`bread.widget.update(id, patch) -> ok, err`", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.widget.update(id, patch) -&gt; ok, err`", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_widget_remove_id_bool", "label": "`bread.widget.remove(id) -> bool`", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.widget.remove(id) -&gt; bool`", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_widget_list_table", "label": "`bread.widget.list() -> table`", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.widget.list() -&gt; table`", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 2}, {"id": "documentation_click_events", "label": "Click events", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Click events", "community": 79, "community_name": "Widgets *(Since: v1.3)*", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_state", "label": "State", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "State", "community": 84, "community_name": "State", "source_file": "Documentation.md", "file_type": "document", "degree": 4}, {"id": "documentation_bread_state_get_path", "label": "`bread.state.get(path)`", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.state.get(path)`", "community": 84, "community_name": "State", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_typed_shorthands", "label": "Typed shorthands", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Typed shorthands", "community": 84, "community_name": "State", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_state_watch_path_fn_id", "label": "`bread.state.watch(path, fn) -> id`", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.state.watch(path, fn) -&gt; id`", "community": 84, "community_name": "State", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_profiles", "label": "Profiles", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Profiles", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 2}, {"id": "documentation_bread_profile_activate_name", "label": "`bread.profile.activate(name)`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.profile.activate(name)`", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_execution", "label": "Execution", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Execution", "community": 86, "community_name": "Execution", "source_file": "Documentation.md", "file_type": "document", "degree": 3}, {"id": "documentation_bread_exec_cmd", "label": "`bread.exec(cmd)`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.exec(cmd)`", "community": 86, "community_name": "Execution", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_exec_capture_cmd_opts_ok_stdout", "label": "`bread.exec_capture(cmd, opts) -> ok, stdout`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.exec_capture(cmd, opts) -&gt; ok, stdout`", "community": 86, "community_name": "Execution", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_notifications", "label": "Notifications", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Notifications", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 2}, {"id": "documentation_bread_notify_message_opts", "label": "`bread.notify(message, opts)`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.notify(message, opts)`", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_timers", "label": "Timers", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Timers", "community": 83, "community_name": "Timers", "source_file": "Documentation.md", "file_type": "document", "degree": 4}, {"id": "documentation_bread_after_delay_ms_fn_id", "label": "`bread.after(delay_ms, fn) -> id`", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.after(delay_ms, fn) -&gt; id`", "community": 83, "community_name": "Timers", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_every_interval_ms_fn_id", "label": "`bread.every(interval_ms, fn) -> id`", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.every(interval_ms, fn) -&gt; id`", "community": 83, "community_name": "Timers", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_cancel_id", "label": "`bread.cancel(id)`", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.cancel(id)`", "community": 83, "community_name": "Timers", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_utilities", "label": "Utilities", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Utilities", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 3}, {"id": "documentation_bread_debounce_delay_ms_fn_wrapped_fn", "label": "`bread.debounce(delay_ms, fn) -> wrapped_fn`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.debounce(delay_ms, fn) -&gt; wrapped_fn`", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_log_msg_bread_warn_msg_bread_error_msg", "label": "`bread.log(msg)` / `bread.warn(msg)` / `bread.error(msg)`", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.log(msg)` / `bread.warn(msg)` / `bread.error(msg)`", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_machine_and_filesystem", "label": "Machine and filesystem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Machine and filesystem", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 10}, {"id": "documentation_bread_machine_name_string", "label": "`bread.machine.name() -> string`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.machine.name() -&gt; string`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_machine_tags_string", "label": "`bread.machine.tags() -> string[]`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.machine.tags() -&gt; string[]`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_machine_has_tag_tag_bool", "label": "`bread.machine.has_tag(tag) -> bool`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.machine.has_tag(tag) -&gt; bool`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_fs_write_path_content", "label": "`bread.fs.write(path, content)`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.fs.write(path, content)`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_fs_read_path_string_nil", "label": "`bread.fs.read(path) -> string | nil`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.fs.read(path) -&gt; string | nil`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_fs_exists_path_bool", "label": "`bread.fs.exists(path) -> bool`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.fs.exists(path) -&gt; bool`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_fs_readlink_path_string_nil", "label": "`bread.fs.readlink(path) -> string | nil`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.fs.readlink(path) -&gt; string | nil`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_fs_expand_path_string", "label": "`bread.fs.expand(path) -> string`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.fs.expand(path) -&gt; string`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_json_decode_str_table_nil", "label": "`bread.json.decode(str) -> table | nil`", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.json.decode(str) -&gt; table | nil`", "community": 76, "community_name": "Machine and filesystem", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_hyprland", "label": "Hyprland", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Hyprland", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bluetooth", "label": "Bluetooth", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 9}, {"id": "documentation_bread_bluetooth_power_enabled", "label": "`bread.bluetooth.power(enabled)`", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.bluetooth.power(enabled)`", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_bluetooth_powered_bool_nil", "label": "`bread.bluetooth.powered() -> bool | nil`", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.bluetooth.powered() -&gt; bool | nil`", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_bluetooth_connect_address", "label": "`bread.bluetooth.connect(address)`", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.bluetooth.connect(address)`", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_bluetooth_disconnect_address", "label": "`bread.bluetooth.disconnect(address)`", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.bluetooth.disconnect(address)`", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_bluetooth_scan_enabled", "label": "`bread.bluetooth.scan(enabled)`", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.bluetooth.scan(enabled)`", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_bluetooth_devices_table_nil", "label": "`bread.bluetooth.devices() -> table | nil`", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.bluetooth.devices() -&gt; table | nil`", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_example_auto_connect_headphones_on_ac_power", "label": "Example: auto-connect headphones on AC power", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example: auto-connect headphones on AC power", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_example_turn_off_bluetooth_on_battery", "label": "Example: turn off Bluetooth on battery", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example: turn off Bluetooth on battery", "community": 78, "community_name": "Bluetooth", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_module_lifecycle_hooks", "label": "Module lifecycle hooks", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Module lifecycle hooks", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_module_storage", "label": "Module storage", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Module storage", "community": 72, "community_name": "Dictionary: Lua API", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_dictionary_built_in_modules", "label": "Dictionary: Built-in modules", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary: Built-in modules", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 6}, {"id": "documentation_bread_rules_since_v1_5", "label": "`bread.rules` *(Since: v1.5)*", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.rules` *(Since: v1.5)*", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_monitors", "label": "`bread.monitors`", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.monitors`", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_devices", "label": "`bread.devices`", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.devices`", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 5}, {"id": "documentation_functions", "label": "Functions", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Functions", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_device_rule_options", "label": "Device rule options", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Device rule options", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_example_keyboard_configuration_on_connect", "label": "Example: Keyboard configuration on connect", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example: Keyboard configuration on connect", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_example_dock_specific_setup", "label": "Example: Dock-specific setup", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example: Dock-specific setup", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_workspaces", "label": "`bread.workspaces`", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.workspaces`", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bread_binds", "label": "`bread.binds`", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "`bread.binds`", "community": 74, "community_name": "Dictionary: Built-in modules", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_dictionary_event_reference", "label": "Dictionary: Event reference", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary: Event reference", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 3}, {"id": "documentation_pattern_matching", "label": "Pattern matching", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Pattern matching", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_normalized_events", "label": "Normalized events", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Normalized events", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 15}, {"id": "documentation_system", "label": "System", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "System", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_devices_udev_bluetooth", "label": "Devices (udev / Bluetooth)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Devices (udev / Bluetooth)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_bluetooth_bluez", "label": "Bluetooth (BlueZ)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth (BlueZ)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_hyprland_1440", "label": "Hyprland", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Hyprland", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 2}, {"id": "documentation_compatibility_compat_config", "label": "Compatibility: `[compat]` config", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Compatibility: `[compat]` config", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_power", "label": "Power", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Power", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_network", "label": "Network", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Network", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_system_events", "label": "System events", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "System events", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_widgets_since_v1_3_1506", "label": "Widgets *(Since: v1.3)*", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Widgets *(Since: v1.3)*", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_terminal_shell_precmd_preexec_hooks", "label": "Terminal (shell precmd/preexec hooks)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Terminal (shell precmd/preexec hooks)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_git_hooks_dirty_state_poller", "label": "Git (hooks + dirty-state poller)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Git (hooks + dirty-state poller)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_filesystem_project_detection", "label": "Filesystem / project detection", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Filesystem / project detection", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_systemd_systemd_user_units", "label": "Systemd (`systemd --user` units)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Systemd (`systemd --user` units)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_podman_containers", "label": "Podman (containers)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Podman (containers)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_remote_ssh_session_detection", "label": "Remote (SSH session detection)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Remote (SSH session detection)", "community": 69, "community_name": "Normalized events", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_namespaces", "label": "Namespaces", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Namespaces", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_integrating_a_bread_app", "label": "Integrating a bread\\* app", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Integrating a bread\\* app", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_dictionary_runtime_state_schema", "label": "Dictionary: Runtime state schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary: Runtime state schema", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "documentation_dictionary_ipc_protocol", "label": "Dictionary: IPC protocol", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary: IPC protocol", "community": 70, "community_name": "Bread Documentation", "source_file": "Documentation.md", "file_type": "document", "degree": 1}, {"id": "examples", "label": "Examples.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Examples.md", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 3}, {"id": "examples_bread_examples", "label": "Bread Examples", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bread Examples", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 7}, {"id": "examples_example_1_porting_keyboard_and_display_watcher_sh_system_script", "label": "Example 1: Porting keyboard_and_display_watcher.sh (system script)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example 1: Porting keyboard_and_display_watcher.sh (system script)", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 1}, {"id": "examples_example_2_porting_autostart_lua", "label": "Example 2: Porting autostart.lua", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example 2: Porting autostart.lua", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 1}, {"id": "examples_example_3_porting_display_monitors_lua", "label": "Example 3: Porting display/monitors.lua", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example 3: Porting display/monitors.lua", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 1}, {"id": "examples_example_4_multi_step_automation_workflows", "label": "Example 4: Multi-step automation workflows", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example 4: Multi-step automation workflows", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 1}, {"id": "examples_example_5_a_live_widget_in_breadbar", "label": "Example 5: A live widget in breadbar", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Example 5: A live widget in breadbar", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 1}, {"id": "examples_tips_for_porting_your_own_scripts", "label": "Tips for porting your own scripts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Tips for porting your own scripts", "community": 67, "community_name": "Bread", "source_file": "Examples.md", "file_type": "document", "degree": 1}, {"id": "readme", "label": "README.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "README.md", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 2}, {"id": "readme_bread", "label": "Bread", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Bread", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 11}, {"id": "readme_how_it_works", "label": "How it works", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "How it works", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_architecture", "label": "Architecture", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Architecture", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_requirements", "label": "Requirements", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Requirements", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_installation", "label": "Installation", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Installation", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 4}, {"id": "readme_from_source", "label": "From source", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "From source", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_via_bakery", "label": "Via bakery", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Via bakery", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_systemd_user_service", "label": "systemd user service", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "systemd user service", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_configuration", "label": "Configuration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Configuration", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_cli_reference", "label": "CLI reference", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CLI reference", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_module_system", "label": "Module system", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Module system", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 3}, {"id": "readme_installing_modules", "label": "Installing modules", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Installing modules", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_writing_a_module", "label": "Writing a module", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Writing a module", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_event_reference_lua_api_and_ipc_protocol", "label": "Event reference, Lua API, and IPC protocol", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Event reference, Lua API, and IPC protocol", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_contributing", "label": "Contributing", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Contributing", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_license", "label": "License", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "License", "community": 67, "community_name": "Bread", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "examples_modules_readme", "label": "modules/README.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "modules/README.md", "community": 67, "community_name": "Bread", "source_file": "examples/modules/README.md", "file_type": "document", "degree": 3}, {"id": "examples_modules_readme_example_bread_modules", "label": "Example bread modules", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Example bread modules", "community": 67, "community_name": "Bread", "source_file": "examples/modules/README.md", "file_type": "document", "degree": 3}, {"id": "examples_modules_readme_installing", "label": "Installing", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Installing", "community": 67, "community_name": "Bread", "source_file": "examples/modules/README.md", "file_type": "document", "degree": 1}, {"id": "examples_modules_readme_modules", "label": "Modules", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Modules", "community": 67, "community_name": "Bread", "source_file": "examples/modules/README.md", "file_type": "document", "degree": 1}, {"id": "packaging_readme", "label": "packaging/README.md", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "packaging/README.md", "community": 87, "community_name": "packaging/README.md", "source_file": "packaging/README.md", "file_type": "document", "degree": 1}, {"id": "packaging_readme_systemd_user_service", "label": "systemd user service", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "systemd user service", "community": 87, "community_name": "packaging/README.md", "source_file": "packaging/README.md", "file_type": "document", "degree": 1}, {"id": "breadd_src_adapters_udev_scanneddevice", "label": "ScannedDevice", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ScannedDevice", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 3}, {"id": "breadd_src_adapters_udev_enumerate_with_udev", "label": "enumerate_with_udev()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "enumerate_with_udev()", "community": 17, "community_name": "run_udev_monitor", "source_file": "breadd/src/adapters/udev.rs", "file_type": "code", "degree": 7}, {"id": "examples_modules_cpu_temp_widget", "label": "cpu-temp-widget.lua", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cpu-temp-widget.lua", "community": 33, "community_name": "cpu-temp-widget.lua", "source_file": "examples/modules/cpu-temp-widget.lua", "file_type": "code", "degree": 3}, {"id": "examples_modules_cpu_temp_widget_read_temp_c", "label": "read_temp_c()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "read_temp_c()", "community": 33, "community_name": "cpu-temp-widget.lua", "source_file": "examples/modules/cpu-temp-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_cpu_temp_widget_widget_root", "label": "widget_root()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_root()", "community": 33, "community_name": "cpu-temp-widget.lua", "source_file": "examples/modules/cpu-temp-widget.lua", "file_type": "code", "degree": 2}, {"id": "examples_modules_cpu_temp_widget_m_on_load", "label": "M.on_load()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "M.on_load()", "community": 33, "community_name": "cpu-temp-widget.lua", "source_file": "examples/modules/cpu-temp-widget.lua", "file_type": "code", "degree": 3}, {"id": "sys_bread_daemon", "label": "Bread Daemon (breadd)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Bread Daemon (breadd)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "README.md", "file_type": "concept", "degree": 10}, {"id": "sys_bread_cli", "label": "Bread CLI (bread)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Bread CLI (bread)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "sys_lua_runtime", "label": "Lua Runtime", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Lua Runtime", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 6}, {"id": "adapter_hyprland", "label": "Hyprland Adapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Hyprland Adapter", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 8}, {"id": "adapter_udev", "label": "udev Adapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "udev Adapter", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 3}, {"id": "adapter_power", "label": "Power Adapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Power Adapter", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 3}, {"id": "adapter_network", "label": "Network Adapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Network Adapter", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "adapter_bluetooth", "label": "Bluetooth Adapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth Adapter", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "adapter_git", "label": "Git Adapter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Adapter", "community": 45, "community_name": "Git Adapter", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "adapter_filesystem", "label": "Filesystem Adapter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Filesystem Adapter", "community": 44, "community_name": "Filesystem Adapter", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "adapter_systemd", "label": "Systemd Adapter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Systemd Adapter", "community": 47, "community_name": "Systemd Adapter", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "adapter_podman", "label": "Podman Adapter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Podman Adapter", "community": 46, "community_name": "Podman Adapter", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "module_monitors", "label": "Monitors Module (Built-in)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Monitors Module (Built-in)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "module_devices", "label": "Devices Module (Built-in)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Devices Module (Built-in)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 3}, {"id": "module_workspaces", "label": "Workspaces Module (Built-in)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Workspaces Module (Built-in)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "module_binds", "label": "Binds Module (Built-in)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Binds Module (Built-in)", "community": 59, "community_name": "Binds Module (Built-in)", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "event_device_connected", "label": "bread.device.connected", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.device.connected", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "event_device_disconnected", "label": "bread.device.disconnected", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.device.disconnected", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "event_monitor_connected", "label": "bread.monitor.connected", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.monitor.connected", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "event_monitor_disconnected", "label": "bread.monitor.disconnected", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.monitor.disconnected", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "event_workspace_changed", "label": "bread.workspace.changed", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.workspace.changed", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "event_window_opened", "label": "bread.window.opened", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.window.opened", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "event_power_ac_connected", "label": "bread.power.ac.connected", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.power.ac.connected", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "event_power_battery_low", "label": "bread.power.battery.low", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.power.battery.low", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "event_network_connected", "label": "bread.network.connected", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.network.connected", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "event_bluetooth_device_paired", "label": "bread.bluetooth.device.paired", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.bluetooth.device.paired", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "event_system_startup", "label": "bread.system.startup", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.system.startup", "community": 57, "community_name": "bread.system.startup", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_on", "label": "bread.on(pattern, fn)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.on(pattern, fn)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 4}, {"id": "api_bread_wait", "label": "bread.wait(pattern, opts)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.wait(pattern, opts)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 3}, {"id": "api_bread_spawn", "label": "bread.spawn(fn)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.spawn(fn)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "api_bread_state_watch", "label": "bread.state.watch(path, fn)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.state.watch(path, fn)", "community": 54, "community_name": "bread.state.watch(path, fn)", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_exec", "label": "bread.exec(cmd)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.exec(cmd)", "community": 51, "community_name": "bread.exec(cmd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_notify", "label": "bread.notify(message, opts)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.notify(message, opts)", "community": 53, "community_name": "bread.notify(message, opts)", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_after", "label": "bread.after(delay_ms, fn)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.after(delay_ms, fn)", "community": 48, "community_name": "bread.after(delay_ms, fn)", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_every", "label": "bread.every(interval_ms, fn)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.every(interval_ms, fn)", "community": 50, "community_name": "bread.every(interval_ms, fn)", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_workflow", "label": "bread.workflow API", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.workflow API", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 4}, {"id": "api_bread_widget", "label": "bread.widget API", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.widget API", "community": 36, "community_name": "bread.widget API", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "api_bread_hyprland", "label": "bread.hyprland namespace", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.hyprland namespace", "community": 52, "community_name": "bread.hyprland namespace", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "api_bread_bluetooth", "label": "bread.bluetooth namespace", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.bluetooth namespace", "community": 49, "community_name": "bread.bluetooth namespace", "source_file": "Documentation.md", "file_type": "concept", "degree": 0}, {"id": "config_breadd_toml", "label": "breadd.toml Config", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "breadd.toml Config", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "README.md", "file_type": "concept", "degree": 1}, {"id": "config_init_lua", "label": "init.lua Entry Point", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "init.lua Entry Point", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "config_modules_dir", "label": "modules/ Directory", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "modules/ Directory", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "ci_dev_release", "label": "dev-release.yml Workflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "dev-release.yml Workflow", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "dev-release.yml", "file_type": "concept", "degree": 2}, {"id": "ci_rc_release", "label": "rc-release.yml Workflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rc-release.yml Workflow", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "rc-release.yml", "file_type": "concept", "degree": 1}, {"id": "ci_stable_release", "label": "release.yml Workflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "release.yml Workflow", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "release.yml", "file_type": "concept", "degree": 1}, {"id": "workflow_version_compute", "label": "Dev Version Computation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dev Version Computation", "community": 63, "community_name": "Dev Version Computation", "source_file": "dev-release.yml", "file_type": "concept", "degree": 0}, {"id": "branch_main", "label": "main Branch", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main Branch", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "CONTRIBUTING.md", "file_type": "concept", "degree": 1}, {"id": "release_track_dev", "label": "dev Release Track", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "dev Release Track", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "CONTRIBUTING.md", "file_type": "concept", "degree": 2}, {"id": "release_track_beta", "label": "beta Release Track", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "beta Release Track", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "CONTRIBUTING.md", "file_type": "concept", "degree": 2}, {"id": "release_track_stable", "label": "stable Release Track", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "stable Release Track", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "CONTRIBUTING.md", "file_type": "concept", "degree": 2}, {"id": "pattern_event_driven", "label": "Event-Driven Architecture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Event-Driven Architecture", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "pattern_module_skeleton", "label": "Module Skeleton Pattern", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Module Skeleton Pattern", "community": 39, "community_name": "Autostart Example Module", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "pattern_coroutine_workflow", "label": "Coroutine Workflow Pattern", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Coroutine Workflow Pattern", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Examples.md", "file_type": "concept", "degree": 1}, {"id": "pattern_widget_live_update", "label": "Live Widget Update Pattern", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Live Widget Update Pattern", "community": 36, "community_name": "bread.widget API", "source_file": "Examples.md", "file_type": "concept", "degree": 1}, {"id": "example_autostart", "label": "Autostart Example Module", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Autostart Example Module", "community": 39, "community_name": "Autostart Example Module", "source_file": "Examples.md", "file_type": "concept", "degree": 1}, {"id": "example_monitors", "label": "Monitors Configuration Example", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Monitors Configuration Example", "community": 58, "community_name": "Monitors Configuration Example", "source_file": "Examples.md", "file_type": "concept", "degree": 0}, {"id": "example_dock_workflow", "label": "Dock Workflow Example", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Dock Workflow Example", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Examples.md", "file_type": "concept", "degree": 1}, {"id": "example_widget_cpu_temp", "label": "CPU Temperature Widget Example", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CPU Temperature Widget Example", "community": 36, "community_name": "bread.widget API", "source_file": "Examples.md", "file_type": "concept", "degree": 1}, {"id": "package_bakery", "label": "Bakery Package Manager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bakery Package Manager", "community": 60, "community_name": "Bakery Package Manager", "source_file": "dev-release.yml", "file_type": "concept", "degree": 0}, {"id": "distribution_dl_breadway_dev", "label": "dl.breadway.dev Distribution", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dl.breadway.dev Distribution", "community": 28, "community_name": "dl.breadway.dev Distribution", "source_file": "dev-release.yml", "file_type": "concept", "degree": 3}, {"id": "ipc_protocol", "label": "IPC Protocol", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IPC Protocol", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "state_runtime_schema", "label": "RuntimeState Schema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RuntimeState Schema", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "api_stability_versioning", "label": "API Stability & Versioning (v1)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "API Stability &amp; Versioning (v1)", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "app_namespace_convention", "label": "bread.<app>.* Namespace Convention", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.&lt;app&gt;.* Namespace Convention", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 2}, {"id": "command_namespace_convention", "label": "bread.command.<app>.* Command Convention", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bread.command.&lt;app&gt;.* Command Convention", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "Documentation.md", "file_type": "concept", "degree": 1}, {"id": "roadmap_phase1", "label": "Phase 1: Engine Refactoring", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 1: Engine Refactoring", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "upgrade.md", "file_type": "concept", "degree": 1}, {"id": "roadmap_phase2", "label": "Phase 2: Compositor Abstraction", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 2: Compositor Abstraction", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "upgrade.md", "file_type": "concept", "degree": 1}, {"id": "roadmap_phase3", "label": "Phase 3: GUI Control Center", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 3: GUI Control Center", "community": 61, "community_name": "Phase 3: GUI Control Center", "source_file": "upgrade.md", "file_type": "concept", "degree": 0}, {"id": "roadmap_phase4", "label": "Phase 4: Sandboxing & Security", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 4: Sandboxing &amp; Security", "community": 5, "community_name": "Bread Daemon (breadd)", "source_file": "upgrade.md", "file_type": "concept", "degree": 1}, {"id": "roadmap_phase5", "label": "Phase 5: Cross-Device Mesh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 5: Cross-Device Mesh", "community": 62, "community_name": "Phase 5: Cross-Device Mesh", "source_file": "upgrade.md", "file_type": "concept", "degree": 0}];
const RAW_EDGES = [{"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_all_hook_scripts_exit_0_unconditionally", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_branch_changed_emit_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_commit_created_emit_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_detects_own_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_does_not_falsely_detect_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_emit_line_for", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_empty_file_is_not_managed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_git_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_hook_script", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_hook_script_rejects_unknown_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_hookoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_hooks_path_override", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_install_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_install_one_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_is_bread_managed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_marker_must_match_whole_trimmed_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_post_checkout_only_emits_on_branch_checkout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_post_commit_and_post_merge_emit_commit_created", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_print_hooks_path_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_print_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_run_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git", "to": "bread_cli_src_hooks_git_show_toplevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_one_hook", "to": "bread_cli_src_hooks_git_hookoutcome", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_git_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_hook_script", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_hooks_path_override", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_install_one_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_print_hooks_path_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_print_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_git", "to": "bread_cli_src_hooks_git_show_toplevel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_git_dir", "to": "bread_cli_src_hooks_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_hooks_path_override", "to": "bread_cli_src_hooks_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_one_hook", "to": "bread_cli_src_hooks_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_run_git", "to": "bread_cli_src_hooks_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_show_toplevel", "to": "bread_cli_src_hooks_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_one_hook", "to": "bread_cli_src_hooks_git_is_bread_managed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_install_one_hook", "to": "bread_cli_src_hooks_git_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_print_summary", "to": "bread_cli_src_hooks_git_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_branch_changed_emit_line", "to": "bread_cli_src_hooks_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_commit_created_emit_line", "to": "bread_cli_src_hooks_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_emit_line_for", "to": "bread_cli_src_hooks_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_hook_script", "to": "bread_cli_src_hooks_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_hooks_path_override", "to": "bread_cli_src_hooks_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_run_git", "to": "bread_cli_src_hooks_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_emit_line_for", "to": "bread_cli_src_hooks_git_commit_created_emit_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_all_hook_scripts_exit_0_unconditionally", "to": "bread_cli_src_hooks_git_hook_script", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "to": "bread_cli_src_hooks_git_hook_script", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_hook_script_rejects_unknown_name", "to": "bread_cli_src_hooks_git_hook_script", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_post_checkout_only_emits_on_branch_checkout", "to": "bread_cli_src_hooks_git_hook_script", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_post_commit_and_post_merge_emit_commit_created", "to": "bread_cli_src_hooks_git_hook_script", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_git_dir", "to": "bread_cli_src_hooks_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_git_dir", "to": "bread_cli_src_hooks_git_run_git", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_print_summary", "to": "bread_cli_src_hooks_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_show_toplevel", "to": "bread_cli_src_hooks_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_show_toplevel", "to": "bread_cli_src_hooks_git_run_git", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_git_hooks_path_override", "to": "bread_cli_src_hooks_git_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_detect_from_env_reads_shell_basename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_hook_scripts_background_every_emit_call", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_hook_scripts_reference_bread_emit_not_bread_emit_cli", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_hooks_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_install_shell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_join_line_continuations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_parse_accepts_known_shells", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_parse_rejects_unknown_shell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_rs_pathbuf", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_targetshell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell", "to": "bread_cli_src_hooks_shell_write_hook_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_targetshell_detect_from_env", "to": "bread_cli_src_hooks_shell_targetshell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_targetshell_parse", "to": "bread_cli_src_hooks_shell_targetshell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_targetshell_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_targetshell_parse", "to": "bread_cli_src_hooks_shell_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_write_hook_file", "to": "bread_cli_src_hooks_shell_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_targetshell_detect_from_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_hooks_dir", "to": "bread_cli_src_hooks_shell_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_hooks_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_write_hook_file", "to": "bread_cli_src_hooks_shell_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_install_shell", "to": "bread_cli_src_hooks_shell_write_hook_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_join_line_continuations", "to": "bread_cli_src_hooks_shell_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_hook_scripts_background_every_emit_call", "to": "bread_cli_src_hooks_shell_join_line_continuations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_hooks_shell_join_line_continuations", "to": "bread_cli_src_hooks_shell_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_causalitytracker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_cli", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_config_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_daemon_socket_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_format_timestamp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_handle_modules_cmd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_hookscommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_install_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_modulescommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_print_doctor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_print_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_print_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_print_reload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_print_state_formatted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_print_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_render_doctor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_send_request", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_stream_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_try_daemon_reload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_cli_src_main_watch_reload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main", "to": "unixstream", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_cli", "to": "bread_cli_src_main_commands", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_commands", "to": "bread_cli_src_main_hookscommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_commands", "to": "bread_cli_src_main_modulescommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_commands", "to": "bread_cli_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_commands", "to": "bread_cli_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker", "to": "bread_cli_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_hookscommand", "to": "bread_cli_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_event", "to": "bread_cli_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_state_formatted", "to": "bread_cli_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_stream_events", "to": "bread_cli_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker", "to": "bread_cli_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_format_timestamp", "to": "bread_cli_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_hookscommand", "to": "bread_cli_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_modulescommand", "to": "bread_cli_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_stream_events", "to": "bread_cli_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_handle_modules_cmd", "to": "bread_cli_src_main_modulescommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_daemon_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_handle_modules_cmd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_print_doctor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_print_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_print_reload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_print_state_formatted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_stream_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_main", "to": "bread_cli_src_main_watch_reload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_handle_modules_cmd", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_install_module", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_doctor", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_json", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_send_request", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_stream_events", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_watch_reload", "to": "bread_cli_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_handle_modules_cmd", "to": "bread_cli_src_main_install_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_handle_modules_cmd", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_handle_modules_cmd", "to": "bread_cli_src_main_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_handle_modules_cmd", "to": "bread_cli_src_main_try_daemon_reload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_install_module", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_doctor", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_send_request", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_stream_events", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_try_daemon_reload", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_watch_reload", "to": "bread_cli_src_main_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_install_module", "to": "bread_cli_src_modules_mgmt_modulemanifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_try_daemon_reload", "to": "bread_cli_src_main_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_daemon_socket_path", "to": "bread_cli_src_main_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_config_directory", "to": "bread_cli_src_main_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_doctor", "to": "bread_cli_src_main_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_send_request", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_stream_events", "to": "bread_cli_src_main_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_watch_reload", "to": "bread_cli_src_main_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker_print", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_event", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_json", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_reload", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_state_formatted", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_value", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_render_doctor", "to": "bread_cli_src_main_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_stream_events", "to": "bread_cli_src_main_print_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker", "to": "bread_cli_src_main_causalitytracker_depth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker", "to": "bread_cli_src_main_causalitytracker_print", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker", "to": "bread_cli_src_main_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker_print", "to": "bread_cli_src_main_causalitytracker_depth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_causalitytracker_print", "to": "bread_cli_src_main_format_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_state_formatted", "to": "bread_cli_src_main_print_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_event", "to": "bread_cli_src_main_format_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_watch_reload", "to": "bread_cli_src_main_print_reload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_watch_reload", "to": "bread_cli_src_main_config_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_main_print_doctor", "to": "bread_cli_src_main_render_doctor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_audit_detects_fs_read_and_widget_from_cpu_temp_widget_style_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_audit_extracts_exec_bin_hint_and_ignores_baseline_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_audit_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_audit_scans_required_sibling_files_in_module_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_classify_call_site", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_collect_lua_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_copy_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_extract_first_string_arg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_install_from_local", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_list_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_modulemanifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_modules_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_parse_source", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_read_manifest_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_read_module_manifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_remove_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_render_permissions_toml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_render_permissions_toml_produces_pastable_block", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_resolve_module_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_scan_lua_source", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt", "to": "bread_cli_src_modules_mgmt_validate_module_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_src_modules_mgmt", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_install_from_local", "to": "bread_cli_src_modules_mgmt_modulemanifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_list_modules", "to": "bread_cli_src_modules_mgmt_modulemanifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_modulemanifest", "to": "bread_cli_src_modules_mgmt_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_modulemanifest", "to": "bread_cli_src_modules_mgmt_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_modulemanifest", "to": "bread_cli_src_modules_mgmt_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_modulemanifest", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_manifest_file", "to": "bread_cli_src_modules_mgmt_modulemanifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_module_manifest", "to": "bread_cli_src_modules_mgmt_modulemanifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_extract_first_string_arg", "to": "bread_cli_src_modules_mgmt_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_render_permissions_toml", "to": "bread_cli_src_modules_mgmt_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_extract_first_string_arg", "to": "bread_cli_src_modules_mgmt_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_module", "to": "bread_cli_src_modules_mgmt_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_collect_lua_files", "to": "bread_cli_src_modules_mgmt_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_list_modules", "to": "bread_cli_src_modules_mgmt_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_parse_source", "to": "bread_cli_src_modules_mgmt_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_parse_source", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_module", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_collect_lua_files", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_copy_dir", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_install_from_local", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_list_modules", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_manifest_file", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_module_manifest", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_remove_module", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_render_permissions_toml", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_resolve_module_dir", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_validate_module_name", "to": "bread_cli_src_modules_mgmt_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_collect_lua_files", "to": "bread_cli_src_modules_mgmt_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_modules_dir", "to": "bread_cli_src_modules_mgmt_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_resolve_module_dir", "to": "bread_cli_src_modules_mgmt_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_resolve_module_dir", "to": "bread_cli_src_modules_mgmt_validate_module_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_install_from_local", "to": "bread_cli_src_modules_mgmt_resolve_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_module_manifest", "to": "bread_cli_src_modules_mgmt_resolve_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_remove_module", "to": "bread_cli_src_modules_mgmt_resolve_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_resolve_module_dir", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_module", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_collect_lua_files", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_copy_dir", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_install_from_local", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_list_modules", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_manifest_file", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_module_manifest", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_remove_module", "to": "bread_cli_src_modules_mgmt_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_install_from_local", "to": "bread_cli_src_modules_mgmt_copy_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_list_modules", "to": "bread_cli_src_modules_mgmt_read_manifest_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_read_module_manifest", "to": "bread_cli_src_modules_mgmt_read_manifest_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_detects_fs_read_and_widget_from_cpu_temp_widget_style_module", "to": "bread_cli_src_modules_mgmt_audit_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_extracts_exec_bin_hint_and_ignores_baseline_calls", "to": "bread_cli_src_modules_mgmt_audit_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_module", "to": "bread_cli_src_modules_mgmt_collect_lua_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_module", "to": "bread_cli_src_modules_mgmt_scan_lua_source", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_module", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_audit_scans_required_sibling_files_in_module_directory", "to": "bread_cli_src_modules_mgmt_audit_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_render_permissions_toml", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_render_permissions_toml_produces_pastable_block", "to": "bread_cli_src_modules_mgmt_render_permissions_toml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_scan_lua_source", "to": "bread_cli_src_modules_mgmt_classify_call_site", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_scan_lua_source", "to": "bread_cli_src_modules_mgmt_rs_btreemap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_scan_lua_source", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_scan_lua_source", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_classify_call_site", "to": "bread_cli_src_modules_mgmt_rs_btreemap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_classify_call_site", "to": "bread_cli_src_modules_mgmt_extract_first_string_arg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_classify_call_site", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_src_modules_mgmt_classify_call_site", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_install_from_local_fails_without_manifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_install_from_local_succeeds_with_manifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_install_rejects_manifest_with_path_traversal_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_list_reads_manifests_from_disk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_make_module_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_manifest_written_correctly_on_install", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_remove_deletes_module_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_remove_nonexistent_errors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_remove_rejects_absolute_path_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_remove_rejects_name_with_slash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules", "to": "bread_cli_tests_modules_remove_rejects_path_traversal_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_install_from_local_succeeds_with_manifest", "to": "bread_cli_tests_modules_make_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_list_reads_manifests_from_disk", "to": "bread_cli_tests_modules_make_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_make_module_dir", "to": "bread_cli_tests_modules_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_make_module_dir", "to": "bread_cli_tests_modules_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_manifest_written_correctly_on_install", "to": "bread_cli_tests_modules_make_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_remove_deletes_module_directory", "to": "bread_cli_tests_modules_make_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_cli_tests_modules_remove_rejects_name_with_slash", "to": "bread_cli_tests_modules_make_module_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_emit_src_main", "to": "bread_emit_src_main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_emit_src_main", "to": "bread_emit_src_main_parse_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_emit_src_main", "to": "unixstream", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_emit_src_main_main", "to": "bread_emit_src_main_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_emit_src_main_parse_args", "to": "bread_emit_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_emit_src_main_parse_args", "to": "bread_emit_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_call", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_hostmessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_iocommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_rpcresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_rs_duration", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_rs_pathbuf", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "bread_module_host_src_io_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io", "to": "unixstream", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "bread_module_host_src_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_call", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_iocommand", "to": "bread_module_host_src_io_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_iocommand", "to": "bread_module_host_src_io_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_iocommand", "to": "bread_module_host_src_io_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_iocommand", "to": "bread_module_host_src_io_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_emit", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_logging", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main_report_status", "to": "bread_module_host_src_io_iocommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_call", "to": "bread_module_host_src_io_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_rpcresponse", "to": "bread_module_host_src_io_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_call", "to": "bread_module_host_src_io_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_rpcresponse", "to": "bread_module_host_src_io_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_call", "to": "bread_module_host_src_io_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_call", "to": "bread_module_host_src_io_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_hostmessage", "to": "bread_shared_src_module_host_ipc_modulehostpush", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_hostmessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_rpcresponse", "to": "bread_module_host_src_io_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_module_host_src_io_rs_receiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_run", "to": "bread_shared_src_module_host_ipc_modulehosthello", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_io_call", "to": "bread_module_host_src_io_rs_duration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_emit", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_logging", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_io_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env", "to": "bread_module_host_src_lua_env_json_to_lua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env", "to": "bread_module_host_src_lua_env_modulehostlua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env", "to": "error", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env", "to": "rc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env", "to": "refcell", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_json_to_lua", "to": "bread_module_host_src_lua_env_rs_jsonvalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_json_to_lua", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_json_to_lua", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_json_to_lua", "to": "bread_module_host_src_lua_env_rs_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_json_to_lua", "to": "luavalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "to": "bread_module_host_src_lua_env_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_json", "to": "bread_module_host_src_lua_env_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_lua_env_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_emit", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_json", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_logging", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_emit", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_json", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_logging", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_load_entry", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_run_on_load", "to": "bread_module_host_src_lua_env_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_dispatch_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_dispatch_timer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_emit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_exec", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_fs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_logging", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_install_timers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_load_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_lookup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_modulehostlua_run_on_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "bread_module_host_src_lua_env_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "rc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua", "to": "refcell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "rc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "rc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "rc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "rc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "refcell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "refcell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "refcell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "refcell", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_lookup", "to": "bread_module_host_src_lua_env_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_modulehostlua_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_exec", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_fs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_logging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_modulehostlua_install_timers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_module_host_src_lua_env_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_new", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_emit", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_logging", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_module_fn", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_emit", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_events", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_json", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_logging", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_timers", "to": "bread_module_host_src_lua_env_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_module_host_src_lua_env_rs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_state", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_module_host_src_lua_env_rs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_module_host_src_lua_env_rs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_fs", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_install_exec", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_load_entry", "to": "bread_module_host_src_lua_env_modulehostlua_run_on_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_load_entry", "to": "bread_module_host_src_lua_env_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_run_on_load", "to": "breadd_src_core_config_envguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_dispatch_event", "to": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_dispatch_event", "to": "bread_module_host_src_lua_env_modulehostlua_lookup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_dispatch_event", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_dispatch_timer", "to": "bread_module_host_src_lua_env_modulehostlua_lookup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_lookup", "to": "bread_module_host_src_lua_env_rs_function", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "to": "bread_module_host_src_lua_env_rs_function", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_lua_env_modulehostlua_call_event_handler", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main", "to": "bread_module_host_src_main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main", "to": "bread_module_host_src_main_report_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main_main", "to": "bread_module_host_src_main_report_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main_report_status", "to": "bread_module_host_src_main_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main_report_status", "to": "bread_module_host_src_main_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_module_host_src_main_report_status", "to": "bread_module_host_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_command_stays_reserved_and_is_not_a_known_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_command_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_command_target_extracts_app_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_event_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_event_domain_extracts_top_level_segment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_event_domain_is_none_without_bread_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_is_command_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_is_command_event_requires_command_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_is_known_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_is_reserved_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_known_apps_are_recognized", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_reserved_domains_are_never_known_apps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_reserved_domains_are_recognized", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_reserved_domains_cover_every_adapter_owned_event_family", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_unknown_app_is_not_recognized", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_app_namespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_app_namespace_accepts_own_namespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_app_namespace_rejects_bare_prefix_without_trailing_dot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_app_namespace_rejects_other_namespaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_command_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_command_event_accepts_known_app_with_verb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps", "to": "bread_shared_src_apps_validate_command_event_rejects_unknown_target_or_missing_verb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "bread_shared_src_apps", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps_validate_command_event", "to": "bread_shared_src_apps_is_known_app", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "bread_shared_src_apps_is_known_app", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "bread_shared_src_apps_is_reserved_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "to": "bread_shared_src_apps_validate_app_namespace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "bread_shared_src_apps_validate_app_namespace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_shared_src_apps_command_target", "to": "bread_shared_src_apps_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_apps_event_domain", "to": "bread_shared_src_apps_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "to": "bread_shared_src_apps_validate_command_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "bread_shared_src_apps_validate_command_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "bread_shared_src_apps_validate_command_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "bread_shared_src_apps_event_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_dot_double_star_does_not_match_sibling_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_dot_double_star_matches_exact_prefix_with_zero_segments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_double_star_matches_zero_or_more_segments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_empty_pattern_matches_only_empty_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_empty_text_only_matches_wildcards", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_exact_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_matches_glob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_matches_pattern", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_mid_pattern_star_does_not_cross_dots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_recursive_wildcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_single_char_wildcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_single_segment_wildcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob", "to": "bread_shared_src_glob_star_does_not_cross_dot_segments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_glob_matches_pattern", "to": "bread_shared_src_glob_matches_glob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_adapter_source_app_serializes_as_externally_tagged_object", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_adapter_source_is_hashable_and_eq", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_adapter_source_rejects_unknown_variant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_adapter_source_round_trips_through_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_adapter_source_serializes_as_snake_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_adaptersource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_bread_event_new_accepts_owned_and_borrowed_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_bread_event_new_assigns_unique_id_and_no_cause", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_bread_event_new_sets_current_timestamp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_bread_event_round_trips_through_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_bread_event_with_timestamp_preserves_timestamp_and_assigns_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_breadevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_daemonsection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_expand_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_expand_path_expands_leading_tilde", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_expand_path_leaves_non_tilde_paths_unchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_new_event_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_now_unix_ms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_now_unix_ms_is_monotonically_non_decreasing_across_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_raw_event_round_trips_through_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_rawevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_resolve_socket_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_lib_socketpathconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_module_host_ipc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib", "to": "bread_shared_src_permissions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_adaptersource", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent", "to": "bread_shared_src_lib_adaptersource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "bread_shared_src_lib_adaptersource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_with_timestamp", "to": "bread_shared_src_lib_adaptersource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_rawevent", "to": "bread_shared_src_lib_adaptersource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_raw", "to": "bread_shared_src_lib_adaptersource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_with_timestamp", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_daemonsection", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_new_event_id", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_rawevent", "to": "bread_shared_src_lib_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_rawevent", "to": "bread_shared_src_lib_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_enumerate_existing", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_try_enumerate", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "bread_shared_src_lib_rawevent", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_new", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_network_raw_event", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_power_raw_event", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_parse_upower_message", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_device_event", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_event", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_run", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_bluetooth", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_filesystem", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_git", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_network", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_podman", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_remote", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_systemd", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_terminal", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_udev", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_raw", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "bread_shared_src_lib_rawevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent", "to": "bread_shared_src_lib_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "bread_shared_src_lib_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_with_timestamp", "to": "bread_shared_src_lib_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent", "to": "bread_shared_src_lib_breadevent_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent", "to": "bread_shared_src_lib_breadevent_with_timestamp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent", "to": "bread_shared_src_lib_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_lib_breadevent", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc_modulehostpush", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_accept", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_bluetooth", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_filesystem", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_git", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_network", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_podman", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_remote", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_systemd", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_terminal", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_udev", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_apply_event_to_state", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_ev", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luamessage", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "bread_shared_src_lib_breadevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_adapter_source_is_hashable_and_eq", "to": "bread_shared_src_lib_breadevent_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_bread_event_new_accepts_owned_and_borrowed_names", "to": "bread_shared_src_lib_breadevent_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_bread_event_new_assigns_unique_id_and_no_cause", "to": "bread_shared_src_lib_breadevent_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_bread_event_new_sets_current_timestamp", "to": "bread_shared_src_lib_breadevent_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "bread_shared_src_lib_breadevent_with_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "bread_shared_src_lib_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_new", "to": "into", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_with_timestamp", "to": "into", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_with_timestamp", "to": "bread_shared_src_lib_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_bread_event_with_timestamp_preserves_timestamp_and_assigns_id", "to": "bread_shared_src_lib_breadevent_with_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_breadevent_with_timestamp", "to": "bread_shared_src_lib_new_event_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_bread_event_new_sets_current_timestamp", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_now_unix_ms_is_monotonically_non_decreasing_across_calls", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_bluetooth_try_enumerate", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter_run", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_network_network_raw_event", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_podman_podmanadapter_run", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_power_power_raw_event", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_udev_build_device_event", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_udev_build_event", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_workflow_fail", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_workflow_finish", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_workflow_register", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_workflow_step", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_workflow_timeout", "to": "bread_shared_src_lib_now_unix_ms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_shared_src_lib_socketpathconfig", "to": "bread_shared_src_lib_daemonsection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_resolve_socket_path", "to": "bread_shared_src_lib_expand_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_resolve_socket_path", "to": "bread_shared_src_lib_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_lib_expand_path", "to": "bread_shared_src_lib_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "to": "bread_shared_src_lib_expand_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_git_expand_roots", "to": "bread_shared_src_lib_expand_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_module_host_ipc_hello_round_trips", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_module_host_ipc_modulehosthello", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_module_host_ipc_modulehostpush", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_module_host_ipc_push_event_tag_is_distinguishable_from_a_response_envelope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_module_host_ipc_push_timer_round_trips", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc", "to": "bread_shared_src_permissions_modulepermission", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc_modulehosthello", "to": "bread_shared_src_module_host_ipc_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc_modulehosthello", "to": "bread_shared_src_module_host_ipc_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc_modulehosthello", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_module_host_ipc_modulehostpush", "to": "bread_shared_src_module_host_ipc_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_exec_permission_with_bin_round_trips", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_explicit_empty_permissions_deserializes_to_some_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_missing_permissions_field_deserializes_to_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_modulepermission", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_permission_list_round_trips_as_array_of_tables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_permission_round_trips_through_toml_with_dotted_type_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions", "to": "bread_shared_src_permissions_permissionkind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions_modulepermission", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions_modulepermission", "to": "bread_shared_src_permissions_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_permissions_modulepermission", "to": "bread_shared_src_permissions_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_bin_allowed", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_path_allowed", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_build_scoped_env", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_out_of_process_module", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_moduledecl", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_read_module_permissions", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_apply_sandbox", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_pendingmodulehost", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "bread_shared_src_permissions_modulepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_path_allowed", "to": "bread_shared_src_permissions_permissionkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_accepts_class_with_underscore_and_hyphen", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_accepts_node_count_at_max", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_accepts_tree_at_max_depth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_align", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_background", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_box_of", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_default_orientation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_default_visible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_fontweight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_invalid_style_color_fails_to_deserialize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_is_valid_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_node_serializes_with_type_tag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_node_without_style_omits_it_when_serialized_and_back", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_orientation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_padding", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_placement_serializes_as_snake_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_radius", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_rejects_class_starting_with_digit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_rejects_empty_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_rejects_invalid_class_characters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_rejects_too_many_nodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_rejects_tree_deeper_than_max", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_rs_value", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_semanticcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_simple_label_is_valid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_style_does_not_affect_validation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_style_enums_serialize_as_snake_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_style_field_is_optional_when_absent_from_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_style_round_trips_through_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_style_with_all_fields_none_is_equivalent_to_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_textsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_widget_spec_round_trips_through_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_widgetnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_widgetplacement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_widgetspec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_widgetstyle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget", "to": "bread_shared_src_widget_widgetvalidationerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "bread_shared_src_widget", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_default_orientation", "to": "bread_shared_src_widget_orientation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_orientation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_box_of", "to": "bread_shared_src_widget_widgetnode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_label", "to": "bread_shared_src_widget_widgetnode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_children", "to": "bread_shared_src_widget_widgetnode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_widgetnode_class", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_widgetnode_on_click", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_widgetnode_style", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_widgetnode_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_widgetnode_validate_inner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode", "to": "bread_shared_src_widget_widgetstyle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetspec", "to": "bread_shared_src_widget_widgetnode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetregisterargs", "to": "bread_shared_src_widget_widgetnode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetupdateargs", "to": "bread_shared_src_widget_widgetnode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_label", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_class", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_on_click", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_style", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetspec", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetspec", "to": "bread_shared_src_widget_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetvalidationerror", "to": "bread_shared_src_widget_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_on_click", "to": "bread_shared_src_widget_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_box_of", "to": "bread_shared_src_widget_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_style", "to": "bread_shared_src_widget_widgetstyle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_align", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_background", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_fontweight", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_padding", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_radius", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_semanticcolor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetstyle", "to": "bread_shared_src_widget_textsize", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetspec", "to": "bread_shared_src_widget_widgetplacement", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetregisterargs", "to": "bread_shared_src_widget_widgetplacement", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "bread_shared_src_widget_widgetspec", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "bread_shared_src_widget_widgetspec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "bread_shared_src_widget_widgetspec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "bread_shared_src_widget_widgetspec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate", "to": "bread_shared_src_widget_widgetvalidationerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate_inner", "to": "bread_shared_src_widget_widgetvalidationerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetvalidationerror", "to": "bread_shared_src_widget_rs_display", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetvalidationerror", "to": "bread_shared_src_widget_widgetvalidationerror_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetvalidationerror", "to": "error", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "bread_shared_src_widget_widgetvalidationerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "bread_shared_src_widget_widgetvalidationerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetvalidationerror_fmt", "to": "bread_shared_src_widget_rs_formatter", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetvalidationerror_fmt", "to": "bread_shared_src_widget_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate", "to": "bread_shared_src_widget_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate_inner", "to": "bread_shared_src_widget_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate_inner", "to": "bread_shared_src_widget_is_valid_class", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate_inner", "to": "bread_shared_src_widget_widgetnode_class", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_style_round_trips_through_json", "to": "bread_shared_src_widget_widgetnode_style", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate_inner", "to": "bread_shared_src_widget_widgetnode_children", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widgetnode_validate", "to": "bread_shared_src_widget_widgetnode_validate_inner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_accepts_node_count_at_max", "to": "bread_shared_src_widget_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_node_serializes_with_type_tag", "to": "bread_shared_src_widget_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_node_without_style_omits_it_when_serialized_and_back", "to": "bread_shared_src_widget_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_rejects_too_many_nodes", "to": "bread_shared_src_widget_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_accepts_node_count_at_max", "to": "bread_shared_src_widget_box_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_accepts_tree_at_max_depth", "to": "bread_shared_src_widget_box_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_rejects_too_many_nodes", "to": "bread_shared_src_widget_box_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_rejects_tree_deeper_than_max", "to": "bread_shared_src_widget_box_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bread_shared_src_widget_widget_spec_round_trips_through_json", "to": "bread_shared_src_widget_box_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_address_from_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_address_from_path_parses_standard_bluez_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_address_from_path_returns_empty_for_adapter_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_address_from_path_returns_empty_for_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_bluetoothadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_bluetooth_try_enumerate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter", "to": "breadd_src_adapters_bluetooth_bluetoothadapter_enumerate_existing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter", "to": "breadd_src_adapters_bluetooth_bluetoothadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter", "to": "breadd_src_adapters_bluetooth_bluetoothadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter", "to": "breadd_src_adapters_bluetooth_bluetoothadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_new", "to": "breadd_src_adapters_bluetooth_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_enumerate_existing", "to": "breadd_src_adapters_bluetooth_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_enumerate_existing", "to": "breadd_src_adapters_bluetooth_try_enumerate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_run", "to": "breadd_src_adapters_bluetooth_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_try_enumerate", "to": "breadd_src_adapters_bluetooth_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_run", "to": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_bluetoothadapter_run", "to": "breadd_src_adapters_bluetooth_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_try_enumerate", "to": "breadd_src_adapters_bluetooth_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "to": "breadd_src_adapters_bluetooth_address_from_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "to": "breadd_src_adapters_bluetooth_rs_message", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_parse_bluetooth_message", "to": "breadd_src_adapters_bluetooth_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_bluetooth_address_from_path", "to": "breadd_src_adapters_bluetooth_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify_build_artifact_created_in_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify_debounces_rapid_repeat_events_for_same_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify_file_changed_for_ordinary_source_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify_silent_for_modify_in_target_not_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify_silent_under_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_classify_silent_under_node_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_detect_markers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_detect_markers_empty_for_plain_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_detect_markers_finds_cargo_toml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_detect_markers_finds_multiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_excluded_dir_component", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_excluded_dir_component_finds_git_at_top_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_excluded_dir_component_finds_node_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_excluded_dir_component_finds_target_nested_deeply", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_excluded_dir_component_none_for_ordinary_source_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_expand_glob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_expand_glob_expands_star_to_subdirectories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_expand_glob_returns_empty_for_nonexistent_parent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_expand_glob_returns_single_path_unchanged_without_star", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_filesystemadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_filesystem_run_watch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_filesystemadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_filesystemadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_filesystem_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_detect_markers", "to": "breadd_src_adapters_filesystem_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob", "to": "breadd_src_adapters_filesystem_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_new", "to": "breadd_src_adapters_filesystem_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "to": "breadd_src_adapters_filesystem_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_adapters_filesystem_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_detect_markers", "to": "breadd_src_adapters_filesystem_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_new", "to": "breadd_src_adapters_filesystem_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_build_artifact_created_in_target", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_debounces_rapid_repeat_events_for_same_path", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_file_changed_for_ordinary_source_file", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_silent_for_modify_in_target_not_create", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_silent_under_git", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_silent_under_node_modules", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob_returns_empty_for_nonexistent_parent", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob_returns_single_path_unchanged_without_star", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_new", "to": "breadd_src_adapters_filesystem_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_run", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_adapters_filesystem_filesystemadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "to": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "to": "breadd_src_adapters_filesystem_expand_glob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "to": "breadd_src_adapters_filesystem_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_run", "to": "breadd_src_adapters_filesystem_filesystemadapter_resolve_roots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "breadd_src_adapters_filesystem_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob", "to": "breadd_src_adapters_filesystem_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_adapters_filesystem_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "to": "breadd_src_adapters_filesystem_detect_markers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_enumerate_existing", "to": "breadd_src_adapters_filesystem_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_run", "to": "breadd_src_adapters_filesystem_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_adapters_filesystem_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_run", "to": "breadd_src_adapters_filesystem_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_filesystemadapter_run", "to": "breadd_src_adapters_filesystem_run_watch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_adapters_filesystem_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_run_watch", "to": "breadd_src_core_config_envguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "breadd_src_adapters_filesystem_excluded_dir_component", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "breadd_src_adapters_filesystem_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "breadd_src_adapters_filesystem_rs_instant", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "breadd_src_adapters_filesystem_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "breadd_src_adapters_filesystem_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify", "to": "eventkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_build_artifact_created_in_target", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_debounces_rapid_repeat_events_for_same_path", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_file_changed_for_ordinary_source_file", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_silent_for_modify_in_target_not_create", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_silent_under_git", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_classify_silent_under_node_modules", "to": "breadd_src_adapters_filesystem_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_detect_markers", "to": "breadd_src_adapters_filesystem_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_excluded_dir_component", "to": "breadd_src_adapters_filesystem_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob", "to": "breadd_src_adapters_filesystem_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_excluded_dir_component", "to": "breadd_src_adapters_filesystem_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_detect_markers_finds_cargo_toml", "to": "breadd_src_adapters_filesystem_detect_markers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_detect_markers_finds_multiple", "to": "breadd_src_adapters_filesystem_detect_markers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_filesystem_expand_glob_expands_star_to_subdirectories", "to": "breadd_src_adapters_filesystem_expand_glob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_check_ahead_behind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_check_dirty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_discover_repos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_expand_roots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_expand_roots_globs_single_trailing_star", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_expand_roots_skips_unreadable_glob_parent_without_panicking", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_expand_roots_uses_literal_path_without_trailing_star", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_gitadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_ahead_behind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_ahead_behind_handles_zero_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_ahead_behind_parses_space_separated_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_ahead_behind_parses_tab_separated_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_ahead_behind_rejects_malformed_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_gitdir_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_gitdir_file_extracts_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_gitdir_file_rejects_unrecognized_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_parse_gitdir_file_trims_whitespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_repotrack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_resolve_git_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_resolve_git_dir_finds_standard_directory_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_resolve_git_dir_resolves_worktree_style_git_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_resolve_git_dir_returns_none_for_non_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_git_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_gitadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_gitadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_gitadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_gitadapter_with_interval", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_rs_duration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_git_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_discover_repos", "to": "breadd_src_adapters_git_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots", "to": "breadd_src_adapters_git_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_new", "to": "breadd_src_adapters_git_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_with_interval", "to": "breadd_src_adapters_git_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_ahead_behind", "to": "breadd_src_adapters_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_discover_repos", "to": "breadd_src_adapters_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots", "to": "breadd_src_adapters_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_new", "to": "breadd_src_adapters_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_with_interval", "to": "breadd_src_adapters_git_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_with_interval", "to": "breadd_src_adapters_git_rs_duration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_new", "to": "breadd_src_adapters_git_gitadapter_with_interval", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_new", "to": "breadd_src_adapters_git_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_with_interval", "to": "breadd_src_adapters_git_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_repotrack_new", "to": "breadd_src_adapters_git_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "breadd_src_adapters_git_check_ahead_behind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "breadd_src_adapters_git_check_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "breadd_src_adapters_git_discover_repos", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "breadd_src_adapters_git_repotrack_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "breadd_src_adapters_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_gitadapter_run", "to": "breadd_src_adapters_git_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_ahead_behind", "to": "breadd_src_adapters_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_dirty", "to": "breadd_src_adapters_git_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_discover_repos", "to": "breadd_src_adapters_git_repotrack", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_repotrack", "to": "breadd_src_adapters_git_repotrack_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_repotrack", "to": "breadd_src_adapters_git_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_repotrack", "to": "breadd_src_adapters_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots", "to": "breadd_src_adapters_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_repotrack_new", "to": "breadd_src_adapters_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_resolve_git_dir", "to": "breadd_src_adapters_git_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_ahead_behind", "to": "breadd_src_adapters_git_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_parse_ahead_behind", "to": "breadd_src_adapters_git_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_parse_gitdir_file", "to": "breadd_src_adapters_git_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_resolve_git_dir", "to": "breadd_src_adapters_git_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_ahead_behind", "to": "breadd_src_adapters_git_repotrack_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_dirty", "to": "breadd_src_adapters_git_repotrack_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_discover_repos", "to": "breadd_src_adapters_git_repotrack_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots", "to": "breadd_src_adapters_git_repotrack_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_discover_repos", "to": "breadd_src_adapters_git_expand_roots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_discover_repos", "to": "breadd_src_adapters_git_resolve_git_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots_globs_single_trailing_star", "to": "breadd_src_adapters_git_expand_roots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots_skips_unreadable_glob_parent_without_panicking", "to": "breadd_src_adapters_git_expand_roots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_expand_roots_uses_literal_path_without_trailing_star", "to": "breadd_src_adapters_git_expand_roots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_resolve_git_dir", "to": "breadd_src_adapters_git_parse_gitdir_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_resolve_git_dir", "to": "breadd_src_adapters_git_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_resolve_git_dir_resolves_worktree_style_git_file", "to": "breadd_src_adapters_git_resolve_git_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_ahead_behind", "to": "breadd_src_adapters_git_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_dirty", "to": "breadd_src_adapters_git_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_git_check_ahead_behind", "to": "breadd_src_adapters_git_parse_ahead_behind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "breadd_src_adapters_hyprland_hyprland_event_socket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "breadd_src_adapters_hyprland_hyprlandadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "breadd_src_adapters_hyprland_parse_hyprland_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "breadd_src_adapters_hyprland_rs_pathbuf", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland", "to": "unixstream", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter", "to": "breadd_src_adapters_hyprland_hyprlandadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter", "to": "breadd_src_adapters_hyprland_hyprlandadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter_run", "to": "breadd_src_adapters_hyprland_hyprland_event_socket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter_run", "to": "breadd_src_adapters_hyprland_parse_hyprland_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter_run", "to": "breadd_src_adapters_hyprland_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprlandadapter_run", "to": "breadd_src_adapters_hyprland_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprland_event_socket", "to": "breadd_src_adapters_hyprland_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_hyprland_event_socket", "to": "breadd_src_adapters_hyprland_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_hyprland_parse_hyprland_line", "to": "breadd_src_adapters_hyprland_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_adapters_mod_adapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_adapters_mod_adapterstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_adapters_mod_manager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_adapters_mod_rs_arc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_adapters_mod_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_adapters_mod_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "breadd_src_core_config_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_adapterstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_status_handle", "to": "breadd_src_adapters_mod_adapterstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_adapters_mod_adapterstatus", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_adapters_mod_adapterstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_adapters_mod_adapterstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_adapter", "to": "send", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_adapter", "to": "sync", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_mod_adapter", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_mod_adapter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_manager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_manager_spawn_adapter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_manager_start_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_manager_status_handle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_rs_receiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_adapters_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager", "to": "breadd_src_core_config_config", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_new", "to": "breadd_src_adapters_mod_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_new", "to": "breadd_src_adapters_mod_rs_receiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_status_handle", "to": "breadd_src_adapters_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_status_handle", "to": "breadd_src_adapters_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_status_handle", "to": "breadd_src_adapters_mod_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_status_handle", "to": "breadd_src_adapters_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_new", "to": "breadd_src_adapters_mod_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_new", "to": "breadd_src_core_config_config", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_start_all", "to": "breadd_src_adapters_mod_manager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_start_all", "to": "breadd_src_adapters_mod_manager_spawn_adapter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_start_all", "to": "breadd_src_adapters_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_spawn_adapter", "to": "a", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_mod_manager_spawn_adapter", "to": "breadd_src_core_supervisor_spawn_supervised", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_has_default_route", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_network_raw_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_networkadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_networksnapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_read_network_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_rs_btreemap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network", "to": "breadd_src_adapters_network_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter", "to": "breadd_src_adapters_network_networkadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter", "to": "breadd_src_adapters_network_networkadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter_run", "to": "breadd_src_adapters_network_network_raw_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter_run", "to": "breadd_src_adapters_network_read_network_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter_run", "to": "breadd_src_adapters_network_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networkadapter_run", "to": "breadd_src_adapters_network_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_network_raw_event", "to": "breadd_src_adapters_network_networksnapshot", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networksnapshot", "to": "breadd_src_adapters_network_rs_btreemap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_networksnapshot", "to": "breadd_src_adapters_network_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_read_network_state", "to": "breadd_src_adapters_network_networksnapshot", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_read_network_state", "to": "breadd_src_adapters_network_has_default_route", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink", "to": "breadd_src_adapters_network_rtnetlink_ip_from_bytes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink", "to": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter", "to": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter", "to": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter", "to": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_ip_from_bytes", "to": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_new", "to": "breadd_src_adapters_network_rtnetlink_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_new", "to": "breadd_src_adapters_network_rtnetlink_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_run", "to": "breadd_src_adapters_network_rtnetlink_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_rtnetlinkadapter_run", "to": "breadd_src_adapters_network_rtnetlink_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_ip_from_bytes", "to": "breadd_src_adapters_network_rtnetlink_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_network_rtnetlink_ip_from_bytes", "to": "breadd_src_adapters_network_rtnetlink_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_container_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_ignores_non_container_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_ignores_remove_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_ignores_stop_event_to_avoid_double_emit_with_died", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_ignores_unknown_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_map_podman_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_maps_died_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_maps_health_status_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_maps_start_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_missing_fields_fall_back_to_unknown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman", "to": "breadd_src_adapters_podman_podmanadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter", "to": "breadd_src_adapters_podman_podmanadapter_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter", "to": "breadd_src_adapters_podman_podmanadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter", "to": "breadd_src_adapters_podman_podmanadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter", "to": "breadd_src_adapters_podman_podmanadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter", "to": "breadd_src_adapters_podman_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_default", "to": "breadd_src_adapters_podman_podmanadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_new", "to": "breadd_src_adapters_podman_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_run", "to": "breadd_src_adapters_podman_podmanadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_default", "to": "breadd_src_adapters_podman_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_run", "to": "breadd_src_adapters_podman_map_podman_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_run", "to": "breadd_src_adapters_podman_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_podmanadapter_run", "to": "breadd_src_adapters_podman_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_map_podman_event", "to": "breadd_src_adapters_podman_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_map_podman_event", "to": "breadd_src_adapters_podman_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_map_podman_event", "to": "breadd_src_adapters_podman_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_maps_died_event", "to": "breadd_src_adapters_podman_map_podman_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_maps_health_status_event", "to": "breadd_src_adapters_podman_map_podman_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_maps_start_event", "to": "breadd_src_adapters_podman_map_podman_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_missing_fields_fall_back_to_unknown", "to": "breadd_src_adapters_podman_map_podman_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_container_event", "to": "breadd_src_adapters_podman_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_ignores_remove_event", "to": "breadd_src_adapters_podman_container_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_ignores_stop_event_to_avoid_double_emit_with_died", "to": "breadd_src_adapters_podman_container_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_ignores_unknown_action", "to": "breadd_src_adapters_podman_container_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_maps_died_event", "to": "breadd_src_adapters_podman_container_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_maps_health_status_event", "to": "breadd_src_adapters_podman_container_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_podman_maps_start_event", "to": "breadd_src_adapters_podman_container_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power", "to": "breadd_src_adapters_power_power_raw_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power", "to": "breadd_src_adapters_power_poweradapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power", "to": "breadd_src_adapters_power_powersnapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power", "to": "breadd_src_adapters_power_read_power_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power", "to": "breadd_src_adapters_power_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter", "to": "breadd_src_adapters_power_poweradapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter", "to": "breadd_src_adapters_power_poweradapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter", "to": "breadd_src_adapters_power_poweradapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter_new", "to": "breadd_src_adapters_power_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_read_power_state", "to": "breadd_src_adapters_power_poweradapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter_run", "to": "breadd_src_adapters_power_power_raw_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter_run", "to": "breadd_src_adapters_power_read_power_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter_run", "to": "breadd_src_adapters_power_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_poweradapter_run", "to": "breadd_src_adapters_power_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_power_raw_event", "to": "breadd_src_adapters_power_powersnapshot", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_powersnapshot", "to": "breadd_src_adapters_power_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_read_power_state", "to": "breadd_src_adapters_power_powersnapshot", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower", "to": "breadd_src_adapters_power_upower_parse_upower_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower", "to": "breadd_src_adapters_power_upower_upoweradapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter", "to": "breadd_src_adapters_power_upower_upoweradapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter", "to": "breadd_src_adapters_power_upower_upoweradapter_probe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter", "to": "breadd_src_adapters_power_upower_upoweradapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter_probe", "to": "breadd_src_adapters_power_upower_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter_probe", "to": "breadd_src_adapters_power_upower_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_parse_upower_message", "to": "breadd_src_adapters_power_upower_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter_run", "to": "breadd_src_adapters_power_upower_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter_run", "to": "breadd_src_adapters_power_upower_parse_upower_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_upoweradapter_run", "to": "breadd_src_adapters_power_upower_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_power_upower_parse_upower_message", "to": "breadd_src_adapters_power_upower_rs_message", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_active_state_to_kind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_active_state_to_kind_excludes_failed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_active_state_to_kind_ignores_transitional_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_active_state_to_kind_maps_active_to_started", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_active_state_to_kind_maps_inactive_and_dead_to_stopped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_failure_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_failure_result_extracts_reason_when_present", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_failure_result_is_none_when_absent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_get_unit_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_handle_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_is_failed_transition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_is_failed_transition_detects_failed_active_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_is_failed_transition_ignores_other_active_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_is_failed_transition_ignores_unrelated_property_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_query_active_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd", "to": "breadd_src_adapters_systemd_systemdadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter", "to": "breadd_src_adapters_systemd_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter", "to": "breadd_src_adapters_systemd_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter", "to": "breadd_src_adapters_systemd_systemdadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter", "to": "breadd_src_adapters_systemd_systemdadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter", "to": "breadd_src_adapters_systemd_systemdadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_new", "to": "breadd_src_adapters_systemd_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_failure_result", "to": "breadd_src_adapters_systemd_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_get_unit_path", "to": "breadd_src_adapters_systemd_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_query_active_state", "to": "breadd_src_adapters_systemd_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_new", "to": "breadd_src_adapters_systemd_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_new", "to": "breadd_src_adapters_systemd_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_run", "to": "breadd_src_adapters_systemd_systemdadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_run", "to": "breadd_src_adapters_systemd_get_unit_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_run", "to": "breadd_src_adapters_systemd_handle_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_run", "to": "breadd_src_adapters_systemd_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_systemdadapter_run", "to": "breadd_src_adapters_systemd_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_get_unit_path", "to": "breadd_src_adapters_systemd_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_get_unit_path", "to": "breadd_src_adapters_systemd_rs_connection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_get_unit_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_rs_connection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_query_active_state", "to": "breadd_src_adapters_systemd_rs_connection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_query_active_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_query_active_state", "to": "breadd_src_adapters_systemd_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_active_state_to_kind", "to": "breadd_src_adapters_systemd_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_failure_result", "to": "breadd_src_adapters_systemd_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_active_state_to_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_failure_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_is_failed_transition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_handle_message", "to": "breadd_src_adapters_systemd_rs_message", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_is_failed_transition", "to": "breadd_src_adapters_systemd_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_systemd_failure_result", "to": "breadd_src_adapters_systemd_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_build_device_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_build_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_enumerate_payload_includes_classification_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_enumerate_with_udev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_prop_bool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_prop_str", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_run_udev_monitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_scanneddevice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_udev_event_payload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_udevadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev", "to": "breadd_src_adapters_udev_udevclassification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_udev_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_udev_udevadapter_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_udev_udevadapter_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter", "to": "breadd_src_adapters_udev_udevadapter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_enumerate_with_udev", "to": "breadd_src_adapters_udev_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "breadd_src_adapters_udev_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_new", "to": "breadd_src_adapters_udev_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_enumerate_with_udev", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_prop_str", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_scanneddevice", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_new", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification", "to": "breadd_src_adapters_udev_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_enumerate_with_udev", "to": "breadd_src_adapters_udev_udevadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "breadd_src_adapters_udev_udevadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "breadd_src_adapters_udev_udevadapter_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_new", "to": "breadd_src_adapters_udev_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification_from_device", "to": "breadd_src_adapters_udev_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "breadd_src_adapters_udev_build_device_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "breadd_src_adapters_udev_enumerate_with_udev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "breadd_src_adapters_udev_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_enumerate_existing", "to": "breadd_src_adapters_udev_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "breadd_src_adapters_udev_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_run", "to": "breadd_src_adapters_udev_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_enumerate_with_udev", "to": "breadd_src_adapters_udev_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "breadd_src_adapters_udev_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_run", "to": "breadd_src_adapters_udev_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevadapter_run", "to": "breadd_src_adapters_udev_run_udev_monitor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_run_udev_monitor", "to": "breadd_src_adapters_udev_build_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_event", "to": "breadd_src_adapters_udev_build_device_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_event", "to": "event", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_prop_bool", "to": "event", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_prop_str", "to": "event", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_device_event", "to": "breadd_src_adapters_udev_udev_event_payload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_device_event", "to": "breadd_src_adapters_udev_udevclassification_from_device", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_build_device_event", "to": "breadd_src_core_types_device", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udev_event_payload", "to": "breadd_src_adapters_udev_udevclassification", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification", "to": "breadd_src_adapters_udev_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification", "to": "breadd_src_adapters_udev_udevclassification_from_device", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_prop_str", "to": "breadd_src_adapters_udev_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification_from_device", "to": "breadd_src_adapters_udev_prop_bool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification_from_device", "to": "breadd_src_adapters_udev_prop_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udevclassification_from_device", "to": "breadd_src_core_types_device", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_enumerate_payload_includes_classification_fields", "to": "breadd_src_adapters_udev_udev_event_payload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_udev_event_payload", "to": "breadd_src_adapters_udev_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_prop_bool", "to": "breadd_src_core_types_device", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_prop_str", "to": "breadd_src_core_types_device", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_adaptersconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_adaptertoggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_compat_section_can_disable_legacy_hyprland_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_compat_section_defaults_legacy_hyprland_names_to_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_compatconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_config_path_falls_back_to_home_when_no_xdg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_config_path_respects_xdg_config_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_daemonconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_config_uses_documented_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_dedup_window", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_log_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_lua_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_lua_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_notify_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_notify_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_notify_urgency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_poll_interval", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_udev_subsystems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_default_udev_subsystems_match_documented_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_envguard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_eventsconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_expand_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_expand_home_handles_missing_home_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_invalid_toml_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_lua_entry_point_and_module_path_expand_tilde", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_lua_entry_point_and_module_path_prefer_xdg_config_home_when_set", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_lua_entry_point_returns_absolute_path_unchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_luaconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_modulesconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_notificationsconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_parse_empty_toml_yields_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_parse_full_toml_overrides_all_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_parse_partial_toml_fills_missing_with_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_powerconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_rootsconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_rules_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_rules_path_falls_back_to_home_when_no_xdg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_rules_path_respects_xdg_config_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_socket_path_expands_tilde_when_explicit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_socket_path_falls_back_to_xdg_runtime_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_socket_path_uses_explicit_path_verbatim", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_socket_path_uses_tmp_when_no_xdg_runtime_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_systemdconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config", "to": "breadd_src_core_config_udevconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main", "to": "breadd_src_core_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_adaptersconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_compatconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_config_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_config_lua_entry_point", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_config_lua_module_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_config_socket_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_daemonconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_eventsconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_luaconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_modulesconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config", "to": "breadd_src_core_config_notificationsconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_core_config_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_core_config_config", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_core_config_config", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_daemonconfig", "to": "breadd_src_core_config_daemonconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_daemonconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_daemonconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_log_level", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_lua_entry", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_lua_modules", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_notify_path", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_notify_urgency", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_udev_subsystems", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_luaconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig", "to": "breadd_src_core_config_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_luaconfig", "to": "breadd_src_core_config_luaconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_luaconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig", "to": "breadd_src_core_config_modulesconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig", "to": "breadd_src_core_config_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_core_config_modulesconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_udev_subsystems", "to": "breadd_src_core_config_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "breadd_src_core_config_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig", "to": "breadd_src_core_config_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig", "to": "breadd_src_core_config_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig", "to": "breadd_src_core_config_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptersconfig", "to": "breadd_src_core_config_adaptertoggle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptersconfig", "to": "breadd_src_core_config_powerconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptersconfig", "to": "breadd_src_core_config_rootsconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptersconfig", "to": "breadd_src_core_config_systemdconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptersconfig", "to": "breadd_src_core_config_udevconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptertoggle", "to": "breadd_src_core_config_adaptertoggle_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptertoggle", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig", "to": "breadd_src_core_config_udevconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_powerconfig", "to": "breadd_src_core_config_powerconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_powerconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig", "to": "breadd_src_core_config_rootsconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig", "to": "breadd_src_core_config_systemdconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_eventsconfig", "to": "breadd_src_core_config_eventsconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_eventsconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_compatconfig", "to": "breadd_src_core_config_compatconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_compatconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig", "to": "breadd_src_core_config_notificationsconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig", "to": "breadd_src_core_config_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_core_config_notificationsconfig", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_daemonconfig_default", "to": "breadd_src_core_config_default_log_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_daemonconfig_default", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_daemonconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptertoggle_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_compatconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_load", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard_new", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_eventsconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_luaconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_powerconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig_default", "to": "breadd_src_core_config_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_luaconfig_default", "to": "breadd_src_core_config_default_lua_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_luaconfig_default", "to": "breadd_src_core_config_default_lua_modules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_modulesconfig_default", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_adaptertoggle_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_udevconfig_default", "to": "breadd_src_core_config_default_udev_subsystems", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_powerconfig_default", "to": "breadd_src_core_config_default_poll_interval", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_powerconfig_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rootsconfig_default", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_systemdconfig_default", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_eventsconfig_default", "to": "breadd_src_core_config_default_dedup_window", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_load", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_config_uses_documented_defaults", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_and_module_path_expand_tilde", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_and_module_path_prefer_xdg_config_home_when_set", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_returns_absolute_path_unchanged", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig_default", "to": "breadd_src_core_config_default_notify_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig_default", "to": "breadd_src_core_config_default_notify_timeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_notificationsconfig_default", "to": "breadd_src_core_config_default_notify_urgency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_expands_tilde_when_explicit", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_falls_back_to_xdg_runtime_dir", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_uses_explicit_path_verbatim", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_uses_tmp_when_no_xdg_runtime_dir", "to": "breadd_src_core_config_notificationsconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_compat_section_defaults_legacy_hyprland_names_to_true", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_compatconfig_default", "to": "breadd_src_core_config_default_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_load", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_default_config_uses_documented_defaults", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_and_module_path_expand_tilde", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_and_module_path_prefer_xdg_config_home_when_set", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_returns_absolute_path_unchanged", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_expands_tilde_when_explicit", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_falls_back_to_xdg_runtime_dir", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_uses_explicit_path_verbatim", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_uses_tmp_when_no_xdg_runtime_dir", "to": "breadd_src_core_config_compatconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_load", "to": "breadd_src_core_config_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_load", "to": "breadd_src_core_config_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_socket_path", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_socket_path", "to": "breadd_src_core_config_expand_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_socket_path", "to": "breadd_src_core_config_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_lua_entry_point", "to": "breadd_src_core_config_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_lua_module_path", "to": "breadd_src_core_config_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_path", "to": "breadd_src_core_config_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_expand_home", "to": "breadd_src_core_config_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rules_path", "to": "breadd_src_core_config_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_lua_entry_point", "to": "breadd_src_core_config_expand_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_lua_module_path", "to": "breadd_src_core_config_expand_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_path", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_path", "to": "breadd_src_core_config_expand_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rules_path", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rules_path", "to": "breadd_src_core_config_expand_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_expand_home", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "breadd_src_core_config_envguard_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "breadd_src_core_config_envguard_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "breadd_src_core_config_rs_drop", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "breadd_src_core_config_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_envguard", "to": "mutexguard", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_path_falls_back_to_home_when_no_xdg", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_config_path_respects_xdg_config_home", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_expand_home_handles_missing_home_env", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_and_module_path_expand_tilde", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_lua_entry_point_and_module_path_prefer_xdg_config_home_when_set", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rules_path_falls_back_to_home_when_no_xdg", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_rules_path_respects_xdg_config_home", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_expands_tilde_when_explicit", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_falls_back_to_xdg_runtime_dir", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_config_socket_path_uses_tmp_when_no_xdg_runtime_dir", "to": "breadd_src_core_config_envguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "breadd_src_core_config_envguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_core_config_envguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_app_command_to_another_known_app_passes_through", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_app_command_to_unknown_or_reserved_target_is_dropped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_app_own_namespace_passes_through", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_app_wrong_namespace_is_dropped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_bluetooth_connected_emits_device_connected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_bluetooth_disconnected_emits_device_disconnected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_bluetooth_enumerate_includes_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_bluetooth_name_falls_back_to_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_bluetooth_paired_emits_bluetooth_specific_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_bluetooth_unpaired_emits_bluetooth_specific_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_dedup_allows_after_window_elapses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_dedup_distinguishes_different_payloads", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_dedup_drops_duplicate_within_window", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_dedup_window_of_zero_allows_everything", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_eventnormalizer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_active_window_v2_parses_address_from_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_dual_emit_covers_all_ten_mappings_by_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_legacy_names_suppressed_when_compat_disabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_monitor_lifecycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_openwindow_splits_all_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_unknown_kind_falls_through_to_generic_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_hyprland_workspace_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_network_online_and_offline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_power_ac_and_battery_can_both_fire", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_power_ac_connected_emits_named_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_power_battery_thresholds_select_correct_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_power_mid_range_battery_emits_generic_changed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_raw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_rs_rwlock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_split_fields_handles_empty_and_single", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_split_hyprland_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_system_events_pass_through_unchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_udev_add_emits_connected_with_identity_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_udev_anonymous_child_interface_is_dropped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_udev_bind_action_is_suppressed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_udev_dedupes_child_nodes_of_same_physical_device", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_udev_disconnect_does_not_share_dedup_with_connect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer", "to": "breadd_src_core_normalizer_udev_remove_emits_disconnected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_accept", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_bluetooth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_filesystem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_git", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_network", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_podman", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_remote", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_systemd", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_terminal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_udev", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_eventnormalizer_with_legacy_hyprland_event_names", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer", "to": "breadd_src_core_normalizer_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_command_to_another_known_app_passes_through", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_command_to_unknown_or_reserved_target_is_dropped", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_own_namespace_passes_through", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_wrong_namespace_is_dropped", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_connected_emits_device_connected", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_disconnected_emits_device_disconnected", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_enumerate_includes_name", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_name_falls_back_to_properties", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_paired_emits_bluetooth_specific_event", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_unpaired_emits_bluetooth_specific_event", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_allows_after_window_elapses", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_distinguishes_different_payloads", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_drops_duplicate_within_window", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_window_of_zero_allows_everything", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_new", "to": "breadd_src_core_normalizer_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_active_window_v2_parses_address_from_fields", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_dual_emit_covers_all_ten_mappings_by_default", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_legacy_names_suppressed_when_compat_disabled", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_monitor_lifecycle", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_openwindow_splits_all_fields", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_unknown_kind_falls_through_to_generic_event", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_workspace_change", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_network_online_and_offline", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_ac_and_battery_can_both_fire", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_ac_connected_emits_named_event", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_battery_thresholds_select_correct_event", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_mid_range_battery_emits_generic_changed", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_split_hyprland_fields", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_system_events_pass_through_unchanged", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_add_emits_connected_with_identity_fields", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_anonymous_child_interface_is_dropped", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_bind_action_is_suppressed", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_dedupes_child_nodes_of_same_physical_device", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_disconnect_does_not_share_dedup_with_connect", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_remove_emits_disconnected", "to": "breadd_src_core_normalizer_eventnormalizer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_with_legacy_hyprland_event_names", "to": "breadd_src_core_normalizer_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_legacy_names_suppressed_when_compat_disabled", "to": "breadd_src_core_normalizer_eventnormalizer_with_legacy_hyprland_event_names", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat", "to": "breadd_src_core_normalizer_eventnormalizer_with_legacy_hyprland_event_names", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_command_to_another_known_app_passes_through", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_command_to_unknown_or_reserved_target_is_dropped", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_own_namespace_passes_through", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_wrong_namespace_is_dropped", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_connected_emits_device_connected", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_disconnected_emits_device_disconnected", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_enumerate_includes_name", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_name_falls_back_to_properties", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_paired_emits_bluetooth_specific_event", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_unpaired_emits_bluetooth_specific_event", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_accept", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_bluetooth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_filesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_git", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_network", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_podman", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_remote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_systemd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_eventnormalizer_normalize_udev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_active_window_v2_parses_address_from_fields", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_dual_emit_covers_all_ten_mappings_by_default", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_legacy_names_suppressed_when_compat_disabled", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_monitor_lifecycle", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_openwindow_splits_all_fields", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_unknown_kind_falls_through_to_generic_event", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_workspace_change", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_network_online_and_offline", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_ac_and_battery_can_both_fire", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_ac_connected_emits_named_event", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_battery_thresholds_select_correct_event", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_mid_range_battery_emits_generic_changed", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_system_events_pass_through_unchanged", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_add_emits_connected_with_identity_fields", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_remove_emits_disconnected", "to": "breadd_src_core_normalizer_eventnormalizer_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_app", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_bluetooth", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_filesystem", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_git", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_network", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_podman", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_power", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_remote", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_systemd", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_terminal", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_udev", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_split_hyprland_fields", "to": "breadd_src_core_normalizer_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "to": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_normalize_hyprland", "to": "breadd_src_core_normalizer_split_hyprland_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_eventnormalizer_emit_hyprland_dual", "to": "breadd_src_core_normalizer_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_raw", "to": "breadd_src_core_normalizer_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_command_to_another_known_app_passes_through", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_command_to_unknown_or_reserved_target_is_dropped", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_own_namespace_passes_through", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_app_wrong_namespace_is_dropped", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_connected_emits_device_connected", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_disconnected_emits_device_disconnected", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_enumerate_includes_name", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_name_falls_back_to_properties", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_paired_emits_bluetooth_specific_event", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_bluetooth_unpaired_emits_bluetooth_specific_event", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_allows_after_window_elapses", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_distinguishes_different_payloads", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_dedup_drops_duplicate_within_window", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_active_window_v2_parses_address_from_fields", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_dual_emit_covers_all_ten_mappings_by_default", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_legacy_names_suppressed_when_compat_disabled", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_monitor_lifecycle", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_namespace_only_subscriber_gets_full_coverage_regardless_of_compat", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_openwindow_splits_all_fields", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_unknown_kind_falls_through_to_generic_event", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_hyprland_workspace_change", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_network_online_and_offline", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_ac_and_battery_can_both_fire", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_ac_connected_emits_named_event", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_battery_thresholds_select_correct_event", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_power_mid_range_battery_emits_generic_changed", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_system_events_pass_through_unchanged", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_add_emits_connected_with_identity_fields", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_anonymous_child_interface_is_dropped", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_bind_action_is_suppressed", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_dedupes_child_nodes_of_same_physical_device", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_disconnect_does_not_share_dedup_with_connect", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_normalizer_udev_remove_emits_disconnected", "to": "breadd_src_core_normalizer_raw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_absent_file_is_not_an_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_empty_file_loads_with_no_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_empty_on_is_treated_as_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_invalid_toml_is_fatal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_load_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_missing_on_is_reported_with_index_and_no_on", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_multiple_action_keys_is_reported", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_one_bad_rule_does_not_block_other_valid_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_parsedrule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_rawrule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_rs_pathbuf", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_rule_issue_display_includes_index_and_on", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_ruleaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_ruleissue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_rulesfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_rulesloadoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_validate_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_well_formed_rules_all_three_action_kinds_parse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_wildcard_on_is_passed_through_unvalidated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_write_temp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules", "to": "breadd_src_core_rules_zero_action_keys_is_reported", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_core_rules", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rulesfile", "to": "breadd_src_core_rules_rawrule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rulesfile", "to": "breadd_src_core_rules_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rulesloadoutcome", "to": "breadd_src_core_rules_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rawrule", "to": "breadd_src_core_rules_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rawrule", "to": "breadd_src_core_rules_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_validate_rule", "to": "breadd_src_core_rules_rawrule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleissue", "to": "breadd_src_core_rules_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_parsedrule", "to": "breadd_src_core_rules_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleaction", "to": "breadd_src_core_rules_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleissue", "to": "breadd_src_core_rules_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rulesloadoutcome", "to": "breadd_src_core_rules_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_parsedrule", "to": "breadd_src_core_rules_ruleaction", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rulesloadoutcome", "to": "breadd_src_core_rules_parsedrule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_validate_rule", "to": "breadd_src_core_rules_parsedrule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleissue", "to": "breadd_src_core_rules_rs_display", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleissue", "to": "breadd_src_core_rules_ruleissue_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_rulesloadoutcome", "to": "breadd_src_core_rules_ruleissue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_validate_rule", "to": "breadd_src_core_rules_ruleissue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleissue_fmt", "to": "breadd_src_core_rules_rs_formatter", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_ruleissue_fmt", "to": "breadd_src_core_rules_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_validate_rule", "to": "breadd_src_core_rules_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_load_rules", "to": "breadd_src_core_rules_rulesloadoutcome", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_empty_on_is_treated_as_missing", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_invalid_toml_is_fatal", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_load_rules", "to": "breadd_src_core_rules_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_load_rules", "to": "breadd_src_core_rules_validate_rule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_missing_on_is_reported_with_index_and_no_on", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_multiple_action_keys_is_reported", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_one_bad_rule_does_not_block_other_valid_rules", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_well_formed_rules_all_three_action_kinds_parse", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_wildcard_on_is_passed_through_unvalidated", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_zero_action_keys_is_reported", "to": "breadd_src_core_rules_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_empty_file_loads_with_no_rules", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_empty_on_is_treated_as_missing", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_invalid_toml_is_fatal", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_missing_on_is_reported_with_index_and_no_on", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_multiple_action_keys_is_reported", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_one_bad_rule_does_not_block_other_valid_rules", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_well_formed_rules_all_three_action_kinds_parse", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_wildcard_on_is_passed_through_unvalidated", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_write_temp", "to": "breadd_src_core_rules_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_write_temp", "to": "breadd_src_core_rules_rs_tempdir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_rules_zero_action_keys_is_reported", "to": "breadd_src_core_rules_write_temp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_apply_device_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_empty_matches_anything", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_id_usb_class_accepts_with_or_without_0x_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_input_flags_match_booleans", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_matches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_name_contains_searches_name_and_vendor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_usb_hub_requires_hub_and_secondary_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_condition_vendor_id_matches_case_insensitively", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_device_connect_adds_device_with_all_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_device_connect_is_idempotent_for_same_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_device_disconnect_of_unknown_id_is_noop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_device_disconnect_removes_matching_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_dispatch_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_ev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_handle_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_monitor_connect_adds_new_monitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_monitor_disconnect_keeps_record_but_flips_connected_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_monitor_reconnect_does_not_duplicate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_network_event_updates_online_flag_and_interfaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_power_clamps_battery_percent_to_100", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_power_event_updates_ac_and_battery_low_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_profile_activated_pushes_previous_to_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_profile_activated_to_same_name_is_noop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_resolve_device", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_resolve_device_returns_first_matching_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_resolve_device_skips_rules_with_no_conditions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_resolve_device_with_empty_ruleset_returns_unknown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_rs_arc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_run_state_engine", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_statecommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_statehandle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_unknown_event_does_not_mutate_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_value_at_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_value_at_path_navigates_nested_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_value_at_path_returns_none_on_missing_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_value_at_path_returns_root_for_empty_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_window_focus_change_updates_active_window", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_state_engine_workspace_changed_updates_active_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_subscriptions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_core_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine", "to": "breadd_src_lua_mod_luamessage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main", "to": "breadd_src_core_state_engine", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statecommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_clear_modules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_clear_subscriptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_clear_widgets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_register_subscription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_register_watch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_remove_subscription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_remove_watch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_set_device_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_set_module_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_set_module_status_ex", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_set_profile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_state_arc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_state_dump", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_state_engine_statehandle_state_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_core_state_engine_statehandle", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_core_state_engine_statehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_core_state_engine_statehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_core_state_engine_statehandle", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_core_state_engine_statehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_core_state_engine_statehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_core_state_engine_statehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "breadd_src_core_state_engine_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_new", "to": "breadd_src_core_state_engine_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_state_arc", "to": "breadd_src_core_state_engine_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_new", "to": "breadd_src_core_state_engine_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_state_arc", "to": "breadd_src_core_state_engine_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "breadd_src_core_state_engine_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_new", "to": "breadd_src_core_state_engine_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_statecommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_statecommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statecommand", "to": "breadd_src_core_state_engine_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statecommand", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statecommand", "to": "breadd_src_core_state_engine_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statecommand", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statecommand", "to": "breadd_src_core_types_devicerule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statecommand", "to": "breadd_src_core_types_moduleloadstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_new", "to": "breadd_src_core_state_engine_statecommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_resolve_device", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_register_subscription", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_register_watch", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status_ex", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_profile", "to": "breadd_src_core_state_engine_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status", "to": "breadd_src_core_state_engine_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status_ex", "to": "breadd_src_core_state_engine_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_state_get", "to": "breadd_src_core_state_engine_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_value_at_path", "to": "breadd_src_core_state_engine_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_device_rules", "to": "breadd_src_core_state_engine_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_statehandle_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_statehandle_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_new", "to": "breadd_src_core_state_engine_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_new", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_state_arc", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_state_get", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_apply_device_change", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_condition_matches", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_ev", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_resolve_device", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_state_dump", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_value_at_path", "to": "breadd_src_core_state_engine_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_register_subscription", "to": "breadd_src_core_state_engine_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_register_subscription", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_register_watch", "to": "breadd_src_core_state_engine_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_remove_subscription", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_register_watch", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_remove_watch", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status", "to": "breadd_src_core_state_engine_statehandle_set_module_status_ex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status", "to": "breadd_src_core_types_moduleloadstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_module_status_ex", "to": "breadd_src_core_types_moduleloadstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_statehandle_set_device_rules", "to": "breadd_src_core_types_devicerule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_rs_atomicu64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_rs_receiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_state_engine_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "breadd_src_lua_mod_luamessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_run_state_engine", "to": "unboundedreceiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main_main", "to": "breadd_src_core_state_engine_run_state_engine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "breadd_src_core_state_engine_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "breadd_src_core_state_engine_rs_atomicu64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_rs_atomicu64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_state_engine_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_subscriptions_subscriptiontable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_handle_command", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "breadd_src_core_subscriptions_subscriptiontable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_dispatch_event", "to": "breadd_src_lua_mod_luamessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_apply_event_to_state", "to": "breadd_src_core_state_engine_apply_device_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_apply_event_to_state", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_monitor_connect_adds_new_monitor", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_monitor_disconnect_keeps_record_but_flips_connected_flag", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_monitor_reconnect_does_not_duplicate", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_network_event_updates_online_flag_and_interfaces", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_power_clamps_battery_percent_to_100", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_power_event_updates_ac_and_battery_low_flag", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_profile_activated_pushes_previous_to_history", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_profile_activated_to_same_name_is_noop", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_unknown_event_does_not_mutate_state", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_window_focus_change_updates_active_window", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_workspace_changed_updates_active_workspace", "to": "breadd_src_core_state_engine_apply_event_to_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_resolve_device", "to": "breadd_src_core_state_engine_condition_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_resolve_device", "to": "breadd_src_core_types_devicerule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_condition_matches", "to": "breadd_src_core_types_matchcondition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_apply_device_change", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_device_connect_adds_device_with_all_fields", "to": "breadd_src_core_state_engine_apply_device_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_device_connect_is_idempotent_for_same_id", "to": "breadd_src_core_state_engine_apply_device_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_device_disconnect_of_unknown_id_is_noop", "to": "breadd_src_core_state_engine_apply_device_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_device_disconnect_removes_matching_id", "to": "breadd_src_core_state_engine_apply_device_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_monitor_connect_adds_new_monitor", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_monitor_disconnect_keeps_record_but_flips_connected_flag", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_monitor_reconnect_does_not_duplicate", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_network_event_updates_online_flag_and_interfaces", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_power_clamps_battery_percent_to_100", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_power_event_updates_ac_and_battery_low_flag", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_profile_activated_pushes_previous_to_history", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_profile_activated_to_same_name_is_noop", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_unknown_event_does_not_mutate_state", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_window_focus_change_updates_active_window", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_state_engine_workspace_changed_updates_active_workspace", "to": "breadd_src_core_state_engine_ev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_subscription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_subscriptiontable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_add_assigns_provided_id_and_finds_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_clear_removes_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_match_returns_all_matching_subscriptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_match_returns_empty_for_unmatched_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_once_flag_is_preserved_in_match_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_remove_preserves_other_entries_after_swap_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions", "to": "breadd_src_core_subscriptions_table_remove_returns_true_only_for_known_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscription", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable_remove", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_add_assigns_provided_id_and_finds_match", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_clear_removes_all", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_match_returns_all_matching_subscriptions", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_match_returns_empty_for_unmatched_event", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_once_flag_is_preserved_in_match_result", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_remove_preserves_other_entries_after_swap_remove", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_remove_returns_true_only_for_known_ids", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_remove_handler", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luamessage", "to": "breadd_src_core_subscriptions_subscriptionid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscription", "to": "breadd_src_core_subscriptions_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_subscription", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable_match_event", "to": "breadd_src_core_subscriptions_subscription", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "to": "breadd_src_core_subscriptions_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_subscriptiontable_clear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_subscriptiontable_match_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable", "to": "breadd_src_core_subscriptions_subscriptiontable_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_subscriptiontable_match_event", "to": "breadd_src_core_subscriptions_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_add_assigns_provided_id_and_finds_match", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_clear_removes_all", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_match_returns_all_matching_subscriptions", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_match_returns_empty_for_unmatched_event", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_once_flag_is_preserved_in_match_result", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_remove_preserves_other_entries_after_swap_remove", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_remove_returns_true_only_for_known_ids", "to": "breadd_src_core_subscriptions_subscriptiontable_add_with_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_clear_removes_all", "to": "breadd_src_core_subscriptions_subscriptiontable_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_add_assigns_provided_id_and_finds_match", "to": "breadd_src_core_subscriptions_subscriptiontable_match_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_match_returns_all_matching_subscriptions", "to": "breadd_src_core_subscriptions_subscriptiontable_match_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_subscriptions_table_once_flag_is_preserved_in_match_result", "to": "breadd_src_core_subscriptions_subscriptiontable_match_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_supervisor", "to": "breadd_src_core_supervisor_spawn_supervised", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_supervisor_spawn_supervised", "to": "breadd_src_core_supervisor_rs_f", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_supervisor_spawn_supervised", "to": "breadd_src_core_supervisor_rs_receiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_device", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_devicerule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_devicetopology", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_interfacestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_matchcondition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_moduleloadstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_modulestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_monitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_networkstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_powerstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_profilestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_rs_value", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_runtimestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_workflowstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_workflowstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types", "to": "breadd_src_core_types_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_core_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_devicetopology", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_modulestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_monitor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_networkstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_powerstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_profilestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_workflowstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_runtimestate", "to": "breadd_src_core_types_workspace", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_get", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_set", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_list_json", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_remove", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_fail", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_finish", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_list_json", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_register", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_status_json", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_step", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_timeout", "to": "breadd_src_core_types_runtimestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_devicerule", "to": "breadd_src_core_types_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_devicetopology", "to": "breadd_src_core_types_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_profilestate", "to": "breadd_src_core_types_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_device", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_matchcondition", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_modulestatus", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_monitor", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_powerstate", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_workflowstatus", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_workspace", "to": "breadd_src_core_types_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_device", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_devicerule", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_matchcondition", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_modulestatus", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_monitor", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_networkstate", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_profilestate", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_workflowstatus", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_workspace", "to": "breadd_src_core_types_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_devicetopology", "to": "breadd_src_core_types_device", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_devicerule", "to": "breadd_src_core_types_matchcondition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_parse_match_condition", "to": "breadd_src_core_types_matchcondition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_networkstate", "to": "breadd_src_core_types_interfacestate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_networkstate", "to": "breadd_src_core_types_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_modulestatus", "to": "breadd_src_core_types_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_profilestate", "to": "breadd_src_core_types_profilestate_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_profilestate", "to": "breadd_src_core_types_rs_btreemap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_profilestate", "to": "breadd_src_core_types_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_profilestate_default", "to": "breadd_src_core_types_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_modulestatus", "to": "breadd_src_core_types_moduleloadstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_modulestatus", "to": "breadd_src_core_types_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_core_types_workflowstatus", "to": "breadd_src_core_types_workflowstate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_ipcrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_ipcresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_rs_arc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_rs_atomicu64", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_rs_instant", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_rs_pathbuf", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_ipc_mod_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_lua_mod_runtimehandle", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod", "to": "breadd_src_module_host_modulehostregistry", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_atomicu64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_instant", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_rs_vecdeque", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_server_handle_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_server_handle_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_server_manual_emit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_server_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_server_serve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_ipc_mod_server_stream_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_lua_mod_runtimehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server", "to": "breadd_src_module_host_modulehostregistry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_ipcrequest", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_ipcresponse", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_stream_events", "to": "breadd_src_ipc_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_atomicu64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_vecdeque", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_ipcrequest", "to": "breadd_src_ipc_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "breadd_src_ipc_mod_ipcrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_mod_ipcrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "breadd_src_ipc_mod_ipcrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_ipcresponse", "to": "breadd_src_ipc_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "breadd_src_ipc_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "breadd_src_ipc_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_ipcresponse", "to": "breadd_src_ipc_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_stream_events", "to": "breadd_src_ipc_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_connection", "to": "breadd_src_ipc_mod_server_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "breadd_src_ipc_mod_server_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "breadd_src_ipc_mod_server_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_ipc_mod_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_lua_mod_runtimehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_new", "to": "breadd_src_module_host_modulehostregistry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_serve", "to": "breadd_src_ipc_mod_server_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_serve", "to": "breadd_src_ipc_mod_rs_receiver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_serve", "to": "breadd_src_ipc_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_connection", "to": "breadd_src_ipc_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "breadd_src_ipc_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_manual_emit", "to": "breadd_src_ipc_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_stream_events", "to": "breadd_src_ipc_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_connection", "to": "breadd_src_ipc_mod_server_handle_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_connection", "to": "breadd_src_ipc_mod_server_stream_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_connection", "to": "unixstream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "unixstream", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "unixstream", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_handle_request", "to": "breadd_src_ipc_mod_server_manual_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_mod_server_stream_events", "to": "breadd_src_ipc_mod_rs_ownedwritehalf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "breadd_src_ipc_module_host_bridge_bin_allowed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "breadd_src_ipc_module_host_bridge_path_allowed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "breadd_src_ipc_module_host_bridge_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "breadd_src_module_host_modulehostoutcome", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge", "to": "joinhandle", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server", "to": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server", "to": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "breadd_src_ipc_module_host_bridge_rs_ownedwritehalf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "breadd_src_ipc_module_host_bridge_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "bufreader", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "lines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_handle_module_host_connection", "to": "ownedreadhalf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_bin_allowed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_path_allowed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_ipc_module_host_bridge_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "breadd_src_module_host_modulehostoutcome", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_ipc_module_host_bridge_server_dispatch_module_host_method", "to": "joinhandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_connect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_disconnect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_get_powered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_list_devices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_query", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_set_powered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_set_scanning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetooth_spawn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_bluetoothdevice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_builtin_module_decls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_default_widget_visible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_dirs_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_errorentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_handlerentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_handlerkind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_hyprland_request", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_hyprland_request_socket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_is_lib_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_json_to_lua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_list_lua_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_lua_expand_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_lua_hostname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_lua_machine_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_lua_machine_tags", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_luaengine", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_luamessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_module_name_from_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_module_store_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_module_store_set", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_moduledecl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_moduleinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_order_module_decls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_parse_match_condition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_read_module_permissions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_read_sync_toml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_runtimehandle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_shell_quote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_spawn_runtime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_state_value_to_lua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_timerentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_timerid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_widget_list_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_widget_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_widget_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_widget_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_widgetregisterargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_widgetupdateargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_fail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_finish", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_list_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_status_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_step", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_lua_mod_workflow_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod", "to": "breadd_src_module_host", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luamessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_luamessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luamessage", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luamessage", "to": "breadd_src_lua_mod_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luamessage", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luamessage", "to": "breadd_src_lua_mod_timerid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_luamessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle_sender", "to": "breadd_src_lua_mod_luamessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_timerentry", "to": "breadd_src_lua_mod_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_connect", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_disconnect", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_find_adapter", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_get_powered", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_list_devices", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_query", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_set_powered", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_set_scanning", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_hyprland_request", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_hyprland_request_socket", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_json_to_lua", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_list_lua_files", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_build_scoped_env", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_timer", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_debounce", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_log_helpers", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_require_loader", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_wait_helper", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_device_rules", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_lua_file", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_lua_source", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_out_of_process_module", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_profiles", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_rules_toml", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_load", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_scan_module_decl", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_read_sync_toml", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle_reload", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "breadd_src_lua_mod_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_connect", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_disconnect", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_find_adapter", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetoothdevice", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_builtin_module_decls", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_errorentry", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_handlerentry", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_hyprland_request", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_hostname", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_machine_name", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_machine_tags", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_set_current_dispatch_id", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_set_current_module", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_name_from_path", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_set", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_moduledecl", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_order_module_decls", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_shell_quote", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_timerentry", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetregisterargs", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetupdateargs", "to": "breadd_src_lua_mod_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_errorentry", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_errorentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_errorentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_errorentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle_recent_errors", "to": "breadd_src_lua_mod_errorentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_dirs_home", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_handlerentry", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_get_module_hook", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_set_current_dispatch_id", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_set_current_module", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_get", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_moduledecl", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_read_module_permissions", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_timerentry", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetregisterargs", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widgetupdateargs", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_status_json", "to": "breadd_src_lua_mod_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_rs_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_rs_vecdeque", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_runtimehandle_recent_errors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_runtimehandle_reload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_runtimehandle_sender", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle", "to": "breadd_src_lua_mod_runtimehandle_shutdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_runtimehandle", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle_sender", "to": "breadd_src_lua_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_get", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_set", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_list_json", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_remove", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_fail", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_finish", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_list_json", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_register", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_status_json", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_step", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_timeout", "to": "breadd_src_lua_mod_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_rs_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_vecdeque", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_rs_vecdeque", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_runtimehandle_recent_errors", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_list_devices", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_builtin_module_decls", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_list_lua_files", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_machine_tags", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_moduledecl", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_order_module_decls", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_read_module_permissions", "to": "breadd_src_lua_mod_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_luaengine_handle_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_luaengine_handle_timer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_luaengine_reload_internal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_lua_mod_luaengine_remove_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_spawn_runtime", "to": "breadd_src_module_host_modulehostregistry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_timerid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_timer", "to": "breadd_src_lua_mod_timerid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_timerid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_handlerentry", "to": "breadd_src_lua_mod_handlerkind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_handlerentry", "to": "breadd_src_lua_mod_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_handlerentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_moduleinfo", "to": "breadd_src_lua_mod_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_timerentry", "to": "breadd_src_lua_mod_rs_registrykey", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_timerentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_builtin_module_decls", "to": "breadd_src_lua_mod_moduledecl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_moduledecl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_moduledecl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_out_of_process_module", "to": "breadd_src_lua_mod_moduledecl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_scan_module_decl", "to": "breadd_src_lua_mod_moduledecl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_moduledecl", "to": "breadd_src_lua_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_order_module_decls", "to": "breadd_src_lua_mod_moduledecl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_dirs_home", "to": "breadd_src_lua_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_hyprland_request_socket", "to": "breadd_src_lua_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_list_lua_files", "to": "breadd_src_lua_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_expand_path", "to": "breadd_src_lua_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_moduleinfo", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_build_scoped_env", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_cancel_all_timers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_get_module_hook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_handle_callback_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_handle_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_handle_timer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_install_api", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_install_debounce", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_install_log_helpers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_install_require_loader", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_install_wait_helper", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_device_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_init_and_modules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_lua_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_lua_source", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_module", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_out_of_process_module", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_profiles", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_rules_toml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_module_is_builtin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_module_is_registered", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_module_ungated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_reload_internal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_remove_handler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_run_on_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_run_on_reload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_run_on_unload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_scan_module_decl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_set_current_dispatch_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_atomicu64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_lua_mod_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine", "to": "breadd_src_module_host_modulehostregistry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_json_to_lua", "to": "breadd_src_lua_mod_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_lua_mod_rs_lua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_builtin_module_decls", "to": "breadd_src_lua_mod_rs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_list_devices", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_builtin_module_decls", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_hyprland_request", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_json_to_lua", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_list_lua_files", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_device_rules", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_lua_mod_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_new", "to": "breadd_src_module_host_modulehostregistry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_scan_module_decl", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_set", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_order_module_decls", "to": "breadd_src_lua_mod_luaengine_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_cancel_all_timers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_install_api", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_load_device_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_load_init_and_modules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_load_profiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_load_rules_toml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_run_on_reload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_reload_internal", "to": "breadd_src_lua_mod_luaengine_run_on_unload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_bluetooth_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_bluetooth_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_bluetooth_query", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_bluetooth_set_powered", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_bluetooth_set_scanning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_bluetooth_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_hyprland_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_lua_expand_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_lua_machine_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_lua_machine_tags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_luaengine_install_debounce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_luaengine_install_log_helpers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_luaengine_install_require_loader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_luaengine_install_wait_helper", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_module_store_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_module_store_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_rs_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_state_value_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_widget_list_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_widget_register", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_widget_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_api", "to": "breadd_src_lua_mod_widget_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_device_rules", "to": "breadd_src_lua_mod_parse_match_condition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_rules_toml", "to": "breadd_src_lua_mod_lua_expand_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_rules_toml", "to": "breadd_src_lua_mod_shell_quote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_builtin_module_decls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_is_lib_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_list_lua_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_luaengine_load_lua_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_luaengine_load_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_luaengine_scan_module_decl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_module_name_from_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_order_module_decls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_init_and_modules", "to": "breadd_src_lua_mod_read_module_permissions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_load_lua_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_load_lua_source", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_load_out_of_process_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_module_is_registered", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_run_on_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_module", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_lua_file", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_is_lib_path", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_list_lua_files", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_scan_module_decl", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_name_from_path", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_read_module_permissions", "to": "breadd_src_lua_mod_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_load_scoped_lua_file", "to": "breadd_src_lua_mod_luaengine_build_scoped_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_build_scoped_env", "to": "breadd_src_lua_mod_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_parse_match_condition", "to": "breadd_src_lua_mod_rs_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "breadd_src_lua_mod_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "breadd_src_lua_mod_luaengine_handle_callback_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "breadd_src_lua_mod_luaengine_set_current_dispatch_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_event", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_timer", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "breadd_src_lua_mod_luaengine_remove_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_load", "to": "breadd_src_lua_mod_luaengine_get_module_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_load", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_reload", "to": "breadd_src_lua_mod_luaengine_get_module_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_reload", "to": "breadd_src_lua_mod_luaengine_module_is_builtin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_reload", "to": "breadd_src_lua_mod_luaengine_module_ungated", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_reload", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_unload", "to": "breadd_src_lua_mod_luaengine_get_module_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_unload", "to": "breadd_src_lua_mod_luaengine_module_is_builtin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_unload", "to": "breadd_src_lua_mod_luaengine_module_ungated", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_run_on_unload", "to": "breadd_src_lua_mod_luaengine_set_current_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "breadd_src_lua_mod_luaengine_get_module_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "breadd_src_lua_mod_luaengine_module_is_builtin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "breadd_src_lua_mod_luaengine_module_ungated", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_handle_callback_error", "to": "luaerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_get_module_hook", "to": "breadd_src_lua_mod_rs_function", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_require_loader", "to": "breadd_src_lua_mod_rs_function", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_list_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_register", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_status_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_step", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_luaengine_install_workflow_helpers", "to": "breadd_src_lua_mod_workflow_timeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_register", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_get", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_set", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_list_json", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_remove", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_fail", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_finish", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_list_json", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_status_json", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_step", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_timeout", "to": "breadd_src_lua_mod_rs_rwlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_status_json", "to": "breadd_src_lua_mod_rs_jsonvalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_get", "to": "breadd_src_lua_mod_rs_jsonvalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_module_store_set", "to": "breadd_src_lua_mod_rs_jsonvalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_list_json", "to": "breadd_src_lua_mod_rs_jsonvalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_workflow_list_json", "to": "breadd_src_lua_mod_rs_jsonvalue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_register", "to": "breadd_src_lua_mod_widgetregisterargs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_widget_update", "to": "breadd_src_lua_mod_widgetupdateargs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_json_to_lua", "to": "breadd_src_lua_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_json_to_lua", "to": "t", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_lua_mod_json_to_lua", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_query", "to": "t", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_read_sync_toml", "to": "breadd_src_lua_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_state_value_to_lua", "to": "breadd_src_lua_mod_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_expand_path", "to": "breadd_src_lua_mod_dirs_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_machine_name", "to": "breadd_src_lua_mod_lua_hostname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_machine_name", "to": "breadd_src_lua_mod_read_sync_toml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_lua_machine_tags", "to": "breadd_src_lua_mod_read_sync_toml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_hyprland_request", "to": "breadd_src_lua_mod_hyprland_request_socket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_spawn", "to": "breadd_src_lua_mod_rs_f", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_query", "to": "breadd_src_lua_mod_rs_f", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_connect", "to": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_disconnect", "to": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_find_adapter", "to": "breadd_src_lua_mod_rs_connection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_get_powered", "to": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_set_powered", "to": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_set_scanning", "to": "breadd_src_lua_mod_bluetooth_find_adapter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_lua_mod_bluetooth_list_devices", "to": "breadd_src_lua_mod_bluetoothdevice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main", "to": "breadd_src_main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main", "to": "breadd_src_main_rs_result", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main", "to": "breadd_src_main_wait_for_shutdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_main_main", "to": "breadd_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_activemodulehost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_apply_sandbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_describe_exit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_inner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_landlock_denies_reads_outside_granted_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_modulehostoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_modulehostregistry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_no_exec_permission_means_binary_cannot_be_executed_at_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_pendingmodulehost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_resolve_bin_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_resolve_module_host_binary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_rs_hashmap", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_rs_unboundedsender", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_short", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_spawn_module_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host", "to": "breadd_src_module_host_which_sh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostoutcome", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_pendingmodulehost", "to": "breadd_src_module_host_modulehostoutcome", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostoutcome", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_describe_exit", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_inner", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_insert_active", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_insert_pending", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_pendingmodulehost", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_short", "to": "breadd_src_module_host_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_inner", "to": "breadd_src_module_host_pendingmodulehost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_insert_pending", "to": "breadd_src_module_host_pendingmodulehost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_take_pending", "to": "breadd_src_module_host_pendingmodulehost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_pendingmodulehost", "to": "breadd_src_module_host_rs_sender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_pendingmodulehost", "to": "breadd_src_module_host_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_inner", "to": "breadd_src_module_host_activemodulehost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_inner", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_insert_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_insert_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_remove_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_shutdown_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_take_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_modulehostregistry_terminate_existing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_rs_arc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_rs_default", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry", "to": "breadd_src_module_host_rs_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_inner", "to": "breadd_src_module_host_rs_hashmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_apply_sandbox", "to": "breadd_src_module_host_modulehostregistry_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_default", "to": "breadd_src_module_host_modulehostregistry_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_default", "to": "breadd_src_module_host_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_new", "to": "breadd_src_module_host_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_apply_sandbox", "to": "breadd_src_module_host_modulehostregistry_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_landlock_denies_reads_outside_granted_path", "to": "breadd_src_module_host_modulehostregistry_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_no_exec_permission_means_binary_cannot_be_executed_at_all", "to": "breadd_src_module_host_modulehostregistry_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_resolve_bin_path", "to": "breadd_src_module_host_modulehostregistry_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry_insert_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_modulehostregistry_take_pending", "to": "breadd_src_module_host_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry_take_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_describe_exit", "to": "breadd_src_module_host_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_resolve_bin_path", "to": "breadd_src_module_host_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry_insert_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry_remove_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_modulehostregistry_terminate_existing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_apply_sandbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_describe_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_resolve_module_host_binary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_spawn_module_host", "to": "breadd_src_module_host_rs_unboundedsender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_apply_sandbox", "to": "breadd_src_module_host_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_apply_sandbox", "to": "breadd_src_module_host_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_describe_exit", "to": "breadd_src_module_host_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_describe_exit", "to": "exitstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_resolve_module_host_binary", "to": "breadd_src_module_host_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_resolve_bin_path", "to": "breadd_src_module_host_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_which_sh", "to": "breadd_src_module_host_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_apply_sandbox", "to": "breadd_src_module_host_resolve_bin_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_landlock_denies_reads_outside_granted_path", "to": "breadd_src_module_host_apply_sandbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_no_exec_permission_means_binary_cannot_be_executed_at_all", "to": "breadd_src_module_host_apply_sandbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_landlock_denies_reads_outside_granted_path", "to": "breadd_src_module_host_resolve_bin_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_landlock_denies_reads_outside_granted_path", "to": "breadd_src_module_host_which_sh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_module_host_no_exec_permission_means_binary_cannot_be_executed_at_all", "to": "breadd_src_module_host_which_sh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_event_errors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_modules_list_returns_array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_modules_reload_succeeds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_ping_and_state_dump_work", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_poll_workflow_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_profile_activate_updates_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_rs_tempdir", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_testharness", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_unknown_method_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_wait_for_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration", "to": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_ping_and_state_dump_work", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_ping_and_state_dump_work", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_ping_and_state_dump_work", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_ping_and_state_dump_work", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_ping_and_state_dump_work", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_event_errors", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_list_returns_array", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_reload_succeeds", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_poll_workflow_status", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_updates_state", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_send_request", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_module", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_wait_until_ready", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_unknown_method_returns_error", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_wait_for_file", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "to": "breadd_tests_ipc_integration_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_unknown_method_returns_error", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_unknown_method_returns_error", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_unknown_method_returns_error", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_unknown_method_returns_error", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_updates_state", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_updates_state", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_updates_state", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_updates_state", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_profile_activate_without_name_errors", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_event_errors", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_event_errors", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_event_errors", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_event_errors", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_adapter_owned_event_name", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_every_adapter_owned_domain", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_allows_custom_event_names", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_is_tagged_manual_not_system", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_internal_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_unregistered_app_source_is_rejected", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_known_app_source_routes_through_normalizer", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_rejects_wrong_namespace", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_allows_well_formed_command_event", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_rejects_command_to_non_app", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_without_source_still_rejects_hyprland_namespace", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_allows_command_to_another_app", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_emit_with_app_source_still_rejects_foreign_app_namespace", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_returns_specific_subtree", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_state_get_missing_key_returns_error", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_list_returns_array", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_list_returns_array", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_list_returns_array", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_list_returns_array", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_testharness_spawn_with_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_scoped_module_sees_only_granted_state_read_permission", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_spawn_with_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_module_with_no_manifest_keeps_full_access_but_is_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_spawn_with_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_explicit_empty_permissions_is_scoped_but_not_flagged_ungated", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_reload_succeeds", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_reload_succeeds", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_reload_succeeds", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_modules_reload_succeeds", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_daemon_survives_repeated_reloads_and_pipeline_resumes", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_replay_returns_buffered_events", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_stream_filter_excludes_non_matching_events", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_multiple_concurrent_clients_each_get_response", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_events_stream_receives_emitted_events", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_event_causality_chain_threads_caused_by_across_handlers", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "to": "breadd_tests_ipc_integration_poll_workflow_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_reaches_done_via_wait_any_happy_path", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "to": "breadd_tests_ipc_integration_poll_workflow_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_times_out_when_deadline_exceeded", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "to": "breadd_tests_ipc_integration_poll_workflow_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_workflow_captures_error_on_failure", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_absent_is_a_no_op", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_well_formed_all_action_kinds_work_end_to_end", "to": "breadd_tests_ipc_integration_wait_for_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_rules_toml_malformed_rule_surfaces_doctor_visible_error", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_wait_for_file", "to": "breadd_tests_ipc_integration_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_socket_path", "to": "breadd_tests_ipc_integration_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_poll_workflow_status", "to": "breadd_tests_ipc_integration_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_poll_workflow_status", "to": "breadd_tests_ipc_integration_testharness", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_poll_workflow_status", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_poll_workflow_status", "to": "testharness", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_send_request", "to": "breadd_tests_ipc_integration_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "to": "breadd_tests_ipc_integration_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_rs_child", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_rs_drop", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_rs_tempdir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_shutdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_spawn_with_module", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness", "to": "breadd_tests_ipc_integration_testharness_wait_until_ready", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn", "to": "breadd_tests_ipc_integration_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_module", "to": "breadd_tests_ipc_integration_testharness_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init", "to": "breadd_tests_ipc_integration_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "to": "breadd_tests_ipc_integration_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_module", "to": "breadd_tests_ipc_integration_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init", "to": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_init_and_rules", "to": "breadd_tests_ipc_integration_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_spawn_with_module", "to": "breadd_tests_ipc_integration_rs_option", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_send_request", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "to": "breadd_tests_ipc_integration_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_wait_until_ready", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_trigger_and_await_result", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_wait_for_module_loaded", "to": "breadd_tests_ipc_integration_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_ipc_integration_testharness_shutdown", "to": "breadd_tests_ipc_integration_testharness_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "breadd_tests_module_host_sandbox_rs_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "breadd_tests_module_host_sandbox_rs_tempdir", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox", "to": "breadd_tests_module_host_sandbox_testharness", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_rs_child", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_rs_drop", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_rs_tempdir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_find_module_host_pid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_send_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_shutdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_socket_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_spawn_with_modules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_wait_for_module_loaded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness", "to": "breadd_tests_module_host_sandbox_testharness_wait_until_ready", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_spawn_with_modules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_testharness_spawn_with_modules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_spawn_with_modules", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_spawn_with_modules", "to": "breadd_tests_module_host_sandbox_rs_self", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_find_module_host_pid", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_send_request", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_wait_for_module_loaded", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_wait_until_ready", "to": "breadd_tests_module_host_sandbox_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_send_request", "to": "breadd_tests_module_host_sandbox_testharness_socket_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_socket_path", "to": "breadd_tests_module_host_sandbox_rs_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_testharness_wait_until_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_wait_until_ready", "to": "breadd_tests_module_host_sandbox_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_wait_for_module_loaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_testharness_wait_for_module_loaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_wait_for_module_loaded", "to": "breadd_tests_module_host_sandbox_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_testharness_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_send_request", "to": "breadd_tests_module_host_sandbox_rs_value", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_find_module_host_pid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_killing_a_module_host_child_does_not_take_down_breadd_or_other_modules", "to": "breadd_tests_module_host_sandbox_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_os_execute_and_io_open_are_denied_at_the_kernel_level_outside_granted_scope", "to": "breadd_tests_module_host_sandbox_testharness_shutdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_tests_module_host_sandbox_testharness_shutdown", "to": "breadd_tests_module_host_sandbox_testharness_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_active_window_widget", "to": "examples_modules_active_window_widget_label_for", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_active_window_widget", "to": "examples_modules_active_window_widget_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_active_window_widget", "to": "examples_modules_active_window_widget_widget_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_active_window_widget_widget_root", "to": "examples_modules_active_window_widget_label_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_active_window_widget_m_on_load", "to": "examples_modules_active_window_widget_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_bluetooth_toggle_widget", "to": "examples_modules_bluetooth_toggle_widget_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_bluetooth_toggle_widget", "to": "examples_modules_bluetooth_toggle_widget_widget_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_bluetooth_toggle_widget_m_on_load", "to": "examples_modules_bluetooth_toggle_widget_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_init", "to": "examples_modules_cpu_temp_widget_init_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_init", "to": "examples_modules_cpu_temp_widget_init_read_temp_c", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_init", "to": "examples_modules_cpu_temp_widget_init_widget_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_init_m_on_load", "to": "examples_modules_cpu_temp_widget_init_read_temp_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_init_m_on_load", "to": "examples_modules_cpu_temp_widget_init_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_dock_monitors", "to": "examples_modules_dock_monitors_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_dock_workflow", "to": "examples_modules_dock_workflow_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_focus_mode_widget", "to": "examples_modules_focus_mode_widget_is_focused", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_focus_mode_widget", "to": "examples_modules_focus_mode_widget_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_focus_mode_widget", "to": "examples_modules_focus_mode_widget_widget_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_focus_mode_widget_m_on_load", "to": "examples_modules_focus_mode_widget_is_focused", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_focus_mode_widget_widget_root", "to": "examples_modules_focus_mode_widget_is_focused", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_focus_mode_widget_m_on_load", "to": "examples_modules_focus_mode_widget_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget", "to": "examples_modules_git_branch_widget_focused_tab_cwd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget", "to": "examples_modules_git_branch_widget_git_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget", "to": "examples_modules_git_branch_widget_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget", "to": "examples_modules_git_branch_widget_shell_quote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget", "to": "examples_modules_git_branch_widget_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget", "to": "examples_modules_git_branch_widget_widget_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_git_info", "to": "examples_modules_git_branch_widget_shell_quote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_m_on_load", "to": "examples_modules_git_branch_widget_focused_tab_cwd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_update", "to": "examples_modules_git_branch_widget_focused_tab_cwd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_m_on_load", "to": "examples_modules_git_branch_widget_git_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_update", "to": "examples_modules_git_branch_widget_git_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_m_on_load", "to": "examples_modules_git_branch_widget_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_git_branch_widget_update", "to": "examples_modules_git_branch_widget_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_low_battery_warning", "to": "examples_modules_low_battery_warning_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_pause_media_on_headphone_unplug", "to": "examples_modules_pause_media_on_headphone_unplug_looks_like_headphones", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_pause_media_on_headphone_unplug", "to": "examples_modules_pause_media_on_headphone_unplug_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_pause_media_on_headphone_unplug_m_on_load", "to": "examples_modules_pause_media_on_headphone_unplug_looks_like_headphones", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_workflow_status_widget", "to": "examples_modules_workflow_status_widget_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_workflow_status_widget", "to": "examples_modules_workflow_status_widget_most_relevant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_workflow_status_widget", "to": "examples_modules_workflow_status_widget_widget_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_workflow_status_widget_widget_update", "to": "examples_modules_workflow_status_widget_most_relevant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_workflow_status_widget_m_on_load", "to": "examples_modules_workflow_status_widget_widget_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_install", "to": "scripts_install_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "btreeset", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "exitcode", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_checkreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_clean_state_passes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extract_cli_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extract_enum_variants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extract_ipc_methods", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extract_lua_bindings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extracts_cli_commands_with_subcommand_groups_dotted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extracts_ipc_methods_without_leaking_nested_match_arms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_extracts_lua_bindings_precisely", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_full_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_ident_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_ident_upto_quote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_ipc_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_kebab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_kebab_converts_pascal_case_correctly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_lua_api_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_missing_doc_heading_is_caught_as_drift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_missing_readme_cli_line_is_caught_as_drift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_readme_cli_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_removed_ipc_method_is_caught_as_drift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_renamed_cli_command_is_caught_as_drift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_renamed_schema_entry_is_caught_as_drift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_repo_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_run_check_docs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_schema_toml_for", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_schemaentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_unknown_kind_is_rejected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main", "to": "xtask_src_main_usage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_main", "to": "exitcode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_main", "to": "xtask_src_main_run_check_docs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_run_check_docs", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_run_check_docs", "to": "xtask_src_main_checkreport_is_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_run_check_docs", "to": "xtask_src_main_repo_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_run_check_docs", "to": "xtask_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_repo_root", "to": "xtask_src_main_rs_result", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_repo_root", "to": "xtask_src_main_rs_pathbuf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_schema", "to": "xtask_src_main_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_schema", "to": "xtask_src_main_schemaentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_checkreport", "to": "xtask_src_main_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_enum_variants", "to": "xtask_src_main_rs_vec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_schemaentry", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_checkreport", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_cli_commands", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_enum_variants", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_ipc_methods", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_lua_bindings", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_full_schema", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_kebab", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_schema_toml_for", "to": "xtask_src_main_rs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_lua_bindings", "to": "xtask_src_main_ident_at", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_lua_bindings", "to": "xtask_src_main_ident_upto_quote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_extract_lua_bindings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_lua_bindings", "to": "btreeset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extracts_lua_bindings_precisely", "to": "xtask_src_main_extract_lua_bindings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_cli_commands", "to": "btreeset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_ipc_methods", "to": "btreeset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_extract_ipc_methods", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extracts_ipc_methods_without_leaking_nested_match_arms", "to": "xtask_src_main_extract_ipc_methods", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_cli_commands", "to": "xtask_src_main_kebab", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extract_cli_commands", "to": "xtask_src_main_extract_enum_variants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_extract_cli_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_extracts_cli_commands_with_subcommand_groups_dotted", "to": "xtask_src_main_extract_cli_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_ipc_section", "to": "xtask_src_main_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_lua_api_section", "to": "xtask_src_main_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_readme_cli_section", "to": "xtask_src_main_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_lua_api_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_ipc_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_readme_cli_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_check", "to": "xtask_src_main_checkreport", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_checkreport", "to": "xtask_src_main_checkreport_is_clean", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_checkreport", "to": "xtask_src_main_checkreport_print", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_checkreport_print", "to": "xtask_src_main_checkreport_is_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_clean_state_passes", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_missing_doc_heading_is_caught_as_drift", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_missing_readme_cli_line_is_caught_as_drift", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_removed_ipc_method_is_caught_as_drift", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_renamed_cli_command_is_caught_as_drift", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_renamed_schema_entry_is_caught_as_drift", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_unknown_kind_is_rejected", "to": "xtask_src_main_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_full_schema", "to": "xtask_src_main_schema_toml_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_unknown_kind_is_rejected", "to": "xtask_src_main_schema_toml_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_clean_state_passes", "to": "xtask_src_main_full_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_missing_doc_heading_is_caught_as_drift", "to": "xtask_src_main_full_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_missing_readme_cli_line_is_caught_as_drift", "to": "xtask_src_main_full_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_removed_ipc_method_is_caught_as_drift", "to": "xtask_src_main_full_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_renamed_cli_command_is_caught_as_drift", "to": "xtask_src_main_full_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "xtask_src_main_renamed_schema_entry_is_caught_as_drift", "to": "xtask_src_main_full_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing", "to": "contributing_contributing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_contributing", "to": "contributing_branches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_contributing", "to": "contributing_ci", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_contributing", "to": "contributing_local_development", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_contributing", "to": "contributing_questions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_contributing", "to": "contributing_the_release_cycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_contributing", "to": "contributing_tracks_from_a_user_s_perspective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "contributing_local_development", "to": "contributing_keeping_the_api_docs_honest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deprecations", "to": "deprecations_deprecations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deprecations", "to": "documentation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deprecations_deprecations", "to": "deprecations_hyprland_legacy_flat_event_names_since_v1_5", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation", "to": "documentation_bread_documentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation", "to": "examples", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_readme", "to": "documentation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme", "to": "documentation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_api_stability_versioning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_capability_scoped_modules_since_v1_5", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_contents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_debugging_tips", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_dictionary_built_in_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_dictionary_event_reference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_dictionary_ipc_protocol", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_dictionary_lua_api", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_dictionary_runtime_state_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_getting_started", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_integrating_a_bread_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_modules_install_and_manage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_namespaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_out_of_process_module_sandboxing_since_v1_6", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_overview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_run_reload_and_watch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_documentation", "to": "documentation_your_first_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_getting_started", "to": "documentation_1_create_a_minimal_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_getting_started", "to": "documentation_2_the_fast_path_rules_toml_since_v1_5", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_getting_started", "to": "documentation_3_minimal_init_lua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_getting_started", "to": "documentation_4_start_the_daemon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_getting_started", "to": "documentation_5_check_that_it_s_running", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_capability_scoped_modules_since_v1_5", "to": "documentation_baseline_always_available_no_manifest_entry_needed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_capability_scoped_modules_since_v1_5", "to": "documentation_bread_modules_audit_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_capability_scoped_modules_since_v1_5", "to": "documentation_gated_requires_a_matching_permissions_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_capability_scoped_modules_since_v1_5", "to": "documentation_path_bin_enforcement_depends_on_where_the_module_runs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_capability_scoped_modules_since_v1_5", "to": "documentation_require_bread_devices_still_works_from_a_scoped_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_architecture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_crash_isolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_new_ipc_methods", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_rpc_bridge_coverage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_the_gap_this_closes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_the_landlock_sandbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_the_token_identity_handshake", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_what_s_implemented_vs_deferred", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_out_of_process_module_sandboxing_since_v1_6", "to": "documentation_what_still_runs_in_process", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_bluetooth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_execution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_hyprland", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_machine_and_filesystem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_module_declaration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_module_lifecycle_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_module_storage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_notifications", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_profiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_timers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_utilities", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_widgets_since_v1_3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_lua_api", "to": "documentation_workflows_since_v1_2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_emit_event_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_filter_pattern_fn_opts_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_off_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_on_pattern_fn_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_once_pattern_fn_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_spawn_fn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_wait_all_patterns_opts_table_since_v1_2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_wait_any_patterns_opts_event_nil_since_v1_2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_events", "to": "documentation_bread_wait_pattern_opts_event_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_workflows_since_v1_2", "to": "documentation_bread_workflow_define_name_fn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_workflows_since_v1_2", "to": "documentation_bread_workflow_list_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_workflows_since_v1_2", "to": "documentation_bread_workflow_start_name_opts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_workflows_since_v1_2", "to": "documentation_bread_workflow_status_name_table_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_workflows_since_v1_2", "to": "documentation_bread_workflow_step_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_widgets_since_v1_3", "to": "documentation_bread_widget_list_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_widgets_since_v1_3", "to": "documentation_bread_widget_register_spec_ok_err", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_widgets_since_v1_3", "to": "documentation_bread_widget_remove_id_bool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_widgets_since_v1_3", "to": "documentation_bread_widget_update_id_patch_ok_err", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_widget_register_spec_ok_err", "to": "documentation_node_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_widget_register_spec_ok_err", "to": "documentation_style_since_v1_4", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_widget_register_spec_ok_err", "to": "documentation_style_vs_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_widget_list_table", "to": "documentation_click_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_state", "to": "documentation_bread_state_get_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_state", "to": "documentation_bread_state_watch_path_fn_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_state", "to": "documentation_typed_shorthands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_profiles", "to": "documentation_bread_profile_activate_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_execution", "to": "documentation_bread_exec_capture_cmd_opts_ok_stdout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_execution", "to": "documentation_bread_exec_cmd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_notifications", "to": "documentation_bread_notify_message_opts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_timers", "to": "documentation_bread_after_delay_ms_fn_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_timers", "to": "documentation_bread_cancel_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_timers", "to": "documentation_bread_every_interval_ms_fn_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_utilities", "to": "documentation_bread_debounce_delay_ms_fn_wrapped_fn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_utilities", "to": "documentation_bread_log_msg_bread_warn_msg_bread_error_msg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_fs_exists_path_bool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_fs_expand_path_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_fs_read_path_string_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_fs_readlink_path_string_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_fs_write_path_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_json_decode_str_table_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_machine_has_tag_tag_bool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_machine_name_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_machine_and_filesystem", "to": "documentation_bread_machine_tags_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_bread_bluetooth_connect_address", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_bread_bluetooth_devices_table_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_bread_bluetooth_disconnect_address", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_bread_bluetooth_power_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_bread_bluetooth_powered_bool_nil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_bread_bluetooth_scan_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_example_auto_connect_headphones_on_ac_power", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bluetooth", "to": "documentation_example_turn_off_bluetooth_on_battery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_built_in_modules", "to": "documentation_bread_binds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_built_in_modules", "to": "documentation_bread_devices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_built_in_modules", "to": "documentation_bread_monitors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_built_in_modules", "to": "documentation_bread_rules_since_v1_5", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_built_in_modules", "to": "documentation_bread_workspaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_devices", "to": "documentation_device_rule_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_devices", "to": "documentation_example_dock_specific_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_devices", "to": "documentation_example_keyboard_configuration_on_connect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_bread_devices", "to": "documentation_functions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_event_reference", "to": "documentation_normalized_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_dictionary_event_reference", "to": "documentation_pattern_matching", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_bluetooth_bluez", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_devices_udev_bluetooth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_filesystem_project_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_git_hooks_dirty_state_poller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_hyprland_1440", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_network", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_podman_containers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_power", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_remote_ssh_session_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_system", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_system_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_systemd_systemd_user_units", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_terminal_shell_precmd_preexec_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_normalized_events", "to": "documentation_widgets_since_v1_3_1506", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "documentation_hyprland_1440", "to": "documentation_compatibility_compat_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples", "to": "examples_bread_examples", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_readme", "to": "examples", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_bread_examples", "to": "examples_example_1_porting_keyboard_and_display_watcher_sh_system_script", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_bread_examples", "to": "examples_example_2_porting_autostart_lua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_bread_examples", "to": "examples_example_3_porting_display_monitors_lua", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_bread_examples", "to": "examples_example_4_multi_step_automation_workflows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_bread_examples", "to": "examples_example_5_a_live_widget_in_breadbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_bread_examples", "to": "examples_tips_for_porting_your_own_scripts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme", "to": "readme_bread", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_architecture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_cli_reference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_configuration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_contributing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_event_reference_lua_api_and_ipc_protocol", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_how_it_works", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_installation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_license", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_module_system", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_bread", "to": "readme_requirements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_installation", "to": "readme_from_source", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_installation", "to": "readme_systemd_user_service", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_installation", "to": "readme_via_bakery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_module_system", "to": "readme_installing_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_module_system", "to": "readme_writing_a_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_readme", "to": "examples_modules_readme_example_bread_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_readme_example_bread_modules", "to": "examples_modules_readme_installing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_readme_example_bread_modules", "to": "examples_modules_readme_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packaging_readme", "to": "packaging_readme_systemd_user_service", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "breadd_src_adapters_udev_enumerate_with_udev", "to": "breadd_src_adapters_udev_scanneddevice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget", "to": "examples_modules_cpu_temp_widget_m_on_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget", "to": "examples_modules_cpu_temp_widget_read_temp_c", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget", "to": "examples_modules_cpu_temp_widget_widget_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_m_on_load", "to": "examples_modules_cpu_temp_widget_read_temp_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "examples_modules_cpu_temp_widget_m_on_load", "to": "examples_modules_cpu_temp_widget_widget_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "config_breadd_toml", "to": "sys_bread_daemon", "label": "configures", "title": "configures [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "roadmap_phase1", "to": "sys_bread_daemon", "label": "planned_enhancement_for", "title": "planned_enhancement_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "adapter_bluetooth", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "adapter_hyprland", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "adapter_network", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "adapter_power", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "adapter_udev", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "state_runtime_schema", "label": "maintains", "title": "maintains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "sys_bread_cli", "label": "communicates_with", "title": "communicates_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_daemon", "to": "sys_lua_runtime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_bread_cli", "to": "ipc_protocol", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "config_init_lua", "to": "sys_lua_runtime", "label": "initializes", "title": "initializes [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "config_modules_dir", "to": "sys_lua_runtime", "label": "provides", "title": "provides [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_lua_runtime", "to": "api_bread_on", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_lua_runtime", "to": "module_devices", "label": "loads", "title": "loads [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sys_lua_runtime", "to": "module_monitors", "label": "loads", "title": "loads [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_hyprland", "to": "event_monitor_connected", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_hyprland", "to": "event_monitor_disconnected", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_hyprland", "to": "event_window_opened", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_hyprland", "to": "event_workspace_changed", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_namespace_convention", "to": "adapter_hyprland", "label": "differs_from", "title": "differs_from [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pattern_event_driven", "to": "adapter_hyprland", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "roadmap_phase2", "to": "adapter_hyprland", "label": "planned_generalization_of", "title": "planned_generalization_of [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_udev", "to": "event_device_connected", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_udev", "to": "event_device_disconnected", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_power", "to": "event_power_ac_connected", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_power", "to": "event_power_battery_low", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_network", "to": "event_network_connected", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adapter_bluetooth", "to": "event_bluetooth_device_paired", "label": "emits", "title": "emits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "module_monitors", "to": "event_monitor_connected", "label": "subscribes_to", "title": "subscribes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "module_devices", "to": "event_device_connected", "label": "subscribes_to", "title": "subscribes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "module_devices", "to": "event_device_disconnected", "label": "subscribes_to", "title": "subscribes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "module_workspaces", "to": "event_workspace_changed", "label": "subscribes_to", "title": "subscribes_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_bread_on", "to": "api_bread_wait", "label": "complements", "title": "complements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_stability_versioning", "to": "api_bread_on", "label": "governs", "title": "governs [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pattern_event_driven", "to": "api_bread_on", "label": "enables", "title": "enables [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_bread_wait", "to": "api_bread_spawn", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_bread_workflow", "to": "api_bread_wait", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_bread_workflow", "to": "api_bread_spawn", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "example_dock_workflow", "to": "api_bread_workflow", "label": "demonstrates", "title": "demonstrates [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pattern_coroutine_workflow", "to": "api_bread_workflow", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "example_widget_cpu_temp", "to": "api_bread_widget", "label": "demonstrates", "title": "demonstrates [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pattern_widget_live_update", "to": "api_bread_widget", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "roadmap_phase4", "to": "config_modules_dir", "label": "planned_security_for", "title": "planned_security_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "branch_main", "to": "ci_dev_release", "label": "triggers", "title": "triggers [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ci_dev_release", "to": "release_track_dev", "label": "publishes_to", "title": "publishes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ci_rc_release", "to": "release_track_beta", "label": "publishes_to", "title": "publishes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ci_stable_release", "to": "release_track_stable", "label": "publishes_to", "title": "publishes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "release_track_dev", "to": "distribution_dl_breadway_dev", "label": "published_to", "title": "published_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "release_track_beta", "to": "distribution_dl_breadway_dev", "label": "published_to", "title": "published_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "release_track_stable", "to": "distribution_dl_breadway_dev", "label": "published_to", "title": "published_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pattern_module_skeleton", "to": "example_autostart", "label": "demonstrated_by", "title": "demonstrated_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_namespace_convention", "to": "app_namespace_convention", "label": "complements", "title": "complements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "lua/mod.rs", "count": 125}, {"cid": 1, "color": "#F28E2B", "label": "RawEvent", "count": 107}, {"cid": 2, "color": "#E15759", "label": "config.rs", "count": 73}, {"cid": 3, "color": "#76B7B2", "label": "Server", "count": 71}, {"cid": 4, "color": "#59A14F", "label": "widget.rs", "count": 52}, {"cid": 5, "color": "#EDC948", "label": "Bread Daemon (breadd)", "count": 39}, {"cid": 6, "color": "#B07AA1", "label": "filesystem.rs", "count": 39}, {"cid": 7, "color": "#FF9DA7", "label": "git.rs", "count": 37}, {"cid": 8, "color": "#9C755F", "label": "Result", "count": 62}, {"cid": 9, "color": "#BAB0AC", "label": "state_engine.rs", "count": 32}, {"cid": 10, "color": "#4E79A7", "label": "modules_mgmt.rs", "count": 43}, {"cid": 11, "color": "#F28E2B", "label": "systemd.rs", "count": 30}, {"cid": 12, "color": "#E15759", "label": "hooks_git.rs", "count": 29}, {"cid": 13, "color": "#76B7B2", "label": "bread-cli/src/main.rs", "count": 32}, {"cid": 14, "color": "#59A14F", "label": "types.rs", "count": 23}, {"cid": 15, "color": "#EDC948", "label": "podman.rs", "count": 23}, {"cid": 16, "color": "#B07AA1", "label": "StateHandle", "count": 23}, {"cid": 17, "color": "#FF9DA7", "label": "run_udev_monitor", "count": 13}, {"cid": 18, "color": "#9C755F", "label": "hooks_shell.rs", "count": 18}, {"cid": 19, "color": "#BAB0AC", "label": "bluetooth.rs", "count": 18}, {"cid": 20, "color": "#4E79A7", "label": "SubscriptionId", "count": 18}, {"cid": 21, "color": "#F28E2B", "label": "glob.rs", "count": 14}, {"cid": 22, "color": "#E15759", "label": "run_state_engine", "count": 14}, {"cid": 23, "color": "#76B7B2", "label": "RtnetlinkAdapter", "count": 11}, {"cid": 24, "color": "#59A14F", "label": "network.rs", "count": 12}, {"cid": 25, "color": "#EDC948", "label": "power.rs", "count": 12}, {"cid": 26, "color": "#B07AA1", "label": "hyprland.rs", "count": 10}, {"cid": 27, "color": "#FF9DA7", "label": "Adapter", "count": 12}, {"cid": 28, "color": "#9C755F", "label": "dl.breadway.dev Distribution", "count": 8}, {"cid": 29, "color": "#BAB0AC", "label": "git-branch-widget.lua", "count": 7}, {"cid": 30, "color": "#4E79A7", "label": "TestHarness", "count": 26}, {"cid": 31, "color": "#F28E2B", "label": "Sync", "count": 5}, {"cid": 32, "color": "#E15759", "label": "active-window-widget.lua", "count": 4}, {"cid": 33, "color": "#76B7B2", "label": "cpu-temp-widget.lua", "count": 4}, {"cid": 34, "color": "#59A14F", "label": "focus-mode-widget.lua", "count": 4}, {"cid": 35, "color": "#EDC948", "label": "workflow-status-widget.lua", "count": 4}, {"cid": 36, "color": "#B07AA1", "label": "bread.widget API", "count": 3}, {"cid": 37, "color": "#FF9DA7", "label": "bluetooth-toggle-widget.lua", "count": 3}, {"cid": 38, "color": "#9C755F", "label": "pause-media-on-headphone-unplug.lua", "count": 3}, {"cid": 39, "color": "#BAB0AC", "label": "Autostart Example Module", "count": 2}, {"cid": 40, "color": "#4E79A7", "label": "dock-monitors.lua", "count": 2}, {"cid": 41, "color": "#F28E2B", "label": "dock-workflow.lua", "count": 2}, {"cid": 42, "color": "#E15759", "label": "low-battery-warning.lua", "count": 2}, {"cid": 43, "color": "#76B7B2", "label": "install.sh", "count": 2}, {"cid": 44, "color": "#59A14F", "label": "Filesystem Adapter", "count": 1}, {"cid": 45, "color": "#EDC948", "label": "Git Adapter", "count": 1}, {"cid": 46, "color": "#B07AA1", "label": "Podman Adapter", "count": 1}, {"cid": 47, "color": "#FF9DA7", "label": "Systemd Adapter", "count": 1}, {"cid": 48, "color": "#9C755F", "label": "bread.after(delay_ms, fn)", "count": 1}, {"cid": 49, "color": "#BAB0AC", "label": "bread.bluetooth namespace", "count": 1}, {"cid": 50, "color": "#4E79A7", "label": "bread.every(interval_ms, fn)", "count": 1}, {"cid": 51, "color": "#F28E2B", "label": "bread.exec(cmd)", "count": 1}, {"cid": 52, "color": "#E15759", "label": "bread.hyprland namespace", "count": 1}, {"cid": 53, "color": "#76B7B2", "label": "bread.notify(message, opts)", "count": 1}, {"cid": 54, "color": "#59A14F", "label": "bread.state.watch(path, fn)", "count": 1}, {"cid": 55, "color": "#EDC948", "label": "bread-cli/src/lib.rs", "count": 1}, {"cid": 56, "color": "#B07AA1", "label": "core/mod.rs", "count": 1}, {"cid": 57, "color": "#FF9DA7", "label": "bread.system.startup", "count": 1}, {"cid": 58, "color": "#9C755F", "label": "Monitors Configuration Example", "count": 1}, {"cid": 59, "color": "#BAB0AC", "label": "Binds Module (Built-in)", "count": 1}, {"cid": 60, "color": "#4E79A7", "label": "Bakery Package Manager", "count": 1}, {"cid": 61, "color": "#F28E2B", "label": "Phase 3: GUI Control Center", "count": 1}, {"cid": 62, "color": "#E15759", "label": "Phase 5: Cross-Device Mesh", "count": 1}, {"cid": 63, "color": "#76B7B2", "label": "Dev Version Computation", "count": 1}, {"cid": 64, "color": "#59A14F", "label": "ModuleHostLua", "count": 58}, {"cid": 65, "color": "#EDC948", "label": "ModuleHostRegistry", "count": 55}, {"cid": 66, "color": "#B07AA1", "label": "xtask/src/main.rs", "count": 41}, {"cid": 67, "color": "#FF9DA7", "label": "Bread", "count": 33}, {"cid": 68, "color": "#9C755F", "label": "rules.rs", "count": 31}, {"cid": 69, "color": "#BAB0AC", "label": "Normalized events", "count": 16}, {"cid": 70, "color": "#4E79A7", "label": "Bread Documentation", "count": 14}, {"cid": 71, "color": "#F28E2B", "label": "udev.rs", "count": 12}, {"cid": 72, "color": "#E15759", "label": "Dictionary: Lua API", "count": 12}, {"cid": 73, "color": "#76B7B2", "label": "Out-of-process module sandboxing *(Since: v1.6)*", "count": 10}, {"cid": 74, "color": "#59A14F", "label": "Dictionary: Built-in modules", "count": 10}, {"cid": 75, "color": "#EDC948", "label": "Events", "count": 10}, {"cid": 76, "color": "#B07AA1", "label": "Machine and filesystem", "count": 10}, {"cid": 77, "color": "#FF9DA7", "label": "Contributing", "count": 9}, {"cid": 78, "color": "#9C755F", "label": "Bluetooth", "count": 9}, {"cid": 79, "color": "#BAB0AC", "label": "Widgets *(Since: v1.3)*", "count": 9}, {"cid": 80, "color": "#4E79A7", "label": "Getting started", "count": 6}, {"cid": 81, "color": "#F28E2B", "label": "Capability-scoped modules *(Since: v1.5)*", "count": 6}, {"cid": 82, "color": "#E15759", "label": "Workflows *(Since: v1.2)*", "count": 6}, {"cid": 83, "color": "#76B7B2", "label": "Timers", "count": 4}, {"cid": 84, "color": "#59A14F", "label": "State", "count": 4}, {"cid": 85, "color": "#EDC948", "label": "init.lua", "count": 4}, {"cid": 86, "color": "#B07AA1", "label": "Execution", "count": 3}, {"cid": 87, "color": "#FF9DA7", "label": "packaging/README.md", "count": 2}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" data-nid="${esc(nid)}">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Neighbor links use a data attribute + one delegated listener rather than an
// inline onclick. A node id/label sourced from a document or a scraped URL
// (graphify add) can contain a double-quote; dropping the stringified id
// unescaped into a quoted onclick both broke every link and allowed a hostile
// source to inject an event handler into the local report (stored XSS, #1838).
// esc() on data-nid keeps the value inside the attribute; the listener reads it
// back verbatim. Bound to document so it survives the innerHTML rebuild that
// recreates #neighbors-list on each showInfo().
document.addEventListener('click', e => {
const el = e.target.closest('.neighbor-link');
if (el && el.dataset.nid !== undefined) focusNode(el.dataset.nid);
});
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [{"name": "dev_release_pipeline", "nodes": ["ci_dev_release", "workflow_version_compute", "release_track_dev", "distribution_dl_breadway_dev", "package_bakery"], "relation": "orchestrates", "description": "Complete dev release pipeline: trigger on main push \u2192 compute version \u2192 publish to dev track via bakery"}, {"name": "event_normalization_flow", "nodes": ["adapter_udev", "adapter_hyprland", "adapter_power", "sys_bread_daemon", "api_bread_on", "sys_lua_runtime"], "relation": "implements", "description": "Event normalization flow: raw signals from adapters \u2192 daemon normalizer \u2192 semantic events \u2192 Lua subscriptions"}, {"name": "module_lifecycle", "nodes": ["config_init_lua", "config_modules_dir", "pattern_module_skeleton", "api_bread_on", "sys_lua_runtime"], "relation": "orchestrates", "description": "Module lifecycle: init.lua runs first \u2192 modules/ auto-discovered \u2192 skeleton pattern \u2192 subscriptions registered on_load"}, {"name": "workflow_execution_flow", "nodes": ["api_bread_workflow", "api_bread_spawn", "api_bread_wait", "example_dock_workflow", "api_bread_notify"], "relation": "enables", "description": "Workflow execution: define body \u2192 start workflow \u2192 spawn coroutine \u2192 wait for events \u2192 step tracking \u2192 completion"}, {"name": "widget_rendering_flow", "nodes": ["api_bread_widget", "api_bread_every", "example_widget_cpu_temp", "api_bread_state_watch"], "relation": "enables", "description": "Widget rendering: register widget with typed tree \u2192 update on timer or state change \u2192 breadbar renders live"}, {"name": "release_cycle", "nodes": ["branch_main", "ci_dev_release", "ci_rc_release", "ci_stable_release", "release_track_dev", "release_track_beta", "release_track_stable"], "relation": "implements", "description": "Single-trunk release model: work on main \u2192 dev publishes on every push \u2192 RCs tag and test on main \u2192 stable tags final release"}];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>