breadcast/graphify-out/cache/ast/v0.9.32/1776ccc0cbbca93e0120a6ccfc8e8f882844a0733afb9ceeae13d17f94672419.json
Breadway 1dd63e1fd5
Some checks failed
dev release / build (push) Failing after 1m43s
can't be bothered writing a commit message
2026-08-03 09:17:59 +08:00

1 line
No EOL
18 KiB
JSON

{"nodes": [{"id": "$graphify-root$_breadcast_core_src_discovery_rs", "label": "discovery.rs", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadcast_core_src_discovery_pick_address", "label": "pick_address()", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L32"}, {"id": "scopedip", "label": "ScopedIp", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "instant", "label": "Instant", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "ipaddr", "label": "IpAddr", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "$graphify-root$_breadcast_core_src_discovery_discoveryevent", "label": "DiscoveryEvent", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L65"}, {"id": "castdevice", "label": "CastDevice", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "$graphify-root$_breadcast_core_src_discovery_discovery", "label": "Discovery", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L76"}, {"id": "servicedaemon", "label": "ServiceDaemon", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "drop", "label": "Drop", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "$graphify-root$_breadcast_core_src_discovery_discovery_drop", "label": ".drop()", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L81"}, {"id": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "label": ".start()", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L90"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "self", "label": "Self", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "unboundedreceiver", "label": "UnboundedReceiver", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/discovery.rs"}, {"id": "$graphify-root$_breadcast_core_src_discovery_discovery_stop", "label": ".stop()", "file_type": "code", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L180"}], "edges": [{"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "hashmap", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "ipaddr", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "mdns_sd", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "mpsc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "tracing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "castdevice", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "$graphify-root$_breadcast_core_src_discovery_pick_address", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L32", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_pick_address", "target": "scopedip", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L32", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_discovery_pick_address", "target": "instant", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L32", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_discovery_pick_address", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L32", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_discovery_pick_address", "target": "ipaddr", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L32", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "$graphify-root$_breadcast_core_src_discovery_discoveryevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L65", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_discoveryevent", "target": "castdevice", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L66", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discoveryevent", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L67", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_core_src_discovery_rs", "target": "$graphify-root$_breadcast_core_src_discovery_discovery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L76", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery", "target": "servicedaemon", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L77", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery", "target": "drop", "relation": "implements", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L80", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery", "target": "$graphify-root$_breadcast_core_src_discovery_discovery_drop", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L81", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery", "target": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L90", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L90", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L90", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "target": "unboundedreceiver", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L90", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "target": "$graphify-root$_breadcast_core_src_discovery_discoveryevent", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L90", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery", "target": "$graphify-root$_breadcast_core_src_discovery_discovery_stop", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L180", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery_stop", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L180", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "target": "$graphify-root$_breadcast_core_src_discovery_pick_address", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/discovery.rs", "source_location": "L143", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "duration_since", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L36"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "sort_by", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L38"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "then_with", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L39"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "cmp", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L39"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "cmp", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L40"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "to_ip_addr", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L40"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "to_ip_addr", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L40"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "or_else", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L43"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "or_else", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L43"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "find", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L43"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "is_ipv4", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L45"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "find", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L47"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "to_ip_addr", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L47"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "is_unicast_link_local", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L48"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "first", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L52"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_pick_address", "callee": "to_ip_addr", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L53"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_drop", "callee": "shutdown", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L82"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "context", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L91"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "context", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L92"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "browse", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L92"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_property_val_str", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L119"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "unwrap_or_else", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L123"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_property_val_str", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L123"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_hostname", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L125"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "unwrap_or", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L127"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_property_val_str", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L127"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "or_default", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L132"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "entry", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L132"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_fullname", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L133"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "cloned", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L136"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_addresses", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L136"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "find", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L137"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "iter_mut", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L137"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_fullname", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L148"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "get_port", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L155"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "is_err", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L158"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_start", "callee": "is_err", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L166"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_stop", "callee": "context", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L181"}, {"caller_nid": "$graphify-root$_breadcast_core_src_discovery_discovery_stop", "callee": "shutdown", "is_member_call": true, "source_file": "breadcast-core/src/discovery.rs", "source_location": "L181"}]}