{"nodes": [{"id": "$graphify-root$_breadcast_core_src_http_server_rs", "label": "http_server.rs", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadcast_core_src_http_server_httpserver", "label": "HttpServer", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L37"}, {"id": "socketaddr", "label": "SocketAddr", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "label": ".start()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L48"}, {"id": "pathbuf", "label": "PathBuf", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "self", "label": "Self", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "$graphify-root$_breadcast_core_src_http_server_httpserver_addr", "label": ".addr()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L84"}, {"id": "$graphify-root$_breadcast_core_src_http_server_httpserver_url", "label": ".url()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L92"}, {"id": "ipaddr", "label": "IpAddr", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "$graphify-root$_breadcast_core_src_http_server_random_token", "label": "random_token()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L101"}, {"id": "$graphify-root$_breadcast_core_src_http_server_parse_range", "label": "parse_range()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L126"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "$graphify-root$_breadcast_core_src_http_server_handle_request", "label": "handle_request()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L151"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "path", "label": "Path", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "$graphify-root$_breadcast_core_src_http_server_respond", "label": "respond()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadcast-core/src/http_server.rs"}, {"id": "$graphify-root$_breadcast_core_src_http_server_respond_status", "label": "respond_status()", "file_type": "code", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L262"}], "edges": [{"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "socketaddr", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "arc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "$graphify-root$_breadcast_core_src_http_server_httpserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L37", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver", "target": "socketaddr", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L38", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L39", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver", "target": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L48", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L48", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L48", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L48", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver", "target": "$graphify-root$_breadcast_core_src_http_server_httpserver_addr", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L84", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_addr", "target": "socketaddr", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L84", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver", "target": "$graphify-root$_breadcast_core_src_http_server_httpserver_url", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L92", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_url", "target": "ipaddr", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L92", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_url", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L92", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "$graphify-root$_breadcast_core_src_http_server_random_token", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L101", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_random_token", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L101", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "$graphify-root$_breadcast_core_src_http_server_parse_range", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L126", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_parse_range", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L126", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "$graphify-root$_breadcast_core_src_http_server_handle_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L151", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L151", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L151", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L151", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "$graphify-root$_breadcast_core_src_http_server_respond", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L252", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_rs", "target": "$graphify-root$_breadcast_core_src_http_server_respond_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L262", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond_status", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L262", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond_status", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L262", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "target": "$graphify-root$_breadcast_core_src_http_server_random_token", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L62", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "target": "$graphify-root$_breadcast_core_src_http_server_handle_request", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L70", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "$graphify-root$_breadcast_core_src_http_server_httpserver_url", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L154", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "$graphify-root$_breadcast_core_src_http_server_respond_status", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L168", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "$graphify-root$_breadcast_core_src_http_server_parse_range", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L224", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_handle_request", "target": "$graphify-root$_breadcast_core_src_http_server_respond", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L243", "weight": 1.0}, {"source": "$graphify-root$_breadcast_core_src_http_server_respond_status", "target": "$graphify-root$_breadcast_core_src_http_server_respond", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadcast-core/src/http_server.rs", "source_location": "L263", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "callee": "with_context", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L49"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "callee": "canonicalize", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L49"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "callee": "with_context", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L53"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "callee": "map_err", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L53"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_httpserver_start", "callee": "server_addr", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L56"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_random_token", "callee": "is_ok", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_random_token", "callee": "and_then", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_random_token", "callee": "read_exact", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L106"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_random_token", "callee": "copy_from_slice", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_random_token", "callee": "to_le_bytes", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_random_token", "callee": "finish", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_parse_range", "callee": "strip_prefix", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L127"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_parse_range", "callee": "split_once", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L131"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_parse_range", "callee": "trim", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L133"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_parse_range", "callee": "trim", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L133"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_parse_range", "callee": "saturating_sub", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L137"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "split", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L154"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "unwrap_or_else", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L155"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "remote_addr", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L155"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "and_then", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L162"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "strip_prefix", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L162"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "trim_start_matches", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L162"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "strip_prefix", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L165"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "join", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L179"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "canonicalize", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L180"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "starts_with", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L184"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "is_file", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L184"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "and_then", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L204"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "extension", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L204"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "to_str", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L204"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "and_then", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L220"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "find", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L220"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "headers", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L220"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "equiv", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L223"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "as_str", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L224"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_handle_request", "callee": "to_vec", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L238"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond", "callee": "with_status_code", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L253"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond", "callee": "as_bytes", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L255"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond", "callee": "as_bytes", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L255"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond", "callee": "add_header", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L256"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond", "callee": "context", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L259"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond", "callee": "respond", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L259"}, {"caller_nid": "$graphify-root$_breadcast_core_src_http_server_respond_status", "callee": "context", "is_member_call": true, "source_file": "breadcast-core/src/http_server.rs", "source_location": "L263"}]}