Some checks failed
check / check (push) Failing after 48s
updated text sizing to better match the bar size, and increase readability.
1 line
No EOL
16 KiB
JSON
1 line
No EOL
16 KiB
JSON
{"nodes": [{"id": "$graphify-root$_src_bar_bluetooth_rs", "label": "bluetooth.rs", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L1"}, {"id": "$graphify-root$_src_bar_bluetooth_btdevice", "label": "BtDevice", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L6"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/bluetooth.rs"}, {"id": "$graphify-root$_src_bar_bluetooth_btpopoverdata", "label": "BtPopoverData", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L14"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/bluetooth.rs"}, {"id": "$graphify-root$_src_bar_bluetooth_powered", "label": "powered()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L22"}, {"id": "$graphify-root$_src_bar_bluetooth_fetch_devices", "label": "fetch_devices()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L38"}, {"id": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "label": "try_fetch_devices()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L42"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/bluetooth.rs"}, {"id": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "label": "spawn_popover_load()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L90"}, {"id": "componentsender", "label": "ComponentSender", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/bluetooth.rs"}, {"id": "app", "label": "App", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/bluetooth.rs"}, {"id": "$graphify-root$_src_bar_bluetooth_spawn_set_powered", "label": "spawn_set_powered()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L101"}, {"id": "$graphify-root$_src_bar_bluetooth_spawn_connect", "label": "spawn_connect()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L111"}, {"id": "$graphify-root$_src_bar_bluetooth_spawn_disconnect", "label": "spawn_disconnect()", "file_type": "code", "source_file": "src/bar/bluetooth.rs", "source_location": "L121"}], "edges": [{"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "crate", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "componentsender", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_btdevice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L6", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_btdevice", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L7", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_bar_bluetooth_btdevice", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L8", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_btpopoverdata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L14", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_btpopoverdata", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L16", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_src_bar_bluetooth_btpopoverdata", "target": "$graphify-root$_src_bar_bluetooth_btdevice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L16", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_powered", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L22", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_fetch_devices", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L38", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_fetch_devices", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L38", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_bar_bluetooth_fetch_devices", "target": "$graphify-root$_src_bar_bluetooth_btdevice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L38", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L42", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L42", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L42", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "target": "$graphify-root$_src_bar_bluetooth_btdevice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L42", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L90", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "target": "componentsender", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L90", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L90", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_spawn_set_powered", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L101", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_spawn_connect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L111", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_connect", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_bar_bluetooth_rs", "target": "$graphify-root$_src_bar_bluetooth_spawn_disconnect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L121", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_disconnect", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L121", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_bar_bluetooth_fetch_devices", "target": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L39", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "target": "$graphify-root$_src_bar_bluetooth_fetch_devices", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L92", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "target": "$graphify-root$_src_bar_bluetooth_btpopoverdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L93", "weight": 1.0}, {"source": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "target": "$graphify-root$_src_bar_bluetooth_powered", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/bar/bluetooth.rs", "source_location": "L94", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "filter_map", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L23"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "flatten", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L23"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "into_iter", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L23"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "path", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L28"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "unwrap_or", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L29"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "join", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L29"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "trim", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L30"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "unwrap_or", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L32"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "join", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L32"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_powered", "callee": "trim", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L33"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_fetch_devices", "callee": "unwrap_or_default", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L39"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "path", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L44"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "destination", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L44"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "get_managed_objects", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L52"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "filter_map", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L54"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "filter_map", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L54"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "values", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L54"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "unwrap_or", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L58"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "and_then", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L58"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "and_then", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L65"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "unwrap_or_else", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L68"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "and_then", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L68"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "or_else", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L68"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "unwrap_or", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L73"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "and_then", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L73"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "sort_by", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "then", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "cmp", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_try_fetch_devices", "callee": "cmp", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_popover_load", "callee": "input", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L93"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_set_powered", "callee": "output", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_set_powered", "callee": "args", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_connect", "callee": "output", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L113"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_connect", "callee": "args", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L113"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_disconnect", "callee": "output", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L123"}, {"caller_nid": "$graphify-root$_src_bar_bluetooth_spawn_disconnect", "callee": "args", "is_member_call": true, "source_file": "src/bar/bluetooth.rs", "source_location": "L123"}]} |