Files
tfm_ainventory/graphify-out/cache/52a0347dd0d507d6173a826987f18dd55df3b6a24dab12d009e61058057f0ff3.json

1 line
6.2 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_http_flow_control_py", "label": "flow_control.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L1"}, {"id": "flow_control_flowcontrol", "label": "FlowControl", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L10"}, {"id": "flow_control_flowcontrol_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L11"}, {"id": "flow_control_flowcontrol_drain", "label": ".drain()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L18"}, {"id": "flow_control_flowcontrol_pause_reading", "label": ".pause_reading()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L21"}, {"id": "flow_control_flowcontrol_resume_reading", "label": ".resume_reading()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L26"}, {"id": "flow_control_flowcontrol_pause_writing", "label": ".pause_writing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L31"}, {"id": "flow_control_flowcontrol_resume_writing", "label": ".resume_writing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L36"}, {"id": "flow_control_service_unavailable", "label": "service_unavailable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L42"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_http_flow_control_py", "target": "asyncio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_http_flow_control_py", "target": "uvicorn_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_http_flow_control_py", "target": "flow_control_flowcontrol", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L10", "weight": 1.0}, {"source": "flow_control_flowcontrol", "target": "flow_control_flowcontrol_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L11", "weight": 1.0}, {"source": "flow_control_flowcontrol", "target": "flow_control_flowcontrol_drain", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L18", "weight": 1.0}, {"source": "flow_control_flowcontrol", "target": "flow_control_flowcontrol_pause_reading", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L21", "weight": 1.0}, {"source": "flow_control_flowcontrol", "target": "flow_control_flowcontrol_resume_reading", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L26", "weight": 1.0}, {"source": "flow_control_flowcontrol", "target": "flow_control_flowcontrol_pause_writing", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L31", "weight": 1.0}, {"source": "flow_control_flowcontrol", "target": "flow_control_flowcontrol_resume_writing", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_uvicorn_protocols_http_flow_control_py", "target": "flow_control_service_unavailable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L42", "weight": 1.0}], "raw_calls": [{"caller_nid": "flow_control_flowcontrol_init", "callee": "Event", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L15"}, {"caller_nid": "flow_control_flowcontrol_init", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L16"}, {"caller_nid": "flow_control_flowcontrol_drain", "callee": "wait", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L19"}, {"caller_nid": "flow_control_flowcontrol_pause_writing", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L34"}, {"caller_nid": "flow_control_flowcontrol_resume_writing", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L39"}, {"caller_nid": "flow_control_service_unavailable", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L43"}, {"caller_nid": "flow_control_service_unavailable", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/flow_control.py", "source_location": "L54"}]}