1 line
No EOL
8.7 KiB
JSON
1 line
No EOL
8.7 KiB
JSON
{"nodes": [{"id": "$graphify-root$_breadcast_src_ipc_client_rs", "label": "ipc_client.rs", "file_type": "code", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadcast_src_ipc_client_ipcclient", "label": "IpcClient", "file_type": "code", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L17"}, {"id": "unixstream", "label": "UnixStream", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}, {"id": "atomicu64", "label": "AtomicU64", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}, {"id": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "label": ".connect()", "file_type": "code", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L28"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}, {"id": "self", "label": "Self", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}, {"id": "receiver", "label": "Receiver", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}, {"id": "servermessage", "label": "ServerMessage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}, {"id": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "label": ".send()", "file_type": "code", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L60"}, {"id": "value", "label": "Value", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast/src/ipc_client.rs"}], "edges": [{"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "unixstream", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "atomic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "mpsc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "ipc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_src_ipc_client_rs", "target": "$graphify-root$_breadcast_src_ipc_client_ipcclient", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L17", "weight": 1.0}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient", "target": "unixstream", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L18", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient", "target": "atomicu64", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L19", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient", "target": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L28", "weight": 1.0}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L28", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "target": "receiver", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "target": "servermessage", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient", "target": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L60", "weight": 1.0}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "target": "value", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "target": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast/src/ipc_client.rs", "source_location": "L44", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "socket_path", "is_member_call": false, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L29"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "with_context", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L30"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "context", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L32"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "try_clone", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L32"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "lines", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L37"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "trim", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L39"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_connect", "callee": "is_err", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L44"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "callee": "fetch_add", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L61"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "callee": "context", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L63"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "callee": "context", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L65"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "callee": "write_all", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L65"}, {"caller_nid": "$graphify-root$_breadcast_src_ipc_client_ipcclient_send", "callee": "as_bytes", "is_member_call": true, "source_file": "breadcast/src/ipc_client.rs", "source_location": "L65"}]} |