1 line
9.4 KiB
JSON
1 line
9.4 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "label": "utils.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L1"}, {"id": "utils_clientdisconnected", "label": "ClientDisconnected", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L10"}, {"id": "oserror", "label": "OSError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "utils_get_remote_addr", "label": "get_remote_addr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L13"}, {"id": "utils_get_local_addr", "label": "get_local_addr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L30"}, {"id": "utils_is_ssl", "label": "is_ssl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L47"}, {"id": "utils_get_client_addr", "label": "get_client_addr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L51"}, {"id": "utils_get_path_with_query_string", "label": "get_path_with_query_string()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L58"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "asyncio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "socket", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "urllib_parse", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "uvicorn_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "utils_clientdisconnected", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L10", "weight": 1.0}, {"source": "utils_clientdisconnected", "target": "oserror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "utils_get_remote_addr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "utils_get_local_addr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "utils_is_ssl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "utils_get_client_addr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_utils_py", "target": "utils_get_path_with_query_string", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L58", "weight": 1.0}], "raw_calls": [{"caller_nid": "utils_get_remote_addr", "callee": "get_extra_info", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L14"}, {"caller_nid": "utils_get_remote_addr", "callee": "getpeername", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L17"}, {"caller_nid": "utils_get_remote_addr", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L18"}, {"caller_nid": "utils_get_remote_addr", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L18"}, {"caller_nid": "utils_get_remote_addr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L18"}, {"caller_nid": "utils_get_remote_addr", "callee": "get_extra_info", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L24"}, {"caller_nid": "utils_get_remote_addr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L25"}, {"caller_nid": "utils_get_remote_addr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L25"}, {"caller_nid": "utils_get_remote_addr", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L26"}, {"caller_nid": "utils_get_remote_addr", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L26"}, {"caller_nid": "utils_get_local_addr", "callee": "get_extra_info", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L31"}, {"caller_nid": "utils_get_local_addr", "callee": "getsockname", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L33"}, {"caller_nid": "utils_get_local_addr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L34"}, {"caller_nid": "utils_get_local_addr", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L35"}, {"caller_nid": "utils_get_local_addr", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L35"}, {"caller_nid": "utils_get_local_addr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L36"}, {"caller_nid": "utils_get_local_addr", "callee": "get_extra_info", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L39"}, {"caller_nid": "utils_get_local_addr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L40"}, {"caller_nid": "utils_get_local_addr", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L40"}, {"caller_nid": "utils_get_local_addr", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L41"}, {"caller_nid": "utils_get_local_addr", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L41"}, {"caller_nid": "utils_get_local_addr", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L42"}, {"caller_nid": "utils_is_ssl", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L48"}, {"caller_nid": "utils_is_ssl", "callee": "get_extra_info", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L48"}, {"caller_nid": "utils_get_client_addr", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L52"}, {"caller_nid": "utils_get_path_with_query_string", "callee": "quote", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L59"}, {"caller_nid": "utils_get_path_with_query_string", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L61"}, {"caller_nid": "utils_get_path_with_query_string", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/utils.py", "source_location": "L61"}]} |